aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Schodet2024-08-25 22:23:53 +0200
committerNicolas Schodet2024-08-25 22:23:53 +0200
commit4f606da544f8677e57b10ab6da3719f7a6c36a54 (patch)
treed5aafb6d84be3cc714ade6e801d59beacd1a4a03
parentedbf1c86db94991af299df17a226702f3e0860c4 (diff)
Clarify contrib/_incr_version being trivial
This file does not qualify for copyright protection.
-rwxr-xr-xcontrib/_incr_version3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/_incr_version b/contrib/_incr_version
index b69b537..7244d28 100755
--- a/contrib/_incr_version
+++ b/contrib/_incr_version
@@ -1,4 +1,7 @@
#!/bin/sh -eux
+# Written by Nicolas Schodet, who stated the code does not qualify for
+# copyright protection.
+#
# Only update patch version.
[ ${1%.*} = ${2%.*} ]
a=${1##*.}