ae310e
Update cli_getCopyrightInfo.sh.
@@ -157,13 +157,13 @@ function cli_getCopyrightInfo {
|
|
157
157
|
# Define license information for directory structures that
|
158
158
|
# don't match default license information.
|
159
159
|
NOTES[0]="=NAME= artistic motif and theme are released under ${NOTE}"
|
160
|
-
NOTES[1
|
160
|
+
NOTES[1]="`gettext "The CentOS distribution is released as GPL."`"
|
161
161
|
;;
|
162
162
|
|
163
163
|
'--copyright' | * )
|
164
164
|
|
165
165
|
# Define default copyright information.
|
166
|
-
NOTE="Copyright © 2003-$(date +%Y) The CentOS Project. All rights reserved
|
166
|
+
NOTE="Copyright © 2003-$(date +%Y) The CentOS Project. `gettext "All rights reserved."`"
|
167
167
|
|
168
168
|
# Define copyright information for directory structures
|
169
169
|
# that don't match default copyright information.
|