From 4f606da544f8677e57b10ab6da3719f7a6c36a54 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 25 Aug 2024 22:23:53 +0200 Subject: Clarify contrib/_incr_version being trivial This file does not qualify for copyright protection. --- contrib/_incr_version | 3 +++ 1 file changed, 3 insertions(+) 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##*.} -- cgit v1.2.3