Forráskód Böngészése

Adjust copyrights based on carbon-project-tools/#3 (#171)

Jon Meow 5 éve
szülő
commit
a768b0ee19

+ 4 - 0
.codespell_ignore

@@ -1,3 +1,7 @@
+# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+# Exceptions. See /LICENSE for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
 circularly
 copyable
 pullrequest

+ 4 - 0
.github/workflows/pre-commit.yml

@@ -1,3 +1,7 @@
+# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+# Exceptions. See /LICENSE for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
 name: pre-commit
 
 on:

+ 5 - 0
.github/workflows/publish-docs.yaml

@@ -1,4 +1,9 @@
+# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+# Exceptions. See /LICENSE for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
 name: Publish Carbon Documentation
+
 on:
   push:
     branches:

+ 4 - 0
.pre-commit-config.yaml

@@ -1,3 +1,7 @@
+# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+# Exceptions. See /LICENSE for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
 # See https://pre-commit.com for more information
 # See https://pre-commit.com/hooks.html for more hooks
 default_language_version:

+ 4 - 0
.prettierrc.yaml

@@ -1,3 +1,7 @@
+# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+# Exceptions. See /LICENSE for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
 printWidth: 80
 proseWrap: 'always'
 singleQuote: true

+ 4 - 0
CODEOWNERS

@@ -1,3 +1,7 @@
+# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+# Exceptions. See /LICENSE for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
 # Global owners.
 *           @carbon-language/admin-team
 

+ 1 - 1
docs/project/principles/README.md

@@ -1,7 +1,7 @@
 # Principles
 
 <!--
-Part of the Carbon Language, under the Apache License v2.0 with LLVM
+Part of the Carbon Language project, under the Apache License v2.0 with LLVM
 Exceptions. See /LICENSE for license information.
 SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 -->

+ 2 - 2
proposals/p0083.md

@@ -1,8 +1,8 @@
 # In-progress design overview
 
 <!--
-Part of the Carbon Language, under the Apache License v2.0 with LLVM Exceptions.
-See /LICENSE for license information.
+Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+Exceptions. See /LICENSE for license information.
 SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 -->
 

+ 4 - 0
pyproject.toml

@@ -1,3 +1,7 @@
+# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+# Exceptions. See /LICENSE for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
 [tool.black]
 line-length = 80
 target-version = ['py36', 'py37', 'py38']

+ 4 - 0
src/scripts/.gitignore

@@ -1 +1,5 @@
+# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
+# Exceptions. See /LICENSE for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
 __pycache__