Skip to content

Commit 38cf731

Browse files
authoredJun 29, 2020
Cleanup/license headers (#1322)
* Attach missing licenses Attached missing licenses to files that were missing the license header. * Apache license additions Files in examples/lock-app/efr32/ must carry Apache license or a suitable open source license. Files in src/app/gen/gen/* are generated; attaching the copyright notice to those files to satisfy the linter.
1 parent 1c325c4 commit 38cf731

File tree

82 files changed

+1244
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1244
-36
lines changed
 

‎.dir-locals.el

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
;;
2+
;; Copyright (c) 2020 Project CHIP Authors
3+
;; All rights reserved.
4+
;;
5+
;; Licensed under the Apache License, Version 2.0 (the "License");
6+
;; you may not use this file except in compliance with the License.
7+
;; You may obtain a copy of the License at
8+
;;
9+
;; http://www.apache.org/licenses/LICENSE-2.0
10+
;;
11+
;; Unless required by applicable law or agreed to in writing, software
12+
;; distributed under the License is distributed on an "AS IS" BASIS,
13+
;; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
;; See the License for the specific language governing permissions and
15+
;; limitations under the License.
16+
;;
17+
118
;; Per-directory local variables for GNU Emacs
219
;; https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html
320
;;

‎.restyled.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
#
2+
# Copyright (c) 2020 Project CHIP Authors
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
117
# Do anything at all
218
enabled: true
319

0 commit comments

Comments
 (0)
Please sign in to comment.