summaryrefslogtreecommitdiff
path: root/libs/testutil/src/case.c
diff options
context:
space:
mode:
authorSterling Hughes <sterling@apache.org>2016-02-06 14:25:21 -0800
committerSterling Hughes <sterling@apache.org>2016-02-06 14:25:21 -0800
commitb061d43a6bb7b33787b116cc65c138e55fea2667 (patch)
tree8f813fca8cf085541b1b9f4f919d0fad33b4190a /libs/testutil/src/case.c
parent415753274b9e8aa564fe3a8e9305f2e4c581b985 (diff)
update license header files, continued.
Diffstat (limited to 'libs/testutil/src/case.c')
-rw-r--r--libs/testutil/src/case.c25
1 files changed, 14 insertions, 11 deletions
diff --git a/libs/testutil/src/case.c b/libs/testutil/src/case.c
index e003f0bc..a2d78efd 100644
--- a/libs/testutil/src/case.c
+++ b/libs/testutil/src/case.c
@@ -1,17 +1,20 @@
/**
- * Copyright (c) 2015 Runtime Inc.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
#include <assert.h>