Skip to content

Commit f749ea0

Browse files
committed
Add: license information and copyright notice for REUSE compliance
Signed-off-by: Yann 'Ze' Richard <[email protected]>
1 parent 05668fb commit f749ea0

11 files changed

+54
-2
lines changed

.atoum.bootstrap.php

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?php
2+
/*
3+
* Copyright (c) 2018 Yann 'Ze' Richard <[email protected]>
4+
*
5+
* SPDX-License-Identifier: LGPL-3.0-or-later
6+
* License-Filename: LICENSE
7+
*/
28

39
/*
410
This file will automatically be included before EACH test if -bf/--bootstrap-file argument is not used.

.atoum.php

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?php
2+
/*
3+
* Copyright (c) 2018 Yann 'Ze' Richard <[email protected]>
4+
*
5+
* SPDX-License-Identifier: LGPL-3.0-or-later
6+
* License-Filename: LICENSE
7+
*/
28

39
/*
410
This file will automatically be included before EACH run.

.editorconfig

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# EditorConfig is awesome: http://EditorConfig.org
22

3+
# Copyright (c) 2018 Yann 'Ze' Richard <[email protected]>
4+
# SPDX-License-Identifier: LGPL-3.0-or-later
5+
# License-Filename: LICENSE
6+
7+
38
# top-most EditorConfig file
49
root = true
510

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright (c) 2018 Yann 'Ze' Richard <[email protected]>
2+
#
3+
# SPDX-License-Identifier: LGPL-3.0-or-later
4+
# License-Filename: LICENSE
5+
16
/.atoum.bootstrap.php export-ignore
27
/.atoum.php export-ignore
38
/.editorconfig export-ignore

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: LGPL-3.0-or-later
2+
# License-Filename: LICENSE
3+
14
# Files to ignore
25
/composer.phar
36
/reports/atoum/

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (c) 2018 Yann 'Ze' Richard <[email protected]>
2+
# SPDX-License-Identifier: LGPL-3.0-or-later
3+
# License-Filename: LICENSE
4+
15
language: php
26

37
php:

AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!---
2+
Copyright (c) 2018 Yann 'Ze' Richard <[email protected]>
3+
SPDX-License-Identifier: LGPL-3.0-or-later
4+
License-Filename: LICENSE
5+
-->
16
# Project Authors
27

38
## Original project author

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!---
2+
Copyright (c) 2018 Yann 'Ze' Richard <[email protected]>
3+
SPDX-License-Identifier: LGPL-3.0-or-later
4+
License-Filename: LICENSE
5+
-->
16
# Contributing
27

38
## Reporting security issues

LICENSE

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
GNU LESSER GENERAL PUBLIC LICENSE
2-
Version 3, 29 June 2007
1+
Valid-License-Identifier: LGPL-3.0-or-later
2+
License-Text:
3+
4+
GNU LESSER GENERAL PUBLIC LICENSE
5+
Version 3, 29 June 2007
36

47
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
58
Everyone is permitted to copy and distribute verbatim copies

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
<!---
2+
Copyright (c) 2018 Yann 'Ze' Richard <[email protected]>
3+
SPDX-License-Identifier: LGPL-3.0-or-later
4+
License-Filename: LICENSE
5+
-->
16
# Standford's like password policy : PHP implementation
27

8+
[![reuse compliant](https://reuse.software/badge/reuse-compliant.svg)](https://reuse.software/)
9+
310
This library implements a checker for Standford's password policy in PHP
411
with only one minor change :
512

composer.json.license

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Copyright (c) 2018 Yann 'Ze' Richard <[email protected]>
2+
SPDX-License-Identifier: LGPL-3.0-or-later
3+
License-Filename: LICENSE

0 commit comments

Comments
 (0)