summaryrefslogtreecommitdiff
path: root/libs/os/include/os/os_mempool.h
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/os/include/os/os_mempool.h
parent415753274b9e8aa564fe3a8e9305f2e4c581b985 (diff)
update license header files, continued.
Diffstat (limited to 'libs/os/include/os/os_mempool.h')
-rw-r--r--libs/os/include/os/os_mempool.h25
1 files changed, 14 insertions, 11 deletions
diff --git a/libs/os/include/os/os_mempool.h b/libs/os/include/os/os_mempool.h
index 048086e2..9888db5c 100644
--- a/libs/os/include/os/os_mempool.h
+++ b/libs/os/include/os/os_mempool.h
@@ -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.
*/
#ifndef _OS_MEMPOOL_H_