diff --git a/Scripts/Functions/Brand/brandAnaconda.sh b/Scripts/Functions/Brand/brandAnaconda.sh index d590c21..243ba7f 100644 --- a/Scripts/Functions/Brand/brandAnaconda.sh +++ b/Scripts/Functions/Brand/brandAnaconda.sh @@ -2,7 +2,7 @@ # # brandAnaconda - Anaconda branding script. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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,6 +17,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Brand/brandFirstboot.sh b/Scripts/Functions/Brand/brandFirstboot.sh index a6dceb5..a7df72b 100755 --- a/Scripts/Functions/Brand/brandFirstboot.sh +++ b/Scripts/Functions/Brand/brandFirstboot.sh @@ -2,7 +2,7 @@ # # brandFirstboot - Firstboot branding script. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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,6 +17,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Copy/copy.sh b/Scripts/Functions/Copy/copy.sh index 2fb0c27..08b1012 100755 --- a/Scripts/Functions/Copy/copy.sh +++ b/Scripts/Functions/Copy/copy.sh @@ -18,7 +18,7 @@ # file by file to target location creating parents directories for # target files when it be needed. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -33,6 +33,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Copy/copy_getOptions.sh b/Scripts/Functions/Copy/copy_getOptions.sh index e3b9289..81f88ac 100755 --- a/Scripts/Functions/Copy/copy_getOptions.sh +++ b/Scripts/Functions/Copy/copy_getOptions.sh @@ -3,7 +3,7 @@ # copy_getOptions.sh -- This function interprets option parameters # passed to copy functionality and calls actions accordingly. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help.sh b/Scripts/Functions/Help/help.sh index 5d5e3ad..be206f5 100755 --- a/Scripts/Functions/Help/help.sh +++ b/Scripts/Functions/Help/help.sh @@ -4,7 +4,7 @@ # centos-art.sh script. Here we initialize documentation variables and # call help_getArguments functions. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_copyEntry.sh b/Scripts/Functions/Help/help_copyEntry.sh index a252845..1e2d668 100755 --- a/Scripts/Functions/Help/help_copyEntry.sh +++ b/Scripts/Functions/Help/help_copyEntry.sh @@ -3,7 +3,7 @@ # help_copyEntry.sh -- This function copies documentation entries and # updates documentation structure to reflect changes. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_deleteCrossReferences.sh b/Scripts/Functions/Help/help_deleteCrossReferences.sh index 78f4fd9..788aee9 100755 --- a/Scripts/Functions/Help/help_deleteCrossReferences.sh +++ b/Scripts/Functions/Help/help_deleteCrossReferences.sh @@ -7,7 +7,7 @@ # to keep cross reference information, inside the documentation # manual, syncronized. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -22,6 +22,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_deleteEntry.sh b/Scripts/Functions/Help/help_deleteEntry.sh index 27c848a..b0f22b5 100755 --- a/Scripts/Functions/Help/help_deleteEntry.sh +++ b/Scripts/Functions/Help/help_deleteEntry.sh @@ -3,7 +3,7 @@ # help_deleteEntry.sh -- This function removes a documentation entry # from documentation directory structure. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_editEntry.sh b/Scripts/Functions/Help/help_editEntry.sh index 861429a..658dc65 100755 --- a/Scripts/Functions/Help/help_editEntry.sh +++ b/Scripts/Functions/Help/help_editEntry.sh @@ -3,7 +3,7 @@ # help_editEntry.sh -- This function implements the edition flow of # documentation entries inside the working copy. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_getEntry.sh b/Scripts/Functions/Help/help_getEntry.sh index 3913e6b..aa0bc97 100755 --- a/Scripts/Functions/Help/help_getEntry.sh +++ b/Scripts/Functions/Help/help_getEntry.sh @@ -5,7 +5,7 @@ # value (ACTIONVAL) variable or a value passed as first positional # parameter. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -20,6 +20,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_getNode.sh b/Scripts/Functions/Help/help_getNode.sh index edeb030..2022c8b 100755 --- a/Scripts/Functions/Help/help_getNode.sh +++ b/Scripts/Functions/Help/help_getNode.sh @@ -3,7 +3,7 @@ # help_getNode.sh -- This function cleans up the action value # (ACTIONVAL) directory to make a node name from it. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_getOptions.sh b/Scripts/Functions/Help/help_getOptions.sh index 4e96f15..2135763 100755 --- a/Scripts/Functions/Help/help_getOptions.sh +++ b/Scripts/Functions/Help/help_getOptions.sh @@ -3,7 +3,7 @@ # help_getOptions.sh -- This function interpretes arguments passed to # `manual' functionality and calls actions accordingly. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_renameCrossReferences.sh b/Scripts/Functions/Help/help_renameCrossReferences.sh index 590891f..b23c7fa 100755 --- a/Scripts/Functions/Help/help_renameCrossReferences.sh +++ b/Scripts/Functions/Help/help_renameCrossReferences.sh @@ -4,7 +4,7 @@ # pattern with a node replacement and updates cross-reference # definitions to reflect the changes. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_renameEntry.sh b/Scripts/Functions/Help/help_renameEntry.sh index 08505e6..6986072 100755 --- a/Scripts/Functions/Help/help_renameEntry.sh +++ b/Scripts/Functions/Help/help_renameEntry.sh @@ -3,7 +3,7 @@ # help_renameEntry.sh -- This function renames documentation entries # and updates documentation structure to reflect changes. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_restoreCrossReferences.sh b/Scripts/Functions/Help/help_restoreCrossReferences.sh index 4cdca2f..f63db57 100755 --- a/Scripts/Functions/Help/help_restoreCrossReferences.sh +++ b/Scripts/Functions/Help/help_restoreCrossReferences.sh @@ -11,7 +11,7 @@ # format produced by help_deleteCrossReferences function, in order # to return them back into the link format. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -26,6 +26,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_searchIndex.sh b/Scripts/Functions/Help/help_searchIndex.sh index aa29a88..d4ad09d 100644 --- a/Scripts/Functions/Help/help_searchIndex.sh +++ b/Scripts/Functions/Help/help_searchIndex.sh @@ -3,7 +3,7 @@ # help_searchIndex.sh -- This function does an index search inside the # info document. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_searchNode.sh b/Scripts/Functions/Help/help_searchNode.sh index 4e000d1..e82ac99 100755 --- a/Scripts/Functions/Help/help_searchNode.sh +++ b/Scripts/Functions/Help/help_searchNode.sh @@ -3,7 +3,7 @@ # help_searchNode.sh -- This function does a node search inside the # info document. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_updateChaptersFiles.sh b/Scripts/Functions/Help/help_updateChaptersFiles.sh index 73545ca..6e684b8 100755 --- a/Scripts/Functions/Help/help_updateChaptersFiles.sh +++ b/Scripts/Functions/Help/help_updateChaptersFiles.sh @@ -3,7 +3,7 @@ # help_updateChaptersFiles.sh -- This function updates chapter related # files. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_updateChaptersMenu.sh b/Scripts/Functions/Help/help_updateChaptersMenu.sh index c7b0274..35cd6b7 100755 --- a/Scripts/Functions/Help/help_updateChaptersMenu.sh +++ b/Scripts/Functions/Help/help_updateChaptersMenu.sh @@ -2,7 +2,7 @@ # # help_updateChaptersMenu.sh -- This function updates chapter menu. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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,6 +17,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_updateChaptersNodes.sh b/Scripts/Functions/Help/help_updateChaptersNodes.sh index 4c08f01..ad2b915 100755 --- a/Scripts/Functions/Help/help_updateChaptersNodes.sh +++ b/Scripts/Functions/Help/help_updateChaptersNodes.sh @@ -3,7 +3,7 @@ # help_updateChaptersNodes.sh -- This function updates nodes of # chapters based on menu of chapters. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_updateMenu.sh b/Scripts/Functions/Help/help_updateMenu.sh index ad30dc1..7162cac 100755 --- a/Scripts/Functions/Help/help_updateMenu.sh +++ b/Scripts/Functions/Help/help_updateMenu.sh @@ -9,7 +9,7 @@ # argument is passed to this function, the 'update-entry' action is # assumed. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -24,6 +24,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_updateNodes.sh b/Scripts/Functions/Help/help_updateNodes.sh index 3220945..99da40a 100755 --- a/Scripts/Functions/Help/help_updateNodes.sh +++ b/Scripts/Functions/Help/help_updateNodes.sh @@ -3,7 +3,7 @@ # help_updateNodes.sh -- This function updates chapter's nodes # definition using the chapter's menu as reference. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_updateOutputFileInfo.sh b/Scripts/Functions/Help/help_updateOutputFileInfo.sh index 1bd370d..e13436b 100755 --- a/Scripts/Functions/Help/help_updateOutputFileInfo.sh +++ b/Scripts/Functions/Help/help_updateOutputFileInfo.sh @@ -3,7 +3,7 @@ # help_updateOutputFileInfo.sh -- This function exports # documentation manual to info format. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_updateOutputFilePdf.sh b/Scripts/Functions/Help/help_updateOutputFilePdf.sh index ce7f643..fc01684 100755 --- a/Scripts/Functions/Help/help_updateOutputFilePdf.sh +++ b/Scripts/Functions/Help/help_updateOutputFilePdf.sh @@ -3,7 +3,7 @@ # help_updateOutputFilePdf.sh -- This function exports documentation # manual to PDF format. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_updateOutputFilePlaintext.sh b/Scripts/Functions/Help/help_updateOutputFilePlaintext.sh index b25e5fd..545a5e1 100755 --- a/Scripts/Functions/Help/help_updateOutputFilePlaintext.sh +++ b/Scripts/Functions/Help/help_updateOutputFilePlaintext.sh @@ -3,7 +3,7 @@ # help_updateOutputFilePlaintext.sh -- This function exports # documentation manual to plain-text format. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_updateOutputFileXhtml.sh b/Scripts/Functions/Help/help_updateOutputFileXhtml.sh index 0a2a76a..299719c 100755 --- a/Scripts/Functions/Help/help_updateOutputFileXhtml.sh +++ b/Scripts/Functions/Help/help_updateOutputFileXhtml.sh @@ -3,7 +3,7 @@ # help_updateOutputFileXhtml.sh -- This function exports # documentation manual to HTML format. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_updateOutputFileXml.sh b/Scripts/Functions/Help/help_updateOutputFileXml.sh index 3d58c76..2d17452 100755 --- a/Scripts/Functions/Help/help_updateOutputFileXml.sh +++ b/Scripts/Functions/Help/help_updateOutputFileXml.sh @@ -3,7 +3,7 @@ # help_updateOutputFileXml.sh -- This function exports documentation # manual to XML format. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Help/help_updateOutputFiles.sh b/Scripts/Functions/Help/help_updateOutputFiles.sh index ec72328..5e928d6 100755 --- a/Scripts/Functions/Help/help_updateOutputFiles.sh +++ b/Scripts/Functions/Help/help_updateOutputFiles.sh @@ -3,7 +3,7 @@ # help_updateOutputFiles.sh -- This function exports documentation # manual to different output formats. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Locale/locale.sh b/Scripts/Functions/Locale/locale.sh index 5cd86f3..773e2b7 100644 --- a/Scripts/Functions/Locale/locale.sh +++ b/Scripts/Functions/Locale/locale.sh @@ -3,7 +3,7 @@ # locale.sh -- This function provides internationalization features # for centos-art.sh script through gettext standard processes. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Locale/locale_editMessages.sh b/Scripts/Functions/Locale/locale_editMessages.sh index c8c43e9..ef936c7 100755 --- a/Scripts/Functions/Locale/locale_editMessages.sh +++ b/Scripts/Functions/Locale/locale_editMessages.sh @@ -3,7 +3,7 @@ # locale_editMessages.sh -- This function edits portable objects (.po) # using default text editor. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Locale/locale_getOptions.sh b/Scripts/Functions/Locale/locale_getOptions.sh index d700ac9..b48d44e 100644 --- a/Scripts/Functions/Locale/locale_getOptions.sh +++ b/Scripts/Functions/Locale/locale_getOptions.sh @@ -3,7 +3,7 @@ # locale_getOptions.sh -- This function interprets option parameters # passed to `locale' functionality and calls actions accordingly. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Locale/locale_updateMessageBinary.sh b/Scripts/Functions/Locale/locale_updateMessageBinary.sh index a318df4..e98da03 100755 --- a/Scripts/Functions/Locale/locale_updateMessageBinary.sh +++ b/Scripts/Functions/Locale/locale_updateMessageBinary.sh @@ -3,7 +3,7 @@ # locale_updateMessageBinary.sh -- This function creates/updates # machine objects (.mo) from portable objects (.po). # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Locale/locale_updateMessageMetadata.sh b/Scripts/Functions/Locale/locale_updateMessageMetadata.sh index d5942d9..8dc15d4 100755 --- a/Scripts/Functions/Locale/locale_updateMessageMetadata.sh +++ b/Scripts/Functions/Locale/locale_updateMessageMetadata.sh @@ -5,7 +5,7 @@ # Later, replacement of common translation markers is applied to set # the final information. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -20,6 +20,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id4 # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Locale/locale_updateMessagePObjects.sh b/Scripts/Functions/Locale/locale_updateMessagePObjects.sh index 6285360..9609d39 100755 --- a/Scripts/Functions/Locale/locale_updateMessagePObjects.sh +++ b/Scripts/Functions/Locale/locale_updateMessagePObjects.sh @@ -4,7 +4,7 @@ # initializes or updates portable objects from portable object # templates. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Locale/locale_updateMessageShell.sh b/Scripts/Functions/Locale/locale_updateMessageShell.sh index 7cc1e7b..43dbf3b 100755 --- a/Scripts/Functions/Locale/locale_updateMessageShell.sh +++ b/Scripts/Functions/Locale/locale_updateMessageShell.sh @@ -5,7 +5,7 @@ # creates/updates both portable object templates (.pot) and portable # objects (.po). # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -20,6 +20,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Locale/locale_updateMessageXml.sh b/Scripts/Functions/Locale/locale_updateMessageXml.sh index 7e34313..9de24e7 100755 --- a/Scripts/Functions/Locale/locale_updateMessageXml.sh +++ b/Scripts/Functions/Locale/locale_updateMessageXml.sh @@ -4,7 +4,7 @@ # (e.g., scalable vector graphics), retrives translatable strings and # creates/update gettext portable objects. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Locale/locale_updateMessages.sh b/Scripts/Functions/Locale/locale_updateMessages.sh index 3a2ebd3..40f54cd 100755 --- a/Scripts/Functions/Locale/locale_updateMessages.sh +++ b/Scripts/Functions/Locale/locale_updateMessages.sh @@ -7,7 +7,7 @@ # portable objects (.po) in order to be optionally converted as # machine objects (.mo). # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -22,6 +22,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Prepare/prepare.sh b/Scripts/Functions/Prepare/prepare.sh index 2135b64..00142e1 100755 --- a/Scripts/Functions/Prepare/prepare.sh +++ b/Scripts/Functions/Prepare/prepare.sh @@ -3,7 +3,7 @@ # prepare.sh -- This function prepares your workstation for using the # centos-art command-line. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Prepare/prepare_doEnvironment.sh b/Scripts/Functions/Prepare/prepare_doEnvironment.sh index 7fb289d..d7c1688 100755 --- a/Scripts/Functions/Prepare/prepare_doEnvironment.sh +++ b/Scripts/Functions/Prepare/prepare_doEnvironment.sh @@ -3,7 +3,7 @@ # prepare_doEnvironment.sh -- This function outputs a brief description # of environment variables used by `centos-art.sh' script. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Prepare/prepare_doLinks.sh b/Scripts/Functions/Prepare/prepare_doLinks.sh index 361aa58..bde7046 100755 --- a/Scripts/Functions/Prepare/prepare_doLinks.sh +++ b/Scripts/Functions/Prepare/prepare_doLinks.sh @@ -6,12 +6,12 @@ # (e.g., palettes, brushes, patterns, fonts, etc.) that may result # useful for you when designing graphical compositions. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# the Free Software Foundation; either version 2 of the License, or (at +# your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of @@ -21,6 +21,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Prepare/prepare_doLinksSuffixes.sh b/Scripts/Functions/Prepare/prepare_doLinksSuffixes.sh index deffb1b..427257f 100755 --- a/Scripts/Functions/Prepare/prepare_doLinksSuffixes.sh +++ b/Scripts/Functions/Prepare/prepare_doLinksSuffixes.sh @@ -4,7 +4,7 @@ # passed as reference to build the link suffix required by # prepare_doLinks function. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Prepare/prepare_doPackages.sh b/Scripts/Functions/Prepare/prepare_doPackages.sh index f4376e1..60f2af1 100644 --- a/Scripts/Functions/Prepare/prepare_doPackages.sh +++ b/Scripts/Functions/Prepare/prepare_doPackages.sh @@ -6,7 +6,7 @@ # packages, the `centos-art.sh' script asks you to confirm their # installation through yum. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -21,6 +21,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Prepare/prepare_getOptions.sh b/Scripts/Functions/Prepare/prepare_getOptions.sh index e41d671..f4b45b6 100755 --- a/Scripts/Functions/Prepare/prepare_getOptions.sh +++ b/Scripts/Functions/Prepare/prepare_getOptions.sh @@ -3,7 +3,7 @@ # prepare_getOptions.sh -- This function interpretes option parameters # passed to `prepare' functionality and calls actions accordingly. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render.sh b/Scripts/Functions/Render/render.sh index 89bf607..f9de1b3 100644 --- a/Scripts/Functions/Render/render.sh +++ b/Scripts/Functions/Render/render.sh @@ -3,7 +3,7 @@ # render.sh -- This function initializes rendition variables and # actions to centos-art.sh script. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_checkSvgAbsref.sh b/Scripts/Functions/Render/render_checkSvgAbsref.sh index bcdf6e8..45c519c 100755 --- a/Scripts/Functions/Render/render_checkSvgAbsref.sh +++ b/Scripts/Functions/Render/render_checkSvgAbsref.sh @@ -7,7 +7,7 @@ # such external files doesn't exist, print a message and stop script # execution. We cannot continue without background information. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -22,6 +22,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_convertDocbookToXhtml.sh b/Scripts/Functions/Render/render_convertDocbookToXhtml.sh index 7fab9a4..7c3f296 100755 --- a/Scripts/Functions/Render/render_convertDocbookToXhtml.sh +++ b/Scripts/Functions/Render/render_convertDocbookToXhtml.sh @@ -4,7 +4,7 @@ # output from docbook template instance using XSL stylesheets as # reference. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_convertGplToHex.sh b/Scripts/Functions/Render/render_convertGplToHex.sh index 909fcd4..e347895 100755 --- a/Scripts/Functions/Render/render_convertGplToHex.sh +++ b/Scripts/Functions/Render/render_convertGplToHex.sh @@ -6,7 +6,7 @@ # `pnmtolss16' program needs (e.g., #RRGGBB=0 #RRGGBB=1 ... [all # values in the same line]). # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -21,6 +21,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_convertGplToPpm.sh b/Scripts/Functions/Render/render_convertGplToPpm.sh index b267dd4..3302506 100755 --- a/Scripts/Functions/Render/render_convertGplToPpm.sh +++ b/Scripts/Functions/Render/render_convertGplToPpm.sh @@ -4,7 +4,7 @@ # produced by Gimp (e.g., syslinux.gpl) as input and outputs one PPM # file based on it (e.g., syslinux.ppm). # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_convertHtmlToText.sh b/Scripts/Functions/Render/render_convertHtmlToText.sh index acc6f08..7209d0e 100755 --- a/Scripts/Functions/Render/render_convertHtmlToText.sh +++ b/Scripts/Functions/Render/render_convertHtmlToText.sh @@ -3,7 +3,7 @@ # render_convertHtmlToText.sh -- This function takes one HTML file # and produces one plain-text file (i.e., without markup inside). # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_convertPngTo.sh b/Scripts/Functions/Render/render_convertPngTo.sh index 43635e7..bed29b0 100644 --- a/Scripts/Functions/Render/render_convertPngTo.sh +++ b/Scripts/Functions/Render/render_convertPngTo.sh @@ -3,7 +3,7 @@ # render_convertPngTo.sh -- This function provides post-rendition # to convert images produced by centos-art base-rendition. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_convertPngToThumbnail.sh b/Scripts/Functions/Render/render_convertPngToThumbnail.sh index 1cb4343..cfdcdad 100755 --- a/Scripts/Functions/Render/render_convertPngToThumbnail.sh +++ b/Scripts/Functions/Render/render_convertPngToThumbnail.sh @@ -7,7 +7,7 @@ # are created at 250 pixels width and height is automatically # calculated to match the image ratio. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -22,6 +22,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_copy.sh b/Scripts/Functions/Render/render_copy.sh index 49a4d76..bb7446c 100755 --- a/Scripts/Functions/Render/render_copy.sh +++ b/Scripts/Functions/Render/render_copy.sh @@ -8,7 +8,7 @@ # models, design images, pre-rendition configuration scripts, and # related translations files). # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -23,6 +23,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_doBaseActions.sh b/Scripts/Functions/Render/render_doBaseActions.sh index 9d5b0d4..b610857 100755 --- a/Scripts/Functions/Render/render_doBaseActions.sh +++ b/Scripts/Functions/Render/render_doBaseActions.sh @@ -3,7 +3,7 @@ # render_do.sh -- This function performs base-rendition action # for all files. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_doBrands.sh b/Scripts/Functions/Render/render_doBrands.sh index 3f1618d..e904f6b 100644 --- a/Scripts/Functions/Render/render_doBrands.sh +++ b/Scripts/Functions/Render/render_doBrands.sh @@ -5,7 +5,7 @@ # CentOS Symbol and The CentOS Type images and produces variation of # them in different dimensions and formats using ImageMagick tool-set. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -20,6 +20,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_doDm.sh b/Scripts/Functions/Render/render_doDm.sh index 71b2f2e..c100c9a 100755 --- a/Scripts/Functions/Render/render_doDm.sh +++ b/Scripts/Functions/Render/render_doDm.sh @@ -25,7 +25,7 @@ # produced and the next file in the list of files to process is # evaluated. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -40,6 +40,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_doDocbook.sh b/Scripts/Functions/Render/render_doDocbook.sh index ddd8d1e..38190e1 100755 --- a/Scripts/Functions/Render/render_doDocbook.sh +++ b/Scripts/Functions/Render/render_doDocbook.sh @@ -3,7 +3,7 @@ # render_doDocbook.sh -- This function performs base-rendition # action for DocBook files. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_doGrub.sh b/Scripts/Functions/Render/render_doGrub.sh index 56c8a13..ca57a0f 100644 --- a/Scripts/Functions/Render/render_doGrub.sh +++ b/Scripts/Functions/Render/render_doGrub.sh @@ -3,7 +3,7 @@ # render_doGrub.sh -- This function provides post-rendition # action used to produce GRUB images. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_doKsplash.sh b/Scripts/Functions/Render/render_doKsplash.sh index a91a4d7..91e2422 100755 --- a/Scripts/Functions/Render/render_doKsplash.sh +++ b/Scripts/Functions/Render/render_doKsplash.sh @@ -5,7 +5,7 @@ # them all together. Use this function as last-rendition action for # KSplash base-rendition action. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -20,6 +20,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_doLastActions.sh b/Scripts/Functions/Render/render_doLastActions.sh index 1beb5a0..3bc6d5a 100755 --- a/Scripts/Functions/Render/render_doLastActions.sh +++ b/Scripts/Functions/Render/render_doLastActions.sh @@ -3,7 +3,7 @@ # render_doLastActions.sh -- This function performs # last-rendition actions for all files. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_doPostActions.sh b/Scripts/Functions/Render/render_doPostActions.sh index 2503676..e8ef70f 100755 --- a/Scripts/Functions/Render/render_doPostActions.sh +++ b/Scripts/Functions/Render/render_doPostActions.sh @@ -3,7 +3,7 @@ # render_doPostActions.sh -- This function performs # post-rendition actions for all files. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_doSvg.sh b/Scripts/Functions/Render/render_doSvg.sh index 0fe7b1b..28f0092 100644 --- a/Scripts/Functions/Render/render_doSvg.sh +++ b/Scripts/Functions/Render/render_doSvg.sh @@ -3,7 +3,7 @@ # render_doSvg.sh -- This function performs base-rendition # action for SVG files. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_doSvgLastActions.sh b/Scripts/Functions/Render/render_doSvgLastActions.sh index b09a113..2d50630 100644 --- a/Scripts/Functions/Render/render_doSvgLastActions.sh +++ b/Scripts/Functions/Render/render_doSvgLastActions.sh @@ -3,7 +3,7 @@ # render_doSvgLastActions.sh -- This function performs # last-rendition actions for SVG files. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_doSvgPostActions.sh b/Scripts/Functions/Render/render_doSvgPostActions.sh index 324a93c..35cccfb 100644 --- a/Scripts/Functions/Render/render_doSvgPostActions.sh +++ b/Scripts/Functions/Render/render_doSvgPostActions.sh @@ -3,7 +3,7 @@ # render_doSvgPostActions.sh -- This function performs # post-rendition actions for SVG files. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_doSyslinux.sh b/Scripts/Functions/Render/render_doSyslinux.sh index c8f7d2a..95d45ef 100755 --- a/Scripts/Functions/Render/render_doSyslinux.sh +++ b/Scripts/Functions/Render/render_doSyslinux.sh @@ -50,7 +50,7 @@ # 194 200 202 c2c8ca # 231 241 255 e7f1ff # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -65,6 +65,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_doXhtml.sh b/Scripts/Functions/Render/render_doXhtml.sh index 6bc9f7e..34d4dd9 100755 --- a/Scripts/Functions/Render/render_doXhtml.sh +++ b/Scripts/Functions/Render/render_doXhtml.sh @@ -3,7 +3,7 @@ # render_doXhtml.sh -- This function performs base-rendition action # for Xhtml files. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_getColors.sh b/Scripts/Functions/Render/render_getColors.sh index b6a495d..a56d9b5 100755 --- a/Scripts/Functions/Render/render_getColors.sh +++ b/Scripts/Functions/Render/render_getColors.sh @@ -4,7 +4,7 @@ # Gimp (e.g., syslinux.gpl) as input and outputs a list of colors as # specified. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_getConfigOption.sh b/Scripts/Functions/Render/render_getConfigOption.sh index f361a21..fb5e213 100755 --- a/Scripts/Functions/Render/render_getConfigOption.sh +++ b/Scripts/Functions/Render/render_getConfigOption.sh @@ -20,7 +20,7 @@ # second field is reserved for the action itself (e.g., convertPngTo, # renderSyslinux, renderKsplash, etc.). # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -35,6 +35,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_getDirOutput.sh b/Scripts/Functions/Render/render_getDirOutput.sh index 4811a81..bf01b02 100644 --- a/Scripts/Functions/Render/render_getDirOutput.sh +++ b/Scripts/Functions/Render/render_getDirOutput.sh @@ -4,7 +4,7 @@ # absolute path the centos-art.sh script uses to store identity # contents produced at rendition time. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_getDirTemplate.sh b/Scripts/Functions/Render/render_getDirTemplate.sh index 2c4f7e0..4f05379 100644 --- a/Scripts/Functions/Render/render_getDirTemplate.sh +++ b/Scripts/Functions/Render/render_getDirTemplate.sh @@ -40,7 +40,7 @@ # design model directory structure is used to produce several # renderable directory structures, not just one. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -55,6 +55,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_getOptions.sh b/Scripts/Functions/Render/render_getOptions.sh index f209630..aeeff46 100644 --- a/Scripts/Functions/Render/render_getOptions.sh +++ b/Scripts/Functions/Render/render_getOptions.sh @@ -3,7 +3,7 @@ # render_getOptions.sh -- This function interprets option parameters # passed to `render' functionality and calls actions accordingly. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_groupSimilarFiles.sh b/Scripts/Functions/Render/render_groupSimilarFiles.sh index 4b676f0..c3aa857 100755 --- a/Scripts/Functions/Render/render_groupSimilarFiles.sh +++ b/Scripts/Functions/Render/render_groupSimilarFiles.sh @@ -11,7 +11,7 @@ # array inside the appropriate `render.conf.sh' pre-configuration # script. This function cannot be used as last-rendition action. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -26,6 +26,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_mogrifyCommentToPng.sh b/Scripts/Functions/Render/render_mogrifyCommentToPng.sh index c9b9eb5..24ca14d 100755 --- a/Scripts/Functions/Render/render_mogrifyCommentToPng.sh +++ b/Scripts/Functions/Render/render_mogrifyCommentToPng.sh @@ -6,7 +6,7 @@ # written in the image datastream and can be seen using the command # `identify -verbose file.png'. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -21,6 +21,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_resizePngTo.sh b/Scripts/Functions/Render/render_resizePngTo.sh index 1b1f08b..c8291f6 100755 --- a/Scripts/Functions/Render/render_resizePngTo.sh +++ b/Scripts/Functions/Render/render_resizePngTo.sh @@ -3,7 +3,7 @@ # render_resizePngTo.sh -- This function provides post-rendition to # resize images produced by centos-art base-rendition. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Render/render_rotatePngTo.sh b/Scripts/Functions/Render/render_rotatePngTo.sh index 07f81a7..2cee976 100644 --- a/Scripts/Functions/Render/render_rotatePngTo.sh +++ b/Scripts/Functions/Render/render_rotatePngTo.sh @@ -3,7 +3,7 @@ # render_rotatePngTo.sh -- This function provides post-rendition # to convert images produced by centos-art base-rendition. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Tuneup/tuneup.sh b/Scripts/Functions/Tuneup/tuneup.sh index 7b68d88..7af72da 100755 --- a/Scripts/Functions/Tuneup/tuneup.sh +++ b/Scripts/Functions/Tuneup/tuneup.sh @@ -4,7 +4,7 @@ # inside the repository. What task to performed to what file is # defined using the file extension as reference. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh b/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh index 45196b1..d3eefc6 100755 --- a/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh +++ b/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh @@ -3,7 +3,7 @@ # tuneup_doBaseActions.sh -- This function builds the list of files to # process and performs maintainance tasks, file by file. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Tuneup/tuneup_doShell.sh b/Scripts/Functions/Tuneup/tuneup_doShell.sh index efff689..2a5b435 100755 --- a/Scripts/Functions/Tuneup/tuneup_doShell.sh +++ b/Scripts/Functions/Tuneup/tuneup_doShell.sh @@ -3,7 +3,7 @@ # tuneup_doShell.sh -- This function performs maintainance tasks for # Shell script files. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Tuneup/tuneup_doShellTopComment.sh b/Scripts/Functions/Tuneup/tuneup_doShellTopComment.sh index 74fdba4..ee025bd 100755 --- a/Scripts/Functions/Tuneup/tuneup_doShellTopComment.sh +++ b/Scripts/Functions/Tuneup/tuneup_doShellTopComment.sh @@ -4,7 +4,7 @@ # comment section inside shell scripts (*.sh) using a predefined # template. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Tuneup/tuneup_doSvg.sh b/Scripts/Functions/Tuneup/tuneup_doSvg.sh index 89b7851..6ea5e03 100755 --- a/Scripts/Functions/Tuneup/tuneup_doSvg.sh +++ b/Scripts/Functions/Tuneup/tuneup_doSvg.sh @@ -3,7 +3,7 @@ # tuneup_doSvg.sh -- This function performs maintainance tasks for # SVG files. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Tuneup/tuneup_doSvgMetadata.sh b/Scripts/Functions/Tuneup/tuneup_doSvgMetadata.sh index 04dac3c..3efe2a7 100755 --- a/Scripts/Functions/Tuneup/tuneup_doSvgMetadata.sh +++ b/Scripts/Functions/Tuneup/tuneup_doSvgMetadata.sh @@ -4,7 +4,7 @@ # inside scalable vector graphic (SVG) files using The CentOS Project # default values. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Tuneup/tuneup_doSvgUnusedItems.sh b/Scripts/Functions/Tuneup/tuneup_doSvgUnusedItems.sh index e60287f..71f10cc 100755 --- a/Scripts/Functions/Tuneup/tuneup_doSvgUnusedItems.sh +++ b/Scripts/Functions/Tuneup/tuneup_doSvgUnusedItems.sh @@ -3,7 +3,7 @@ # tuneup_doSvgUnusedItems.sh -- This function removes all unused items # from the defs section of the SVG file. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Tuneup/tuneup_doXhtml.sh b/Scripts/Functions/Tuneup/tuneup_doXhtml.sh index 30cc91a..c251096 100644 --- a/Scripts/Functions/Tuneup/tuneup_doXhtml.sh +++ b/Scripts/Functions/Tuneup/tuneup_doXhtml.sh @@ -3,7 +3,7 @@ # tuneup_doXhtml.sh -- This function performs maintainance tasks for # XHTML files. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/Tuneup/tuneup_getOptions.sh b/Scripts/Functions/Tuneup/tuneup_getOptions.sh index 7de3a06..1494e11 100755 --- a/Scripts/Functions/Tuneup/tuneup_getOptions.sh +++ b/Scripts/Functions/Tuneup/tuneup_getOptions.sh @@ -3,7 +3,7 @@ # tuneup_getOptions.sh -- This function interprets option parameters # passed to `tuneup' functionality and calls actions accordingly. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli.sh b/Scripts/Functions/cli.sh index 86cefc7..bb64606 100644 --- a/Scripts/Functions/cli.sh +++ b/Scripts/Functions/cli.sh @@ -5,7 +5,7 @@ # functions. The cli function is the first script executed by # centos-art command-line onces invoked. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -20,6 +20,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_checkFiles.sh b/Scripts/Functions/cli_checkFiles.sh index b5b4fd8..dd44dd2 100644 --- a/Scripts/Functions/cli_checkFiles.sh +++ b/Scripts/Functions/cli_checkFiles.sh @@ -9,7 +9,7 @@ # # cli_checkFiles FILE [TYPE] # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -24,6 +24,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_checkPathComponent.sh b/Scripts/Functions/cli_checkPathComponent.sh index d9217c9..897e69f 100755 --- a/Scripts/Functions/cli_checkPathComponent.sh +++ b/Scripts/Functions/cli_checkPathComponent.sh @@ -9,7 +9,7 @@ # the action value (ACTIONVAL) variable is used instead as source path # information. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -24,6 +24,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_checkRepoDirSource.sh b/Scripts/Functions/cli_checkRepoDirSource.sh index d57c9d6..9e7338d 100755 --- a/Scripts/Functions/cli_checkRepoDirSource.sh +++ b/Scripts/Functions/cli_checkRepoDirSource.sh @@ -3,7 +3,7 @@ # cli_checkRepoDirSource.sh -- This function provides input validation # to repository entries considered as source locations. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_checkRepoDirTarget.sh b/Scripts/Functions/cli_checkRepoDirTarget.sh index 7ea84cb..85a2b29 100755 --- a/Scripts/Functions/cli_checkRepoDirTarget.sh +++ b/Scripts/Functions/cli_checkRepoDirTarget.sh @@ -3,7 +3,7 @@ # cli_checkRepoDirTarget.sh -- This function provides input validation # to repository entries considered as target location. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_commitRepoChanges.sh b/Scripts/Functions/cli_commitRepoChanges.sh index c0d770e..4ba8a77 100755 --- a/Scripts/Functions/cli_commitRepoChanges.sh +++ b/Scripts/Functions/cli_commitRepoChanges.sh @@ -4,7 +4,7 @@ # commit command agains the workgin copy in order to send local # changes up to central repository. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_doParseArguments.sh b/Scripts/Functions/cli_doParseArguments.sh index 3e1b23b..cd4c795 100755 --- a/Scripts/Functions/cli_doParseArguments.sh +++ b/Scripts/Functions/cli_doParseArguments.sh @@ -3,7 +3,7 @@ # cli_doParseArguments.sh -- This function redefines arguments # (ARGUMENTS) global variable using getopt(1) output. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_doParseArgumentsReDef.sh b/Scripts/Functions/cli_doParseArgumentsReDef.sh index 7b54092..d83c245 100755 --- a/Scripts/Functions/cli_doParseArgumentsReDef.sh +++ b/Scripts/Functions/cli_doParseArgumentsReDef.sh @@ -3,7 +3,7 @@ # cli_doParseArgumentsReDef.sh -- This function initiates/reset # positional parameters based on `$@' variable. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getCopyrightInfo.sh b/Scripts/Functions/cli_getCopyrightInfo.sh index 2b94637..059d4de 100755 --- a/Scripts/Functions/cli_getCopyrightInfo.sh +++ b/Scripts/Functions/cli_getCopyrightInfo.sh @@ -14,7 +14,7 @@ # output. So, I'm taking the wiki (wiki.centos.org) copyright # information as reference. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -29,6 +29,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getCountryCodes.sh b/Scripts/Functions/cli_getCountryCodes.sh index 5e3f0d0..0181e76 100755 --- a/Scripts/Functions/cli_getCountryCodes.sh +++ b/Scripts/Functions/cli_getCountryCodes.sh @@ -3,7 +3,7 @@ # cli_getCountryCodes.sh -- This function outputs a list with country # codes as defined in ISO3166 standard. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getCountryName.sh b/Scripts/Functions/cli_getCountryName.sh index c2507ba..258cb99 100755 --- a/Scripts/Functions/cli_getCountryName.sh +++ b/Scripts/Functions/cli_getCountryName.sh @@ -4,7 +4,7 @@ # code in the format LL_CC and outputs the name of its related # country. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getCurrentLocale.sh b/Scripts/Functions/cli_getCurrentLocale.sh index aee4ed6..26d12fa 100755 --- a/Scripts/Functions/cli_getCurrentLocale.sh +++ b/Scripts/Functions/cli_getCurrentLocale.sh @@ -4,7 +4,7 @@ # variable and returns the current locale information in the LL_CC # format. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getFilesList.sh b/Scripts/Functions/cli_getFilesList.sh index bd0e23c..a036e94 100755 --- a/Scripts/Functions/cli_getFilesList.sh +++ b/Scripts/Functions/cli_getFilesList.sh @@ -3,7 +3,7 @@ # cli_getFilesList.sh -- This function defines the list of FILES to # process. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getFunctions.sh b/Scripts/Functions/cli_getFunctions.sh index b62a899..85077a9 100644 --- a/Scripts/Functions/cli_getFunctions.sh +++ b/Scripts/Functions/cli_getFunctions.sh @@ -3,7 +3,7 @@ # cli_getFunctions.sh -- This function loads funtionalities supported by # centos-art.sh script. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getLangCodes.sh b/Scripts/Functions/cli_getLangCodes.sh index 590b4b7..7e149a9 100755 --- a/Scripts/Functions/cli_getLangCodes.sh +++ b/Scripts/Functions/cli_getLangCodes.sh @@ -3,7 +3,7 @@ # cli_getLangCodes.sh -- This function outputs a list with language # codes as defined in ISO639 standard. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getLangName.sh b/Scripts/Functions/cli_getLangName.sh index 232a180..cc18b7f 100755 --- a/Scripts/Functions/cli_getLangName.sh +++ b/Scripts/Functions/cli_getLangName.sh @@ -3,7 +3,7 @@ # cli_getLangName.sh -- This function reads one language locale code # in the format LL_CC and outputs its language name. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getLocales.sh b/Scripts/Functions/cli_getLocales.sh index 990280b..ced29d4 100755 --- a/Scripts/Functions/cli_getLocales.sh +++ b/Scripts/Functions/cli_getLocales.sh @@ -5,7 +5,7 @@ # in order to build the final locale list. This function defines which # translation locales are supported inside CentOS Artwork Repository. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -20,6 +20,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getPathComponent.sh b/Scripts/Functions/cli_getPathComponent.sh index 77058b9..00339a1 100755 --- a/Scripts/Functions/cli_getPathComponent.sh +++ b/Scripts/Functions/cli_getPathComponent.sh @@ -9,7 +9,7 @@ # want to retrive, and action value (ACTIONVAL) variable is used # instead as source path information. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -24,6 +24,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getRepoName.sh b/Scripts/Functions/cli_getRepoName.sh index c3a9657..f5f210e 100755 --- a/Scripts/Functions/cli_getRepoName.sh +++ b/Scripts/Functions/cli_getRepoName.sh @@ -6,7 +6,7 @@ # in upper case. Use this function to sanitate the name of regular # files and directory components of paths you work with. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -21,6 +21,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getRepoParallelDirs.sh b/Scripts/Functions/cli_getRepoParallelDirs.sh index 739b0e6..affa6fc 100755 --- a/Scripts/Functions/cli_getRepoParallelDirs.sh +++ b/Scripts/Functions/cli_getRepoParallelDirs.sh @@ -4,7 +4,7 @@ # directories related to the first positional paramenter passed as # parent directory. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getRepoStatus.sh b/Scripts/Functions/cli_getRepoStatus.sh index 8344007..2175bb8 100755 --- a/Scripts/Functions/cli_getRepoStatus.sh +++ b/Scripts/Functions/cli_getRepoStatus.sh @@ -6,7 +6,7 @@ # specified. Use this function to perform verifications based a # repository LOCATION status. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -21,6 +21,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getRepoTLDir.sh b/Scripts/Functions/cli_getRepoTLDir.sh index 0ccfc4e..84b3a6c 100755 --- a/Scripts/Functions/cli_getRepoTLDir.sh +++ b/Scripts/Functions/cli_getRepoTLDir.sh @@ -5,7 +5,7 @@ # /home/centos/artwork/trunk, /home/centos/artwork/branches, or # /home/centos/artwork/tags. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -20,6 +20,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_getTemporalFile.sh b/Scripts/Functions/cli_getTemporalFile.sh index d356ab3..e75c71e 100755 --- a/Scripts/Functions/cli_getTemporalFile.sh +++ b/Scripts/Functions/cli_getTemporalFile.sh @@ -4,7 +4,7 @@ # you need to use to create temporal files. Use this function whenever # you need to create temporal files inside centos-art.sh script. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_printActionPreamble.sh b/Scripts/Functions/cli_printActionPreamble.sh index 7274b81..732846e 100755 --- a/Scripts/Functions/cli_printActionPreamble.sh +++ b/Scripts/Functions/cli_printActionPreamble.sh @@ -9,7 +9,7 @@ # directory is created/deleted, the parallel directories associated do # need to be created/deleted too. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -24,6 +24,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_printMessage.sh b/Scripts/Functions/cli_printMessage.sh index 05d854d..29576e8 100755 --- a/Scripts/Functions/cli_printMessage.sh +++ b/Scripts/Functions/cli_printMessage.sh @@ -4,7 +4,7 @@ # predifined formats to standard error. This function is the standard # way to output information inside centos-art.sh script. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_readFileContent.sh b/Scripts/Functions/cli_readFileContent.sh index 3d2acd8..6606377 100644 --- a/Scripts/Functions/cli_readFileContent.sh +++ b/Scripts/Functions/cli_readFileContent.sh @@ -4,7 +4,7 @@ # passed as first argument, to standard output as specified by second # argument. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_replaceTMarkers.sh b/Scripts/Functions/cli_replaceTMarkers.sh index 8ee0a62..cd990fd 100755 --- a/Scripts/Functions/cli_replaceTMarkers.sh +++ b/Scripts/Functions/cli_replaceTMarkers.sh @@ -4,7 +4,7 @@ # replacements for common translation markers. Raplacements are # applied to temporal instances used to produce the final file. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_syncroRepoChanges.sh b/Scripts/Functions/cli_syncroRepoChanges.sh index 294dfae..df84f25 100644 --- a/Scripts/Functions/cli_syncroRepoChanges.sh +++ b/Scripts/Functions/cli_syncroRepoChanges.sh @@ -4,7 +4,7 @@ # repository and working copy performing a subversion update command # first and a subversion commit command later. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/Functions/cli_updateRepoChanges.sh b/Scripts/Functions/cli_updateRepoChanges.sh index 67c2b76..6b99133 100644 --- a/Scripts/Functions/cli_updateRepoChanges.sh +++ b/Scripts/Functions/cli_updateRepoChanges.sh @@ -4,7 +4,7 @@ # update command against the working copy in order to bring changes # from the central repository into the working copy. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -19,6 +19,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- diff --git a/Scripts/centos-art.sh b/Scripts/centos-art.sh index 8e72d3c..4304ac6 100755 --- a/Scripts/centos-art.sh +++ b/Scripts/centos-art.sh @@ -3,7 +3,7 @@ # centos-art.sh -- This file is the initialization script, the first # script the centos-art command executes. # -# Copyright (C) 2009-2011 Alain Reguera Delgado +# Copyright (C) 2009-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 @@ -18,6 +18,7 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # ---------------------------------------------------------------------- # $Id$ # ----------------------------------------------------------------------