diff options
author | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-11 16:09:30 +0100 |
---|---|---|
committer | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-11 16:15:30 +0100 |
commit | f8e6e5a50e1a2462724cc9db0237f88351b11c50 (patch) | |
tree | 583ddaf951e2e6907c796debc6a8493460f0a309 | |
parent | 1452b2cf83fddd3a0a26bf6a195e1ba021c62f3f (diff) |
Update Copyright years and accentuate my name
-rwxr-xr-x | add-authorized-keys | 2 | ||||
-rwxr-xr-x | add-git-repo | 2 | ||||
-rwxr-xr-x | add-git-user | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/add-authorized-keys b/add-authorized-keys index 7ed753a..bc4d86b 100755 --- a/add-authorized-keys +++ b/add-authorized-keys @@ -2,7 +2,7 @@ ### Add RSA keys to the authorized_keys file of a given user -### Copyright (C) 2015 Rafael Laboissiere +### Copyright (C) 2015, 2022 Rafael Laboissière ### ### This program is free software; you can redistribute it and/or modify it under ### the terms of the GNU General Public License as published by the Free Software diff --git a/add-git-repo b/add-git-repo index ec68235..b554ea1 100755 --- a/add-git-repo +++ b/add-git-repo @@ -2,7 +2,7 @@ ### Create a centralized Git repository -### Copyright (C) 2015, 2022 Rafael Laboissiere +### Copyright (C) 2015, 2022 Rafael Laboissière ### ### This program is free software; you can redistribute it and/or modify it under ### the terms of the GNU General Public License as published by the Free Software diff --git a/add-git-user b/add-git-user index 2c4a60c..d430f2f 100755 --- a/add-git-user +++ b/add-git-user @@ -2,7 +2,7 @@ ### Add a Git user to the system -### Copyright (C) 2015 Rafael Laboissiere +### Copyright (C) 2015, 2022 Rafael Laboissière ### ### This program is free software; you can redistribute it and/or modify it under ### the terms of the GNU General Public License as published by the Free Software |