Skip to content

Commit a768b0e

Browse files
authored
Adjust copyrights based on carbon-project-tools/carbon-language#3 (carbon-language#171)
1 parent ccb99ad commit a768b0e

File tree

10 files changed

+36
-3
lines changed

10 files changed

+36
-3
lines changed

.codespell_ignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
2+
# Exceptions. See /LICENSE for license information.
3+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
15
circularly
26
copyable
37
pullrequest

.github/workflows/pre-commit.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
2+
# Exceptions. See /LICENSE for license information.
3+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
15
name: pre-commit
26

37
on:

.github/workflows/publish-docs.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
2+
# Exceptions. See /LICENSE for license information.
3+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
15
name: Publish Carbon Documentation
6+
27
on:
38
push:
49
branches:

.pre-commit-config.yaml

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

.prettierrc.yaml

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

CODEOWNERS

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

docs/project/principles/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Principles
22

33
<!--
4-
Part of the Carbon Language, under the Apache License v2.0 with LLVM
4+
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
55
Exceptions. See /LICENSE for license information.
66
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
77
-->

proposals/p0083.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# In-progress design overview
22

33
<!--
4-
Part of the Carbon Language, under the Apache License v2.0 with LLVM Exceptions.
5-
See /LICENSE for license information.
4+
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
5+
Exceptions. See /LICENSE for license information.
66
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
77
-->
88

pyproject.toml

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

src/scripts/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
2+
# Exceptions. See /LICENSE for license information.
3+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
15
__pycache__

0 commit comments

Comments
 (0)