Skip to content

Commit b76a847

Browse files
committedJul 2, 2019
git: add copyrights to git configuration files
1 parent 871316d commit b76a847

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
 

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
*.txt text
3838
*.xml text
3939
*.pump text
40+
4041
# Declare files that will always have OS specific line endings on checkout.
4142
*.vcxproj.user text eol=crlf
4243
*.sh text eol=lf

‎.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
#===============================================================================
2+
# Copyright 2019 Intel Corporation
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
build
218
external
319
.*.sw?

0 commit comments

Comments
 (0)
Please sign in to comment.