aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvg <vgm+dev@devys.org>2024-02-23 14:38:07 +0100
committervg <vgm+dev@devys.org>2024-02-23 14:38:07 +0100
commit3bff4cdafe01df66496f649a02ba2a3a01573e29 (patch)
treefbe190a6859da34ad292c22a2e114b6eeb727ba7
parentc18dd2b30e2dc95043492d2b8495ecca3d1b8e40 (diff)
downloadscripts-3bff4cdafe01df66496f649a02ba2a3a01573e29.tar.gz
scripts-3bff4cdafe01df66496f649a02ba2a3a01573e29.tar.bz2
scripts-3bff4cdafe01df66496f649a02ba2a3a01573e29.zip
update contact and copyright
-rw-r--r--conf/aliases2
-rw-r--r--license.txt2
-rw-r--r--readme.rst4
-rwxr-xr-xscripts/fancy_sleep.py2
-rwxr-xr-xscripts/link-to-hashes.py2
-rwxr-xr-xscripts/mkgallery.py2
-rwxr-xr-xscripts/ofx2json2
-rwxr-xr-xscripts/weechat-log2ansi2
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 <vg@devys.org>
+Copyright © 2024 vg <vgm+dev@devys.org>
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 <https://opensource.org/licenses/MIT>.
SPDX-License-Identifier: MIT
-Copyright © 2017 vg <vg@devys.org>
+Copyright © 2024 vg <vgm+dev@devys.org>
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