You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by jo...@apache.org on 2021/04/05 16:58:01 UTC

[incubator-age] branch master updated: Update clang.format copyright header

This is an automated email from the ASF dual-hosted git repository.

joshinnis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d726f0  Update clang.format copyright header
8d726f0 is described below

commit 8d726f0d490edfb3acbe87442683903cf55a5662
Author: Josh Innis <Jo...@gmail.com>
AuthorDate: Mon Apr 5 09:57:54 2021 -0700

    Update clang.format copyright header
    
    Removed mention to Bitnine
---
 clang-format.5 | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/clang-format.5 b/clang-format.5
index 70ff5e0..2eba2e8 100644
--- a/clang-format.5
+++ b/clang-format.5
@@ -1,16 +1,19 @@
-# Copyright 2020 Bitnine Co., Ltd.
+# 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
 #
-# 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
+# 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.
 
 AlignAfterOpenBracket: Align
 AlignConsecutiveAssignments: false