aboutgitcodebugslistschat
path: root/util.h
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2023-09-08 17:34:27 +0200
committerStefano Brivio <sbrivio@redhat.com>2023-09-08 17:34:27 +0200
commit05627dc5127bee9f4df77351575572d6f4ce4c7e (patch)
treefa0badce072657c3d431dac08e36490e83ab5be4 /util.h
parent46f915ddee1bfd2514e2e6618d45452349d934cd (diff)
downloadpasst-05627dc5127bee9f4df77351575572d6f4ce4c7e.tar
passt-05627dc5127bee9f4df77351575572d6f4ce4c7e.tar.gz
passt-05627dc5127bee9f4df77351575572d6f4ce4c7e.tar.bz2
passt-05627dc5127bee9f4df77351575572d6f4ce4c7e.tar.lz
passt-05627dc5127bee9f4df77351575572d6f4ce4c7e.tar.xz
passt-05627dc5127bee9f4df77351575572d6f4ce4c7e.tar.zst
passt-05627dc5127bee9f4df77351575572d6f4ce4c7e.zip
util: Fix licensing information display in --version2023_09_08.05627dc
The regular expression I used when relicensing to GPLv2+ missed this. Fixes: ca2749e1bd52 ("passt: Relicense to GPL 2.0, or any later version") Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.h b/util.h
index e4db33a..195023f 100644
--- a/util.h
+++ b/util.h
@@ -15,8 +15,8 @@
#define VERSION_BLOB \
VERSION "\n" \
"Copyright Red Hat\n" \
- "GNU Affero GPL version 3 or later " \
- "<https://www.gnu.org/licenses/agpl-3.0.html>\n" \
+ "GNU General Public License, version 2 or later\n" \
+ " <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>\n" \
"This is free software: you are free to change and redistribute it.\n" \
"There is NO WARRANTY, to the extent permitted by law.\n\n"