Skip to content

Commit

Permalink
update copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Aug 23, 2019
1 parent 1cf6998 commit b862f64
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 25 deletions.
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
8 changes: 4 additions & 4 deletions 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 All @@ -17,17 +17,17 @@ my $builder = Module::Build->new(
'Module::Build' => '0.4224',
},
build_requires => {
'File::Copy::Recursive' => '0.44',
'File::Copy::Recursive' => '0.45',
'File::Find::Rule' => '0.34',
'IO::All' => '0.87',
'Test::JSON' => '0.11',
'Test::MockModule' => '0.170.0',
'Test::More' => '0',
},
requires => {
'JSON' => '2.97',
'JSON' => '4.02',
'LWP::Protocol::https' => '6.07',
'LWP::UserAgent' => '6.35',
'LWP::UserAgent' => '6.39',
'Readonly' => '2.05',
},
meta_merge => {
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

0 comments on commit b862f64

Please sign in to comment.