Skip to content

Commit ae30c80

Browse files
smoladpordomingo
authored andcommitted
project-template: use .md extension for LICENSE and NOTICE
This allows proper integration with tools such as Gitbook. Signed-off-by: Santiago M. Mola <santi@mola.io>
1 parent 9066f01 commit ae30c80

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../project-template/LICENSE.apache
1+
../project-template/LICENSE.md.apache
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../project-template/LICENSE.cc-by-sa
1+
../project-template/LICENSE.md.cc-by-sa

engineering/documents/gpl/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../project-template/LICENSE.gpl
1+
../project-template/LICENSE.md.gpl

engineering/project-template/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@ There's a choice between the following three licenses:
8383
You will find more info about what license to choose at: https://github.com/src-d/guide/blob/master/engineering/licensing.md
8484
```
8585

86-
Apache License Version 2.0, see [LICENSE](LICENSE).
86+
Apache License Version 2.0, see [LICENSE.md](LICENSE.md).
8787

8888
```
8989
or
9090
```
9191

92-
GPL v3.0, see [LICENSE](LICENSE).
92+
GPL v3.0, see [LICENSE.md](LICENSE.md).
9393

9494
```
9595
or
9696
```
9797

98-
This work is licensed under a Creative Commons Attribution 4.0 International License. See [LICENSE](LICENSE).
98+
This work is licensed under a Creative Commons Attribution 4.0 International License. See [LICENSE.md](LICENSE.md).

0 commit comments

Comments
 (0)