From c9a853a684a917968063edf87f44ccc5fad2d821 Mon Sep 17 00:00:00 2001
From: Pascal Zarrad
Date: Sun, 13 Mar 2022 17:23:56 +0100
Subject: [PATCH] feat: update copyright notice
---
fix-wsl.sh | 2 +-
install.sh | 2 +-
lib/console.sh | 2 +-
lib/distdep/deb_based/package_management.sh | 2 +-
lib/plugin_api.sh | 2 +-
lib/template_engine.sh | 2 +-
lib/user_management.sh | 2 +-
plugins/alias-finder/plugin.sh | 2 +-
plugins/angular-ng/plugin.sh | 2 +-
plugins/ant/plugin.sh | 2 +-
plugins/aws/plugin.sh | 2 +-
plugins/bgnotify/plugin.sh | 2 +-
plugins/catimg/plugin.sh | 2 +-
plugins/command-not-found/plugin.sh | 2 +-
plugins/common-aliases/plugin.sh | 2 +-
plugins/composer/plugin.sh | 2 +-
plugins/copypath/plugin.sh | 2 +-
plugins/docker/plugin.sh | 2 +-
plugins/encode64/plugin.sh | 2 +-
plugins/extract/plugin.sh | 2 +-
plugins/git/plugin.sh | 2 +-
plugins/golang/plugin.sh | 2 +-
plugins/gradle/plugin.sh | 2 +-
plugins/gulp/plugin.sh | 2 +-
plugins/jsontools/plugin.sh | 2 +-
plugins/mvn/plugin.sh | 2 +-
plugins/n98-magerun/plugin.sh | 2 +-
plugins/node/plugin.sh | 2 +-
plugins/php/plugin.sh | 2 +-
plugins/python/plugin.sh | 2 +-
plugins/redis-cli/plugin.sh | 2 +-
plugins/rsync/plugin.sh | 2 +-
plugins/symfony/plugin.sh | 2 +-
plugins/theme-loader/plugin.sh | 2 +-
plugins/ubuntu/plugin.sh | 2 +-
plugins/wsl-gpg/plugin.sh | 2 +-
plugins/yarn/plugin.sh | 2 +-
plugins/zsh-enhancements/plugin.sh | 2 +-
38 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/fix-wsl.sh b/fix-wsl.sh
index 2e59e5b..cde65a9 100644
--- a/fix-wsl.sh
+++ b/fix-wsl.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/install.sh b/install.sh
index b797697..4f0d771 100755
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/lib/console.sh b/lib/console.sh
index 0a05f20..dbfda07 100644
--- a/lib/console.sh
+++ b/lib/console.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/lib/distdep/deb_based/package_management.sh b/lib/distdep/deb_based/package_management.sh
index 5839e0a..88c9414 100644
--- a/lib/distdep/deb_based/package_management.sh
+++ b/lib/distdep/deb_based/package_management.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/lib/plugin_api.sh b/lib/plugin_api.sh
index 328d1e1..1ec4bc0 100644
--- a/lib/plugin_api.sh
+++ b/lib/plugin_api.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/lib/template_engine.sh b/lib/template_engine.sh
index c79298a..fcf15da 100644
--- a/lib/template_engine.sh
+++ b/lib/template_engine.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/lib/user_management.sh b/lib/user_management.sh
index 25883a6..166642e 100644
--- a/lib/user_management.sh
+++ b/lib/user_management.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/alias-finder/plugin.sh b/plugins/alias-finder/plugin.sh
index 65e9f7f..bd9e8ea 100644
--- a/plugins/alias-finder/plugin.sh
+++ b/plugins/alias-finder/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/angular-ng/plugin.sh b/plugins/angular-ng/plugin.sh
index 879c683..43aa537 100644
--- a/plugins/angular-ng/plugin.sh
+++ b/plugins/angular-ng/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/ant/plugin.sh b/plugins/ant/plugin.sh
index 5fc276f..dae9704 100644
--- a/plugins/ant/plugin.sh
+++ b/plugins/ant/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/aws/plugin.sh b/plugins/aws/plugin.sh
index 1b391bd..1344421 100644
--- a/plugins/aws/plugin.sh
+++ b/plugins/aws/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/bgnotify/plugin.sh b/plugins/bgnotify/plugin.sh
index 5103796..4037060 100644
--- a/plugins/bgnotify/plugin.sh
+++ b/plugins/bgnotify/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/catimg/plugin.sh b/plugins/catimg/plugin.sh
index 3357ee9..51a959c 100644
--- a/plugins/catimg/plugin.sh
+++ b/plugins/catimg/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/command-not-found/plugin.sh b/plugins/command-not-found/plugin.sh
index 582b14e..c77e3c6 100644
--- a/plugins/command-not-found/plugin.sh
+++ b/plugins/command-not-found/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/common-aliases/plugin.sh b/plugins/common-aliases/plugin.sh
index f0329f0..be5ce57 100644
--- a/plugins/common-aliases/plugin.sh
+++ b/plugins/common-aliases/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/composer/plugin.sh b/plugins/composer/plugin.sh
index 45a93f0..c651fd8 100644
--- a/plugins/composer/plugin.sh
+++ b/plugins/composer/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/copypath/plugin.sh b/plugins/copypath/plugin.sh
index 992399a..42ffdcb 100644
--- a/plugins/copypath/plugin.sh
+++ b/plugins/copypath/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/docker/plugin.sh b/plugins/docker/plugin.sh
index 20cfe77..def1122 100644
--- a/plugins/docker/plugin.sh
+++ b/plugins/docker/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/encode64/plugin.sh b/plugins/encode64/plugin.sh
index 7a9aef2..c198789 100644
--- a/plugins/encode64/plugin.sh
+++ b/plugins/encode64/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/extract/plugin.sh b/plugins/extract/plugin.sh
index 322b6b5..b10e473 100644
--- a/plugins/extract/plugin.sh
+++ b/plugins/extract/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/git/plugin.sh b/plugins/git/plugin.sh
index 111289b..4945eb0 100644
--- a/plugins/git/plugin.sh
+++ b/plugins/git/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/golang/plugin.sh b/plugins/golang/plugin.sh
index ec705d5..42c6987 100644
--- a/plugins/golang/plugin.sh
+++ b/plugins/golang/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/gradle/plugin.sh b/plugins/gradle/plugin.sh
index 5a7fcb6..ab01d02 100644
--- a/plugins/gradle/plugin.sh
+++ b/plugins/gradle/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/gulp/plugin.sh b/plugins/gulp/plugin.sh
index 4b51815..d2fce33 100644
--- a/plugins/gulp/plugin.sh
+++ b/plugins/gulp/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/jsontools/plugin.sh b/plugins/jsontools/plugin.sh
index 6d2480a..5214c35 100644
--- a/plugins/jsontools/plugin.sh
+++ b/plugins/jsontools/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/mvn/plugin.sh b/plugins/mvn/plugin.sh
index de1ec92..4ecb8d7 100644
--- a/plugins/mvn/plugin.sh
+++ b/plugins/mvn/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/n98-magerun/plugin.sh b/plugins/n98-magerun/plugin.sh
index 1548565..471a8f0 100644
--- a/plugins/n98-magerun/plugin.sh
+++ b/plugins/n98-magerun/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/node/plugin.sh b/plugins/node/plugin.sh
index 9cc3aab..0612a9a 100644
--- a/plugins/node/plugin.sh
+++ b/plugins/node/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/php/plugin.sh b/plugins/php/plugin.sh
index f7df224..b5d35dd 100644
--- a/plugins/php/plugin.sh
+++ b/plugins/php/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/python/plugin.sh b/plugins/python/plugin.sh
index 954d8f3..1ee397e 100644
--- a/plugins/python/plugin.sh
+++ b/plugins/python/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/redis-cli/plugin.sh b/plugins/redis-cli/plugin.sh
index 7e2bc73..9cc6f8a 100644
--- a/plugins/redis-cli/plugin.sh
+++ b/plugins/redis-cli/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/rsync/plugin.sh b/plugins/rsync/plugin.sh
index ef51e36..a73d613 100644
--- a/plugins/rsync/plugin.sh
+++ b/plugins/rsync/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/symfony/plugin.sh b/plugins/symfony/plugin.sh
index 0f4041b..e352894 100644
--- a/plugins/symfony/plugin.sh
+++ b/plugins/symfony/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/theme-loader/plugin.sh b/plugins/theme-loader/plugin.sh
index bad25c4..c2e751b 100644
--- a/plugins/theme-loader/plugin.sh
+++ b/plugins/theme-loader/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/ubuntu/plugin.sh b/plugins/ubuntu/plugin.sh
index 0abda43..5d54ca4 100644
--- a/plugins/ubuntu/plugin.sh
+++ b/plugins/ubuntu/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/wsl-gpg/plugin.sh b/plugins/wsl-gpg/plugin.sh
index aa9ded9..0212ec6 100755
--- a/plugins/wsl-gpg/plugin.sh
+++ b/plugins/wsl-gpg/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/yarn/plugin.sh b/plugins/yarn/plugin.sh
index 860bc76..50a3e20 100644
--- a/plugins/yarn/plugin.sh
+++ b/plugins/yarn/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/plugins/zsh-enhancements/plugin.sh b/plugins/zsh-enhancements/plugin.sh
index 08d6a2e..0e7c1de 100644
--- a/plugins/zsh-enhancements/plugin.sh
+++ b/plugins/zsh-enhancements/plugin.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2021 Pascal Zarrad
+# Copyright 2022 Pascal Zarrad
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.