diff --git a/Scripts/Functions/Tuneup/Config/shell_topcomment.sed b/Scripts/Functions/Tuneup/Config/shell_topcomment.sed
index eb40ef5..9da4fdb 100644
--- a/Scripts/Functions/Tuneup/Config/shell_topcomment.sed
+++ b/Scripts/Functions/Tuneup/Config/shell_topcomment.sed
@@ -3,7 +3,7 @@
 # shell_topcomment.sed -- This file standardizes the top comment
 # inside centos-art.sh scripts.
 #
-# Copyright (C) 2009, 2010, 2011 The CentOS Project
+# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
 # $Id$
 # ----------------------------------------------------------------------
 /^# +Copyright .*$/a\
-# Copyright (C) 2009, 2010, =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER=\
+# Copyright (C) =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER=\
 #\
 # This program is free software; you can redistribute it and/or modify\
 # it under the terms of the GNU General Public License as published by\
diff --git a/Scripts/Functions/cli_printCopyrightInfo.sh b/Scripts/Functions/cli_printCopyrightInfo.sh
index 02f8758..a186bc7 100755
--- a/Scripts/Functions/cli_printCopyrightInfo.sh
+++ b/Scripts/Functions/cli_printCopyrightInfo.sh
@@ -133,7 +133,7 @@ function cli_printCopyrightInfo {
             --copyright-holder )
             
                 # Output default copyright holder.
-                echo "The CentOS Project"
+                echo "The CentOS Artwork SIG"
                 shift 2
                 break
                 ;;