From 3d5a5ebdb484e9679bd6aa3ff65142ed2e611e40 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 19 2012 05:08:50 +0000 Subject: Add COPYRIGHT_HOLDER and COPYRIGHT_YEAR_FIRST variables to centos-art.sh. --- diff --git a/Scripts/Bash/centos-art.sh b/Scripts/Bash/centos-art.sh index 55f34c8..b3ed40d 100755 --- a/Scripts/Bash/centos-art.sh +++ b/Scripts/Bash/centos-art.sh @@ -67,6 +67,11 @@ unset FILE unset FILES unset FUNCTION +# Initialize copyright information for all art works produced through +# this tool. +COPYRIGHT_HOLDER="`gettext "The CentOS Project"`" +COPYRIGHT_YEAR_FIRST="2009" + # Trap signals in order to terminate the script execution correctly # (e.g., removing all temporal files before leaving). Trapping the # exit signal seems to be enough by now, since it is always present as