Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copyright date #4

Merged
merged 1 commit into from Aug 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
@@ -1,5 +1,5 @@
; Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
; Modified work (c) William Belle, 2018.
; Modified work (c) William Belle, 2018-2019.
; See the LICENSE file for more details.

root = true
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

!Build/
Expand Down
2 changes: 1 addition & 1 deletion .perlcriticrc
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

#
Expand Down
2 changes: 1 addition & 1 deletion .perltidyrc
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

-i=2 # Indentation is two spaces
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

dist: trusty
Expand Down
2 changes: 1 addition & 1 deletion Build.PL
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

use 5.006;
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -56,14 +56,14 @@ Release
2. Update the file [Changes](Changes)
3. Package the module.
4. Upload the package to https://pause.perl.org/
5. Create the tag (`git tag -a v<version> -m "Tagging the v<version> release"`)
5. Create the tag (`git tag -a v<version> -m "Tagging the v<version> release"`)

License
-------

Apache License 2.0

Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
Modified work (c) William Belle, 2018.
Modified work (c) William Belle, 2018-2019.

See the [LICENSE](LICENSE) file for more details.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -189,7 +189,7 @@
Original Work Copyright 2017-2018 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
Switzerland, VPSI.

Modified work Copyright 2018 William Belle.
Modified work Copyright 2018-2019 William Belle.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -77,6 +77,6 @@ License
Apache License 2.0

Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
Modified work (c) William Belle, 2018.
Modified work (c) William Belle, 2018-2019.

See the [LICENSE](LICENSE) file for more details.
2 changes: 1 addition & 1 deletion bin/epfl-sciper-list
Expand Up @@ -104,7 +104,7 @@ L<http://search.cpan.org/dist/EPFL-Sciper-List/>
Original work Copyright ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
Switzerland, VPSI, 2017-2018.

Modified work Copyright William Belle, 2018.
Modified work Copyright William Belle, 2018-2019.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion lib/EPFL/Sciper/List.pm
Expand Up @@ -201,7 +201,7 @@ L<http://search.cpan.org/dist/EPFL-Sciper-List/>
Original work Copyright ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
Switzerland, VPSI, 2017-2018.

Modified work Copyright William Belle, 2018.
Modified work Copyright William Belle, 2018-2019.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion t/00-load.t
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

use 5.006;
Expand Down
2 changes: 1 addition & 1 deletion t/01-mocksite.t
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

use strict;
Expand Down
2 changes: 1 addition & 1 deletion t/02-check-ua.t
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

use strict;
Expand Down
2 changes: 1 addition & 1 deletion t/03-retrieve-sciper.t
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

use strict;
Expand Down
2 changes: 1 addition & 1 deletion t/MockSite.pm
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

package MockSite;
Expand Down
2 changes: 1 addition & 1 deletion t/boilerplate.t
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

use 5.006;
Expand Down
2 changes: 1 addition & 1 deletion t/critic.t
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

use strict;
Expand Down
2 changes: 1 addition & 1 deletion t/manifest.t
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

use 5.006;
Expand Down
2 changes: 1 addition & 1 deletion t/pod-coverage.t
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

use 5.006;
Expand Down
2 changes: 1 addition & 1 deletion t/pod.t
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

use 5.006;
Expand Down