Skip to content

Commit 04312b7

Browse files
committed
Add license header template and ignore file
1 parent 2b6f4c9 commit 04312b7

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.license_header_template

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@@===----------------------------------------------------------------------===@@
2+
@@
3+
@@ This source file is part of the Swift open source project
4+
@@
5+
@@ Copyright (c) YEARS Apple Inc. and the Swift project authors
6+
@@ Licensed under Apache License v2.0 with Runtime Library Exception
7+
@@
8+
@@ See http://swift.org/LICENSE.txt for license information
9+
@@ See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+
@@
11+
@@===----------------------------------------------------------------------===@@

.licenseignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
**/*.mlmodel
2+
**/*.pbxproj
3+
**/*.png
4+
**/*.xcworkspacedata
5+
**/Package.swift
6+
.dir-locals.el
7+
.editorconfig
8+
.swift-version
9+
CODEOWNERS
10+
Package.swift

0 commit comments

Comments
 (0)