Skip to content

Commit bcd0c3a

Browse files
committed
Add license headers
1 parent 2954af4 commit bcd0c3a

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (c) DINUM, Bastien Guerry
2+
# SPDX-License-Identifier: EPL-2.0
3+
# License-Filename: EPL-2.0.txt
4+
15
*json
26
*csv
37
todo.org

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!-- Copyright (c) DINUM, Bastien Guerry -->
2+
<!-- SPDX-License-Identifier: EPL-2.0 -->
3+
<!-- License-Filename: EPL-2.0.txt -->
4+
15
# Contributing
26

37
Commit messages should be written in English.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!-- Copyright (c) DINUM, Bastien Guerry -->
2+
<!-- SPDX-License-Identifier: EPL-2.0 -->
3+
<!-- License-Filename: EPL-2.0.txt -->
4+
15
[![img](https://img.shields.io/badge/code.gouv.fr-contributif-blue.svg)](https://code.gouv.fr/documentation/#quels-degres-douverture-pour-les-codes-sources)
26
[![Software License](https://img.shields.io/badge/Licence-EPL-green.svg)](https://githut.com/codegouvfr/codegouvfr-cli/tree/main/item/LICENSES/LICENSE.EPL-2.0.txt)
37

bb.edn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
;; Copyright (c) DINUM, Bastien Guerry
2+
;; SPDX-License-Identifier: EPL-2.0
3+
;; License-Filename: EPL-2.0.txt
4+
15
{:src "src/codegouvfr"
26
:tasks {clean
37
(shell "bash -c"

0 commit comments

Comments
 (0)