From 3bff4cdafe01df66496f649a02ba2a3a01573e29 Mon Sep 17 00:00:00 2001 From: vg Date: Fri, 23 Feb 2024 14:38:07 +0100 Subject: update contact and copyright --- conf/aliases | 2 +- license.txt | 2 +- readme.rst | 4 ++-- scripts/fancy_sleep.py | 2 +- scripts/link-to-hashes.py | 2 +- scripts/mkgallery.py | 2 +- scripts/ofx2json | 2 +- scripts/weechat-log2ansi | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/conf/aliases b/conf/aliases index 960f4c1..718da1b 100644 --- a/conf/aliases +++ b/conf/aliases @@ -154,7 +154,7 @@ alias git-status-gtk='vcsh run gtk git status' alias m="mutt" alias mu="mutt -y -Z || mutt -y" # for sending mails from command-line I require to have a profile set -alias m-profile-vg="mutt -e 'set from=vg@devys.org'" +alias m-profile-vg="mutt -e 'set from=vgm+dev@devys.org'" ################################################################################ # power management diff --git a/license.txt b/license.txt index d075b49..367d834 100644 --- a/license.txt +++ b/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright © 2017 vg +Copyright © 2024 vg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/readme.rst b/readme.rst index 50c61ce..9ed6512 100644 --- a/readme.rst +++ b/readme.rst @@ -12,7 +12,7 @@ this program. If not, see . SPDX-License-Identifier: MIT -Copyright © 2017 vg +Copyright © 2024 vg Contact ======= @@ -21,4 +21,4 @@ developer vg mail - vg@devys.org + vgm+dev@devys.org diff --git a/scripts/fancy_sleep.py b/scripts/fancy_sleep.py index e00839f..b56c7cb 100755 --- a/scripts/fancy_sleep.py +++ b/scripts/fancy_sleep.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2017 vg@devys.org +# Copyright 2017 vgm+dev@devys.org # SPDX-License-Identifier: MIT ''' diff --git a/scripts/link-to-hashes.py b/scripts/link-to-hashes.py index 224a410..37fe181 100755 --- a/scripts/link-to-hashes.py +++ b/scripts/link-to-hashes.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2017 vg@devys.org +# Copyright 2017 vgm+dev@devys.org # SPDX-License-Identifier: MIT ''' diff --git a/scripts/mkgallery.py b/scripts/mkgallery.py index 130cbce..0c0fe2f 100755 --- a/scripts/mkgallery.py +++ b/scripts/mkgallery.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2017 vg@devys.org +# Copyright 2017 vgm+dev@devys.org # SPDX-License-Identifier: MIT diff --git a/scripts/ofx2json b/scripts/ofx2json index 08d9fe9..bdb6116 100755 --- a/scripts/ofx2json +++ b/scripts/ofx2json @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2019 vg@devys.org +# Copyright 2019 vgm+dev@devys.org # SPDX-License-Identifier: MIT progname = 'ofx2json' diff --git a/scripts/weechat-log2ansi b/scripts/weechat-log2ansi index ba62129..e98c37f 100755 --- a/scripts/weechat-log2ansi +++ b/scripts/weechat-log2ansi @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2017 vg@devys.org +# Copyright 2017 vgm+dev@devys.org # SPDX-License-Identifier: MIT -- cgit v1.2.3