diff --git a/Scripts/Functions/Tuneup/Config/shell_topcomment.sed b/Scripts/Functions/Tuneup/Config/shell_topcomment.sed
index a34a34f..eb40ef5 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-2011 Alain Reguera Delgado
+# Copyright (C) 2009, 2010, 2011 The CentOS Project
 #
 # 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
@@ -17,14 +17,13 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
 # ----------------------------------------------------------------------
 # $Id$
 # ----------------------------------------------------------------------
 /^# +Copyright .*$/a\
-# Copyright (C) 2009-=COPYRIGHT_YEAR= =COPYRIGHT_HOLDER=\
+# Copyright (C) 2009, 2010, =COPYRIGHT_YEAR= =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\