diff --git a/.eslintrc.js b/.eslintrc.js index 954413a..f0a6c01 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/index.js b/index.js index 7cdd65c..94a8322 100755 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/commands/checkout.js b/lib/commands/checkout.js index fc18015..e09a5d1 100644 --- a/lib/commands/checkout.js +++ b/lib/commands/checkout.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/commands/close.js b/lib/commands/close.js index 216d76d..94290b5 100644 --- a/lib/commands/close.js +++ b/lib/commands/close.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/commands/commit.js b/lib/commands/commit.js index 5eafb69..43199a9 100644 --- a/lib/commands/commit.js +++ b/lib/commands/commit.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/commands/diff.js b/lib/commands/diff.js index 9e27fb4..9835d5c 100644 --- a/lib/commands/diff.js +++ b/lib/commands/diff.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/commands/exec.js b/lib/commands/exec.js index 3d2fc1b..5c0f205 100644 --- a/lib/commands/exec.js +++ b/lib/commands/exec.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/commands/fetch.js b/lib/commands/fetch.js index ad47c70..52c0961 100644 --- a/lib/commands/fetch.js +++ b/lib/commands/fetch.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/commands/pull.js b/lib/commands/pull.js index d84e376..a5a09cc 100644 --- a/lib/commands/pull.js +++ b/lib/commands/pull.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/commands/push.js b/lib/commands/push.js index 7b519c3..0bc62eb 100644 --- a/lib/commands/push.js +++ b/lib/commands/push.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/commands/save.js b/lib/commands/save.js index 5687918..3ff6f8d 100644 --- a/lib/commands/save.js +++ b/lib/commands/save.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/commands/status.js b/lib/commands/status.js index 41838c0..f1050e9 100644 --- a/lib/commands/status.js +++ b/lib/commands/status.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/commands/sync.js b/lib/commands/sync.js index 35884a4..e9e59dc 100644 --- a/lib/commands/sync.js +++ b/lib/commands/sync.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/default-resolver.js b/lib/default-resolver.js index 06b6530..7e52c20 100644 --- a/lib/default-resolver.js +++ b/lib/default-resolver.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/index.js b/lib/index.js index 886a010..d57c85f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/utils/child-process.js b/lib/utils/child-process.js index 7b6d5c6..756db70 100644 --- a/lib/utils/child-process.js +++ b/lib/utils/child-process.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/utils/createforkpool.js b/lib/utils/createforkpool.js index f504d0d..683c20b 100644 --- a/lib/utils/createforkpool.js +++ b/lib/utils/createforkpool.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/utils/displaylog.js b/lib/utils/displaylog.js index 83e9542..3f779e0 100644 --- a/lib/utils/displaylog.js +++ b/lib/utils/displaylog.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/utils/getcommandinstance.js b/lib/utils/getcommandinstance.js index 3f9642d..018c7c5 100644 --- a/lib/utils/getcommandinstance.js +++ b/lib/utils/getcommandinstance.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/utils/getcwd.js b/lib/utils/getcwd.js index d65ad36..7253bbf 100644 --- a/lib/utils/getcwd.js +++ b/lib/utils/getcwd.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/utils/getoptions.js b/lib/utils/getoptions.js index bc5114f..3c01921 100644 --- a/lib/utils/getoptions.js +++ b/lib/utils/getoptions.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/utils/getpackagenames.js b/lib/utils/getpackagenames.js index 7c1815e..afb1325 100644 --- a/lib/utils/getpackagenames.js +++ b/lib/utils/getpackagenames.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/utils/gitstatusparser.js b/lib/utils/gitstatusparser.js index cedec8a..96106de 100644 --- a/lib/utils/gitstatusparser.js +++ b/lib/utils/gitstatusparser.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/utils/log.js b/lib/utils/log.js index 3d91063..ea259b8 100644 --- a/lib/utils/log.js +++ b/lib/utils/log.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/utils/parserepositoryurl.js b/lib/utils/parserepositoryurl.js index a9f2771..c03ec04 100644 --- a/lib/utils/parserepositoryurl.js +++ b/lib/utils/parserepositoryurl.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/utils/shell.js b/lib/utils/shell.js index a68cb4f..39eb1bb 100644 --- a/lib/utils/shell.js +++ b/lib/utils/shell.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/lib/utils/updatejsonfile.js b/lib/utils/updatejsonfile.js index 994fa92..28f9567 100644 --- a/lib/utils/updatejsonfile.js +++ b/lib/utils/updatejsonfile.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/scripts/changelog.js b/scripts/changelog.js index 6104286..ace6aad 100755 --- a/scripts/changelog.js +++ b/scripts/changelog.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/scripts/release.js b/scripts/release.js index 97a8540..b3db3a3 100755 --- a/scripts/release.js +++ b/scripts/release.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/commands/checkout.js b/tests/commands/checkout.js index 3b80f23..a46b96d 100644 --- a/tests/commands/checkout.js +++ b/tests/commands/checkout.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/commands/close.js b/tests/commands/close.js index 0d4b56a..6f419cc 100644 --- a/tests/commands/close.js +++ b/tests/commands/close.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/commands/commit.js b/tests/commands/commit.js index 993875e..9c5c250 100644 --- a/tests/commands/commit.js +++ b/tests/commands/commit.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/commands/diff.js b/tests/commands/diff.js index d20c6f5..45bfffc 100644 --- a/tests/commands/diff.js +++ b/tests/commands/diff.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/commands/exec.js b/tests/commands/exec.js index 18552bf..41077e8 100644 --- a/tests/commands/exec.js +++ b/tests/commands/exec.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/commands/fetch.js b/tests/commands/fetch.js index 9c9b411..541a323 100644 --- a/tests/commands/fetch.js +++ b/tests/commands/fetch.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/commands/pull.js b/tests/commands/pull.js index 930bc9e..4427a12 100644 --- a/tests/commands/pull.js +++ b/tests/commands/pull.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/commands/push.js b/tests/commands/push.js index 4c41204..9861957 100644 --- a/tests/commands/push.js +++ b/tests/commands/push.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/commands/save.js b/tests/commands/save.js index 145afd4..09b61f8 100644 --- a/tests/commands/save.js +++ b/tests/commands/save.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/commands/status.js b/tests/commands/status.js index fee6b3f..9d46d0c 100644 --- a/tests/commands/status.js +++ b/tests/commands/status.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/commands/sync.js b/tests/commands/sync.js index 255e0b6..0245192 100644 --- a/tests/commands/sync.js +++ b/tests/commands/sync.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/default-resolver.js b/tests/default-resolver.js index 22903ef..bb0e98c 100644 --- a/tests/default-resolver.js +++ b/tests/default-resolver.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/utils/getcwd.js b/tests/utils/getcwd.js index 4fab5e2..a88bb5c 100644 --- a/tests/utils/getcwd.js +++ b/tests/utils/getcwd.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/utils/getoptions.js b/tests/utils/getoptions.js index 27384fd..cd7e37d 100644 --- a/tests/utils/getoptions.js +++ b/tests/utils/getoptions.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/utils/getpackagenames.js b/tests/utils/getpackagenames.js index 73699f2..7c342e6 100644 --- a/tests/utils/getpackagenames.js +++ b/tests/utils/getpackagenames.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/utils/gitstatusparser.js b/tests/utils/gitstatusparser.js index ed55195..9b4856a 100644 --- a/tests/utils/gitstatusparser.js +++ b/tests/utils/gitstatusparser.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/utils/parserepositoryurl.js b/tests/utils/parserepositoryurl.js index 3f7654a..b119ee1 100644 --- a/tests/utils/parserepositoryurl.js +++ b/tests/utils/parserepositoryurl.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/tests/utils/updatejsonfile.js b/tests/utils/updatejsonfile.js index f5c93ea..b5c9904 100644 --- a/tests/utils/updatejsonfile.js +++ b/tests/utils/updatejsonfile.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */