Skip to content

Commit d8987cc

Browse files
Fix broken links to LICENSES in READMEs. Refs #251.
The links to the licenses in the READMEs (including the top level README) have been either outdated or broken as a result of several repo reorganization processes. This commit updates all links to LICENSE files in the READMEs. Each README points to the corresponding package's own LICENSE file, as opposed to pointing to the main Copilot LICENSE. [ci skip]
1 parent e3f4e84 commit d8987cc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

copilot-c99/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ the Copilot website:
3030

3131
## License
3232
Copilot is distributed under the BSD-3-Clause license, which can be found
33-
[here](https://raw.githubusercontent.com/Copilot-Language/copilot-c99/master/LICENSE).
33+
[here](https://raw.githubusercontent.com/Copilot-Language/copilot/master/copilot-c99/LICENSE).

copilot-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ the Copilot website:
3030

3131
## License
3232
Copilot is distributed under the BSD-3-Clause license, which can be found
33-
[here](https://raw.githubusercontent.com/Copilot-Language/copilot-core/master/LICENSE).
33+
[here](https://raw.githubusercontent.com/Copilot-Language/copilot/master/copilot-core/LICENSE).

copilot-language/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ the Copilot website:
3434

3535
## License
3636
Copilot is distributed under the BSD-3-Clause license, which can be found
37-
[here](https://raw.githubusercontent.com/Copilot-Language/copilot/master/LICENSE).
37+
[here](https://raw.githubusercontent.com/Copilot-Language/copilot/master/copilot-language/LICENSE).

copilot-libraries/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ the Copilot website:
3030

3131
## License
3232
Copilot is distributed under the BSD-3-Clause license, which can be found
33-
[here](https://raw.githubusercontent.com/Copilot-Language/copilot/master/LICENSE).
33+
[here](https://raw.githubusercontent.com/Copilot-Language/copilot/master/copilot-libraries/LICENSE).

copilot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ further development of Copilot.
170170

171171
## License
172172
Copilot is distributed under the BSD-3-Clause license, which can be found
173-
[here](https://raw.githubusercontent.com/Copilot-Language/Copilot/master/LICENSE).
173+
[here](https://raw.githubusercontent.com/Copilot-Language/copilot/master/copilot/LICENSE).
174174

175175

176176
## The Copilot Team

0 commit comments

Comments
 (0)