Repository: incubator-mynewt-core Updated Branches: refs/heads/develop abac41c81 -> bfb527e09
Update License to match other licenses Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/bfb527e0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/bfb527e0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/bfb527e0 Branch: refs/heads/develop Commit: bfb527e09f6fb22e4547c08c8262deb9a827e9ad Parents: abac41c Author: Vipul Rahane <[email protected]> Authored: Fri Jan 27 11:41:09 2017 -0800 Committer: Vipul Rahane <[email protected]> Committed: Fri Jan 27 11:43:16 2017 -0800 ---------------------------------------------------------------------- kernel/os/include/os/os_fault.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/bfb527e0/kernel/os/include/os/os_fault.h ---------------------------------------------------------------------- diff --git a/kernel/os/include/os/os_fault.h b/kernel/os/include/os/os_fault.h index 750300b..4ce34c2 100644 --- a/kernel/os/include/os/os_fault.h +++ b/kernel/os/include/os/os_fault.h @@ -1,20 +1,20 @@ /* - * licensed to the apache software foundation (asf) under one - * or more contributor license agreements. see the notice file + * 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 + * 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 + * 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. + * under the License. */ #ifndef _OS_FAULT_H
