Skip to content

Commit

Permalink
Merge pull request #4 from innovativeinnovation/cho-update-copyright-…
Browse files Browse the repository at this point in the history
…date

Update copyright date
  • Loading branch information
williambelle committed Jan 22, 2019
2 parents 46bf948 + 6db7d1a commit a251c0b
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2018.
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

coverage/**/*.js
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2018.
# Modified work (c) William Belle, 2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.

package-lock=false
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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.

language: node_js
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,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 LICENSE
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,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 src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* 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 test/test-email.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* 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 test/test-find.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* 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 test/test-photo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* 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 test/test-sciper.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* 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

0 comments on commit a251c0b

Please sign in to comment.