]> arthur.barton.de Git - ax-zsh.git/commitdiff
Update copyright notices for 2022 :-)
authorAlexander Barton <alex@barton.de>
Thu, 7 Apr 2022 20:56:40 +0000 (22:56 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 7 Apr 2022 20:56:40 +0000 (22:56 +0200)
LICENSE.md
README.md
ax.zsh
bin/axttyinfo
bin/axzshctl
install.sh

index d5568c1ddd6da1fae9a8bf50f061f4838ff5fb92..34273ad12ca3dc56cb29e17352ee250dd5d2ee1b 100644 (file)
@@ -1,7 +1,7 @@
 The MIT License
 ===============
 
-- Copyright (c) 2015-2021 Alexander Barton <alex@barton.de>
+- Copyright (c) 2015-2022 Alexander Barton <alex@barton.de>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
index b74e84d3ca74cb2c2d36336cd68ab2680d94997d..a6ffb8daf0f2de3331e30cee9539c4942c135b4e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -261,4 +261,4 @@ ___
 [Powerlevel10k]: <https://github.com/romkatv/powerlevel10k> "Powerlevel10k Homepage"
 [ZSH]: <https://www.zsh.org/> "ZSH Homepage"
 
-[AX-ZSH] Copyright (c) 2015-2021 Alexander Barton <alex@barton.de>
+[AX-ZSH] Copyright (c) 2015-2022 Alexander Barton <alex@barton.de>
diff --git a/ax.zsh b/ax.zsh
index 63ae7493c9ecac22d48633847a05a6c8ff8455af..e21b24657409a85f3d20b5f73a3329a7036a3ffa 100644 (file)
--- a/ax.zsh
+++ b/ax.zsh
@@ -1,5 +1,5 @@
 # AX-ZSH: Alex' Modular ZSH Configuration
-# Copyright (c) 2015-2020 Alexander Barton <alex@barton.de>
+# Copyright (c) 2015-2022 Alexander Barton <alex@barton.de>
 
 script_name="${${(%):-%N}:t}"
 script_type="$script_name[2,-1]"
index 63ac50c99d9bc7f33f6cc8ce2107a3a5fcc1dcc2..74ed6ec90c133fa39ef720490e88a9867383c642 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env zsh
 #
 # AX-ZSH: Alex' Modular ZSH Configuration
-# Copyright (c) 2015-2017 Alexander Barton <alex@barton.de>
+# Copyright (c) 2015-2022 Alexander Barton <alex@barton.de>
 #
 
 source "$AXZSH/core/11_terminal/11_terminal.zshrc" || exit 1
index 8cfd0a202fc4a632d92256dee880f3f20651105d..0c996e5832cf3016ecd426f6fcea87e85fd05d5b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env zsh
 #
 # AX-ZSH: Alex' Modular ZSH Configuration
-# Copyright (c) 2015-2021 Alexander Barton <alex@barton.de>
+# Copyright (c) 2015-2022 Alexander Barton <alex@barton.de>
 #
 
 # Embedded ax-common compatibility functions ...
index 81811dd3f11ee9136fcf041b703da32904868808..4c5019787ae77950de538518b9e1e9add7812def 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # AX-ZSH: Alex' Modular ZSH Configuration
-# Copyright (c) 2015 Alexander Barton <alex@barton.de>
+# Copyright (c) 2015-2022 Alexander Barton <alex@barton.de>
 #
 
 # Include "ax-common.sh":