From f88bf8da1fa66e04e6d731d7085d3e99a68c00e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Wed, 6 Aug 2014 19:05:52 +0200 Subject: [PATCH] fr: add CC0 license to the script --- svg/fr/anonymize-svg | 5 +++++ svg/fr/detect-svg-leakage | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/svg/fr/anonymize-svg b/svg/fr/anonymize-svg index 65afc5a..a261f73 100755 --- a/svg/fr/anonymize-svg +++ b/svg/fr/anonymize-svg @@ -22,6 +22,11 @@ # If the script is run twice in the same directory, backups of the non-anonymized # files will be made in saved-svg/, but a third run will overwrite them. +# Copyright (C) 2014 Thérèse Godefroy +# You may redistribute this script and/or modify it under the terms of the +# Creative Commons CC0 license +# (http://creativecommons.org/publicdomain/zero/1.0/legalcode). + set -e EXIT () { printf '\n%s' '*** Close the terminal window or press Return.'; read OK diff --git a/svg/fr/detect-svg-leakage b/svg/fr/detect-svg-leakage index 9e0b877..b1803d4 100755 --- a/svg/fr/detect-svg-leakage +++ b/svg/fr/detect-svg-leakage @@ -11,6 +11,11 @@ # print their names, and the attributes whose value may be a local file # system path or a sensitive file name. +# Copyright (C) 2014 Donatas Klimašauskas +# You may redistribute this script and/or modify it under the terms of the +# Creative Commons CC0 license +# (http://creativecommons.org/publicdomain/zero/1.0/legalcode). + set -e EXIT () { printf '\n%s' '*** Close the terminal window or press Return.'; read OK -- 2.25.1