]> arthur.barton.de Git - ax-zsh.git/commitdiff
2023 =:)
authorAlexander Barton <alex@barton.de>
Sat, 9 Dec 2023 12:30:32 +0000 (13:30 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 9 Dec 2023 12:30:32 +0000 (13:30 +0100)
LICENSE.md
bin/axzshctl

index 34273ad12ca3dc56cb29e17352ee250dd5d2ee1b..11a61cb0c2257450d1111bce3f455731ee1759a0 100644 (file)
@@ -1,7 +1,7 @@
 The MIT License
 ===============
 
-- Copyright (c) 2015-2022 Alexander Barton <alex@barton.de>
+- Copyright (c) 2015-2023 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 d64c3076eebde9ccd9fdf172aa490dd31e4a296e..dea26d850afb471e9a75f693da051630a814cc08 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env zsh
 #
 # AX-ZSH: Alex' Modular ZSH Configuration
-# Copyright (c) 2015-2022 Alexander Barton <alex@barton.de>
+# Copyright (c) 2015-2023 Alexander Barton <alex@barton.de>
 #
 
 # Embedded ax-common compatibility functions ...
@@ -22,7 +22,7 @@ function ax_error {
 
 function Version {
        echo "ax-zsh -- Modular configuration system for the Z shell (ZSH)"
-       echo "Copyright (c) 2015-2019 Alexander Barton <alex@barton.de>."
+       echo "Copyright (c) 2015-2023 Alexander Barton <alex@barton.de>."
        echo "Licensed under the terms of the MIT license, see LICENSE.md for details."
        echo "Homepage: <https://github.com/alexbarton/ax-zsh>"
        echo