From ae310ef4d6a12098b064cbc8d7827d010cb5b927 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jan 20 2011 16:16:04 +0000 Subject: Update cli_getCopyrightInfo.sh. --- diff --git a/Scripts/Bash/Functions/cli_getCopyrightInfo.sh b/Scripts/Bash/Functions/cli_getCopyrightInfo.sh index 7a08659..7d50ea7 100755 --- a/Scripts/Bash/Functions/cli_getCopyrightInfo.sh +++ b/Scripts/Bash/Functions/cli_getCopyrightInfo.sh @@ -157,13 +157,13 @@ function cli_getCopyrightInfo { # Define license information for directory structures that # don't match default license information. NOTES[0]="=NAME= artistic motif and theme are released under ${NOTE}" - NOTES[1]="The CentOS distribution is released as GPL." + NOTES[1]="`gettext "The CentOS distribution is released as GPL."`" ;; '--copyright' | * ) # Define default copyright information. - NOTE="Copyright © 2003-$(date +%Y) The CentOS Project. All rights reserved." + NOTE="Copyright © 2003-$(date +%Y) The CentOS Project. `gettext "All rights reserved."`" # Define copyright information for directory structures # that don't match default copyright information.