diff --git a/Scripts/Functions/Help/Texinfo/texinfo.sh b/Scripts/Functions/Help/Texinfo/texinfo.sh index 87da2f3..fb63c97 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo.sh @@ -5,12 +5,12 @@ # documentation manuals inside the working copy of The CentOS Artwork # Repository. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# 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 diff --git a/Scripts/Functions/Help/Texinfo/texinfo_checkEntrySrcDst.sh b/Scripts/Functions/Help/Texinfo/texinfo_checkEntrySrcDst.sh index b0ec888..1874d73 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_checkEntrySrcDst.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_checkEntrySrcDst.sh @@ -4,7 +4,7 @@ # verification actions of source and target locations for tasks like # copying and renaming. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_copyEntry.sh b/Scripts/Functions/Help/Texinfo/texinfo_copyEntry.sh index cbf0bf4..a77b721 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_copyEntry.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_copyEntry.sh @@ -5,7 +5,7 @@ # duplicates manuals, chapters inside manuals, and sections inside # chapters. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_copyEntryChapter.sh b/Scripts/Functions/Help/Texinfo/texinfo_copyEntryChapter.sh index 373644d..aebaba0 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_copyEntryChapter.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_copyEntryChapter.sh @@ -3,7 +3,7 @@ # texinfo_copyEntryChapter.sh -- This function standardizes chapter # duplication inside manuals written in texinfo format. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_copyEntryManual.sh b/Scripts/Functions/Help/Texinfo/texinfo_copyEntryManual.sh index 63618f0..eb9349e 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_copyEntryManual.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_copyEntryManual.sh @@ -3,7 +3,7 @@ # texinfo_copyEntryChapter.sh -- This function standardizes # duplication of manuals written in texinfo format. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_copyEntrySection.sh b/Scripts/Functions/Help/Texinfo/texinfo_copyEntrySection.sh index 9d70290..35a2a86 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_copyEntrySection.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_copyEntrySection.sh @@ -3,7 +3,7 @@ # texinfo_copyEntrySection.sh -- This function standardizes section # duplication inside manuals written in texinfo format. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_createChapter.sh b/Scripts/Functions/Help/Texinfo/texinfo_createChapter.sh index 2f1c2a2..b11ce58 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_createChapter.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_createChapter.sh @@ -3,7 +3,7 @@ # texinfo_createChapter.sh -- This function standardizes chapter # creation insdie the manual structure. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_createStructure.sh b/Scripts/Functions/Help/Texinfo/texinfo_createStructure.sh index 4840ea9..d188c22 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_createStructure.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_createStructure.sh @@ -4,7 +4,7 @@ # documentation structure of a manual using the current language as # reference. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_createStructureChapters.sh b/Scripts/Functions/Help/Texinfo/texinfo_createStructureChapters.sh index 32c971f..37a3a38 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_createStructureChapters.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_createStructureChapters.sh @@ -4,7 +4,7 @@ # chapter documentation structure of a manual, using the current # language and template files as reference. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_deleteCrossReferences.sh b/Scripts/Functions/Help/Texinfo/texinfo_deleteCrossReferences.sh index 839e2bd..a38e2c0 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_deleteCrossReferences.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_deleteCrossReferences.sh @@ -7,7 +7,7 @@ # to keep cross reference information, inside the documentation # manual, syncronized. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_deleteEntry.sh b/Scripts/Functions/Help/Texinfo/texinfo_deleteEntry.sh index a58ff1b..40f09c2 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_deleteEntry.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_deleteEntry.sh @@ -3,7 +3,7 @@ # texinfo_deleteEntry.sh -- This function removes a documentation # manuals, chapters or sections from the working copy. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_deleteEntryChapter.sh b/Scripts/Functions/Help/Texinfo/texinfo_deleteEntryChapter.sh index 2bcd286..0ec1b8d 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_deleteEntryChapter.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_deleteEntryChapter.sh @@ -3,7 +3,7 @@ # texinfo_deleteEntryChapter.sh -- This function standardizes chapter # deletion inside the manual structure. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_deleteEntryManual.sh b/Scripts/Functions/Help/Texinfo/texinfo_deleteEntryManual.sh index 3c99bd4..381fea5 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_deleteEntryManual.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_deleteEntryManual.sh @@ -3,7 +3,7 @@ # texinfo_deleteEntryManual.sh -- This function standardized manual # deletion inside the working copy. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh b/Scripts/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh index da4f782..af8a7b6 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh @@ -3,7 +3,7 @@ # texinfo_deleteEntrySection.sh -- This function standardized section # deletion inside the manual structure. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_editEntry.sh b/Scripts/Functions/Help/Texinfo/texinfo_editEntry.sh index b5fd3ab..b6f2386 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_editEntry.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_editEntry.sh @@ -3,7 +3,7 @@ # texinfo_editEntry.sh -- This function implements the edition flow of # documentation entries inside the working copy. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_getEntry.sh b/Scripts/Functions/Help/Texinfo/texinfo_getEntry.sh index e853c12..2f4162e 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_getEntry.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_getEntry.sh @@ -3,7 +3,7 @@ # texinfo_getEntry.sh -- This function builds a documentation entry # based on location specified as first positional parameter. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_getEntryIndex.sh b/Scripts/Functions/Help/Texinfo/texinfo_getEntryIndex.sh index aedf3bc..4e5762e 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_getEntryIndex.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_getEntryIndex.sh @@ -3,7 +3,7 @@ # texinfo_getEntryTitle.sh -- This function standardizes the way # values for chapter and section index definitions are printed out. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_getEntryNode.sh b/Scripts/Functions/Help/Texinfo/texinfo_getEntryNode.sh index 38bca24..5472959 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_getEntryNode.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_getEntryNode.sh @@ -3,7 +3,7 @@ # texinfo_getEntryNode.sh -- This function cleans up the action value # (ACTIONVAL) directory to make a node name from it. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_getEntryTitle.sh b/Scripts/Functions/Help/Texinfo/texinfo_getEntryTitle.sh index c8e476f..a733095 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_getEntryTitle.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_getEntryTitle.sh @@ -3,7 +3,7 @@ # texinfo_getEntryTitle.sh -- This function standardizes the way entry # titles for chapters and sections are printed out. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_makeSeeAlso.sh b/Scripts/Functions/Help/Texinfo/texinfo_makeSeeAlso.sh index 90e81bc..924161d 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_makeSeeAlso.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_makeSeeAlso.sh @@ -6,13 +6,13 @@ # set inside the section entry itself, through the following # construction: # -# @c -- <[centos-art(SeeAlso,TYPE) -# @c -- ]> +# @c -- <[centos-art(SeeAlso,TYPE) +# @c -- ]> # # In this construction, the TYPE variable can be either `itemize', # `enumerate' or `menu'. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_renameCrossReferences.sh b/Scripts/Functions/Help/Texinfo/texinfo_renameCrossReferences.sh index f4ea6a6..c63d340 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_renameCrossReferences.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_renameCrossReferences.sh @@ -4,7 +4,7 @@ # nodes and cross references related to chapters and sections that # have been renamed previously. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_renameEntry.sh b/Scripts/Functions/Help/Texinfo/texinfo_renameEntry.sh index 6fd22d9..ab0230c 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_renameEntry.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_renameEntry.sh @@ -3,7 +3,7 @@ # texinfo_renameEntry.sh -- This function standardizes renaming tasks # related to manual, chapters and sections inside the working copy. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_renameEntryChapter.sh b/Scripts/Functions/Help/Texinfo/texinfo_renameEntryChapter.sh index c40115c..6a03cd3 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_renameEntryChapter.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_renameEntryChapter.sh @@ -4,7 +4,7 @@ # tasks related to manual chapters inside documentation manuals # written in texinfo format. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_renameEntryManual.sh b/Scripts/Functions/Help/Texinfo/texinfo_renameEntryManual.sh index 9fb46ed..a7ec0b8 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_renameEntryManual.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_renameEntryManual.sh @@ -4,7 +4,7 @@ # tasks related to documenation manuals written in texinfo format # inside the working copy. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_renameEntrySection.sh b/Scripts/Functions/Help/Texinfo/texinfo_renameEntrySection.sh index b713e51..504ee56 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_renameEntrySection.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_renameEntrySection.sh @@ -4,7 +4,7 @@ # tasks related to chapter sections inside documentation manuals # written in texinfo format. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_restoreCrossReferences.sh b/Scripts/Functions/Help/Texinfo/texinfo_restoreCrossReferences.sh index 367ffb4..a2b752a 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_restoreCrossReferences.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_restoreCrossReferences.sh @@ -11,7 +11,7 @@ # message format produced by texinfo_deleteCrossReferences # function, in order to return them back into the link format. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_searchIndex.sh b/Scripts/Functions/Help/Texinfo/texinfo_searchIndex.sh index 3d96c7a..49a4ea4 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_searchIndex.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_searchIndex.sh @@ -3,7 +3,7 @@ # texinfo_searchIndex.sh -- This function does an index search inside the # info document. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_searchNode.sh b/Scripts/Functions/Help/Texinfo/texinfo_searchNode.sh index 000c528..40a4a5c 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_searchNode.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_searchNode.sh @@ -3,7 +3,7 @@ # texinfo_searchNode.sh -- This function does a node search inside the # info document. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateChapterMenu.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateChapterMenu.sh index 3989645..e0631c8 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateChapterMenu.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateChapterMenu.sh @@ -2,7 +2,7 @@ # # texinfo_updateChapterMenu.sh -- This function updates chapter menu. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateChapterNodes.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateChapterNodes.sh index 2944d3f..06b3acb 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateChapterNodes.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateChapterNodes.sh @@ -3,7 +3,7 @@ # texinfo_updateChapterNodes.sh -- This function updates nodes of # chapters based on menu of chapters. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileDocbook.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileDocbook.sh index 668f512..2ab4a56 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileDocbook.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileDocbook.sh @@ -3,7 +3,7 @@ # texinfo_updateOutputFileDocbook.sh -- This function exports # documentation manual to DocBook format. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileInfo.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileInfo.sh index 2b4e819..116e3a9 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileInfo.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileInfo.sh @@ -3,7 +3,7 @@ # texinfo_updateOutputFileInfo.sh -- This function exports # documentation manual to info format. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFilePdf.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFilePdf.sh index a5f7499..9d33698 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFilePdf.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFilePdf.sh @@ -3,7 +3,7 @@ # texinfo_updateOutputFilePdf.sh -- This function exports documentation # manual to PDF format. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFilePlaintext.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFilePlaintext.sh index e572fb4..27bfb0e 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFilePlaintext.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFilePlaintext.sh @@ -3,7 +3,7 @@ # texinfo_updateOutputFilePlaintext.sh -- This function exports # documentation manual to plain-text format. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileXhtml.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileXhtml.sh index b0cb49e..44d5e66 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileXhtml.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileXhtml.sh @@ -3,7 +3,7 @@ # texinfo_updateOutputFileXhtml.sh -- This function exports # documentation manual to HTML format. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileXml.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileXml.sh index 07b585d..3fbe661 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileXml.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFileXml.sh @@ -3,7 +3,7 @@ # texinfo_updateOutputFileXml.sh -- This function exports documentation # manual to XML format. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFiles.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFiles.sh index a5dbeed..88ae436 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFiles.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateOutputFiles.sh @@ -3,7 +3,7 @@ # texinfo_updateOutputFiles.sh -- This function exports documentation # manual to different output formats. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateSectionMenu.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateSectionMenu.sh index b932b16..0fe6baa 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateSectionMenu.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateSectionMenu.sh @@ -9,7 +9,7 @@ # If no argument is passed to this function, the '--add-entry' action # is assumed. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh index c1d38e5..e90bd95 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh @@ -4,7 +4,7 @@ # nodes definition files using section's menu definition file both # inside the same chapter. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh index 0d2b73d..103dc56 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh @@ -4,7 +4,7 @@ # section entry files inside manual's base directory and updates menu, # nodes and cross references definitions for them all, one at a time. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/help.sh b/Scripts/Functions/Help/help.sh index e6f7a5d..484cbff 100755 --- a/Scripts/Functions/Help/help.sh +++ b/Scripts/Functions/Help/help.sh @@ -4,12 +4,12 @@ # centos-art.sh script to perform documentation tasks through # different documentation backends. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# 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 diff --git a/Scripts/Functions/Help/help_getEntries.sh b/Scripts/Functions/Help/help_getEntries.sh index f6a987e..3bdf942 100755 --- a/Scripts/Functions/Help/help_getEntries.sh +++ b/Scripts/Functions/Help/help_getEntries.sh @@ -4,7 +4,7 @@ # arguments passed to `help' functionality through the command-line # and redefines array variables related to documentation entries. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Help/help_getOptions.sh b/Scripts/Functions/Help/help_getOptions.sh index af82434..5802190 100755 --- a/Scripts/Functions/Help/help_getOptions.sh +++ b/Scripts/Functions/Help/help_getOptions.sh @@ -4,7 +4,7 @@ # passed to `help' functionality through the command-line and defines # action names accordingly. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Locale/locale.sh b/Scripts/Functions/Locale/locale.sh index 2c8253d..9f1deeb 100755 --- 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 GNU gettext standard processes. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Locale/locale_deleteMessages.sh b/Scripts/Functions/Locale/locale_deleteMessages.sh index 95a82cf..7721d7c 100755 --- a/Scripts/Functions/Locale/locale_deleteMessages.sh +++ b/Scripts/Functions/Locale/locale_deleteMessages.sh @@ -4,12 +4,12 @@ # localization directory from the working copy in conjunction with all # portable objects and machine objects inside it. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# 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 diff --git a/Scripts/Functions/Locale/locale_editMessages.sh b/Scripts/Functions/Locale/locale_editMessages.sh index 7d44c68..aea546f 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Locale/locale_getOptions.sh b/Scripts/Functions/Locale/locale_getOptions.sh index 3a4ecad..bc6d7a5 100755 --- a/Scripts/Functions/Locale/locale_getOptions.sh +++ b/Scripts/Functions/Locale/locale_getOptions.sh @@ -4,12 +4,12 @@ # passed to `locale' functionality and defines action names # accordingly. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# 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 diff --git a/Scripts/Functions/Locale/locale_updateMessageBinary.sh b/Scripts/Functions/Locale/locale_updateMessageBinary.sh index ac0343a..58ce8c7 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Locale/locale_updateMessageMetadata.sh b/Scripts/Functions/Locale/locale_updateMessageMetadata.sh index 6d402e3..ab1eb56 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Locale/locale_updateMessagePObjects.sh b/Scripts/Functions/Locale/locale_updateMessagePObjects.sh index fe8e9ef..3ac1d26 100755 --- a/Scripts/Functions/Locale/locale_updateMessagePObjects.sh +++ b/Scripts/Functions/Locale/locale_updateMessagePObjects.sh @@ -6,7 +6,7 @@ # template is used as source to merge changes inside the portable # object. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Locale/locale_updateMessageShell.sh b/Scripts/Functions/Locale/locale_updateMessageShell.sh index d3733a6..c0530a3 100755 --- a/Scripts/Functions/Locale/locale_updateMessageShell.sh +++ b/Scripts/Functions/Locale/locale_updateMessageShell.sh @@ -5,7 +5,7 @@ # order to creates/updates both the portable object template (.pot) # and the portable object (.po) related. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Locale/locale_updateMessageXml.sh b/Scripts/Functions/Locale/locale_updateMessageXml.sh index c280877..164c897 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Locale/locale_updateMessages.sh b/Scripts/Functions/Locale/locale_updateMessages.sh index 64dcf7a..46c505a 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Prepare/prepare.sh b/Scripts/Functions/Prepare/prepare.sh index c17d175..1a520ac 100755 --- a/Scripts/Functions/Prepare/prepare.sh +++ b/Scripts/Functions/Prepare/prepare.sh @@ -5,7 +5,7 @@ # stuff needed by your workstation, once the working copy of The # CentOS Artwork Repository has been downloaded in it. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Prepare/prepare_getEnvars.sh b/Scripts/Functions/Prepare/prepare_getEnvars.sh index 9f8b26a..8a3198a 100755 --- a/Scripts/Functions/Prepare/prepare_getEnvars.sh +++ b/Scripts/Functions/Prepare/prepare_getEnvars.sh @@ -3,7 +3,7 @@ # prepare_getEnvars.sh -- This function outputs a brief description of # relevant environment variables used by `centos-art.sh' script. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Prepare/prepare_getLinkName.sh b/Scripts/Functions/Prepare/prepare_getLinkName.sh index 56159cc..83ab48a 100755 --- a/Scripts/Functions/Prepare/prepare_getLinkName.sh +++ b/Scripts/Functions/Prepare/prepare_getLinkName.sh @@ -14,7 +14,7 @@ # # the result will be: `corporate-symbol.gbr'. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Prepare/prepare_getOptions.sh b/Scripts/Functions/Prepare/prepare_getOptions.sh index 9c8cc4b..3dc9ab2 100755 --- a/Scripts/Functions/Prepare/prepare_getOptions.sh +++ b/Scripts/Functions/Prepare/prepare_getOptions.sh @@ -5,7 +5,7 @@ # command-line is the `prepare' word. To parse options, this function # makes use of getopt program. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Prepare/prepare_updateImages.sh b/Scripts/Functions/Prepare/prepare_updateImages.sh index f6120a0..ca8aa54 100755 --- a/Scripts/Functions/Prepare/prepare_updateImages.sh +++ b/Scripts/Functions/Prepare/prepare_updateImages.sh @@ -6,7 +6,7 @@ # working copy. This step is required in order to satisfy dependencies # from different components inside the working copy. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Prepare/prepare_updateLinks.sh b/Scripts/Functions/Prepare/prepare_updateLinks.sh index 55f8e76..f496d9a 100755 --- a/Scripts/Functions/Prepare/prepare_updateLinks.sh +++ b/Scripts/Functions/Prepare/prepare_updateLinks.sh @@ -8,7 +8,7 @@ # and fonts available inside applications like GIMP, so you can make # use of them without loosing version control over them. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Prepare/prepare_updateManuals.sh b/Scripts/Functions/Prepare/prepare_updateManuals.sh index 1b4411b..bde6e8c 100755 --- a/Scripts/Functions/Prepare/prepare_updateManuals.sh +++ b/Scripts/Functions/Prepare/prepare_updateManuals.sh @@ -5,7 +5,7 @@ # centos-art.sh script renders all documentation manuals from their # related source files so you can read them nicely. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Prepare/prepare_updatePackages.sh b/Scripts/Functions/Prepare/prepare_updatePackages.sh index bb6ef58..ca63b3a 100755 --- a/Scripts/Functions/Prepare/prepare_updatePackages.sh +++ b/Scripts/Functions/Prepare/prepare_updatePackages.sh @@ -6,7 +6,7 @@ # missing packages, the `centos-art.sh' script asks you to confirm # their installation through `sudo yum'. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Docbook/docbook.sh b/Scripts/Functions/Render/Docbook/docbook.sh index 033b9c4..1dc3c50 100755 --- a/Scripts/Functions/Render/Docbook/docbook.sh +++ b/Scripts/Functions/Render/Docbook/docbook.sh @@ -3,7 +3,7 @@ # docbook.sh -- This function performs base-rendition actions for # DocBook files. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Docbook/docbook_convertToPdf.sh b/Scripts/Functions/Render/Docbook/docbook_convertToPdf.sh index e1df144..22c9d5d 100755 --- a/Scripts/Functions/Render/Docbook/docbook_convertToPdf.sh +++ b/Scripts/Functions/Render/Docbook/docbook_convertToPdf.sh @@ -6,12 +6,12 @@ # ways of output production from DocBook XML and DocBook SGML for you # to evaluate and if possible correct. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# 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 diff --git a/Scripts/Functions/Render/Docbook/docbook_convertToPdfFromSgml.sh b/Scripts/Functions/Render/Docbook/docbook_convertToPdfFromSgml.sh index 00e8ce5..c9a3d1e 100755 --- a/Scripts/Functions/Render/Docbook/docbook_convertToPdfFromSgml.sh +++ b/Scripts/Functions/Render/Docbook/docbook_convertToPdfFromSgml.sh @@ -12,22 +12,22 @@ # In this configuration and using default configuration settings, I've # presented the following problems: # -# 1. It is not possible to produce localized PDF outputs through -# `xml2po', the default way of producing localized content inside -# `centos-art.sh' script. +# 1. It is not possible to produce localized PDF outputs through +# `xml2po', the default way of producing localized content inside +# `centos-art.sh' script. # # In this configuration and using default configuration settins, I've # presented the following advantages: # -# 1. The PDF output produced from SGML-based files seem to be better -# looking an less buggy than PDF output produced from XML-based -# files, visually I mean. +# 1. The PDF output produced from SGML-based files seem to be better +# looking an less buggy than PDF output produced from XML-based +# files, visually I mean. # # To make the whole process transparent, a temporal directory is # created for intermediate works and final files are moved then to # their final location. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Docbook/docbook_convertToPdfFromXml.sh b/Scripts/Functions/Render/Docbook/docbook_convertToPdfFromXml.sh index b4e61e0..504bab9 100755 --- a/Scripts/Functions/Render/Docbook/docbook_convertToPdfFromXml.sh +++ b/Scripts/Functions/Render/Docbook/docbook_convertToPdfFromXml.sh @@ -10,37 +10,37 @@ # In this configuration and using default configuration settings, I've # presented the following problems: # -# 1. Something is wrong with headings. They are not expanded along -# the whole page-body. They seem to be rendered in a reduced width -# (1 inch approximatly). This provokes the heading to be broken in a -# two-to-five letters column and sometimes it overlaps the -# sectioning titles (e.g., chatper, section). I tried to customize -# the value of `header.column.widths' and `page.margin.top' but it -# seems to be not there where I need to touch. +# 1. Something is wrong with headings. They are not expanded along +# the whole page-body. They seem to be rendered in a reduced width +# (1 inch approximatly). This provokes the heading to be broken in a +# two-to-five letters column and sometimes it overlaps the +# sectioning titles (e.g., chatper, section). I tried to customize +# the value of `header.column.widths' and `page.margin.top' but it +# seems to be not there where I need to touch. # -# 2. TOC's indentation is not rendered. Even the `toc.indent.width' -# property is set to 24 by default. +# 2. TOC's indentation is not rendered. Even the `toc.indent.width' +# property is set to 24 by default. # -# 3. Inside lists, when items are more than one line, the -# indentation seems to work for the first line only. All other -# lines in the same item are not indented and begin completly -# unaligned. +# 3. Inside lists, when items are more than one line, the +# indentation seems to work for the first line only. All other +# lines in the same item are not indented and begin completly +# unaligned. # -# 4. Long file paths near the end of page-body aren't hyphenated. -# Even the `hyphenate' property is set to `true' by default. +# 4. Long file paths near the end of page-body aren't hyphenated. +# Even the `hyphenate' property is set to `true' by default. # # In this configuration and using default configuration settings, I've # presented the following advantages: # -# 1. It is possible to produce localized PDF outputs through -# `xml2po', the default way of producing localized content inside -# the `centos-art.sh' script. +# 1. It is possible to produce localized PDF outputs through +# `xml2po', the default way of producing localized content inside +# the `centos-art.sh' script. # # To make the whole process transparent, a temporal directory is # created for intermediate works and final files are moved then to # their final location. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Docbook/docbook_convertToText.sh b/Scripts/Functions/Render/Docbook/docbook_convertToText.sh index a234cdc..e1c86f7 100755 --- a/Scripts/Functions/Render/Docbook/docbook_convertToText.sh +++ b/Scripts/Functions/Render/Docbook/docbook_convertToText.sh @@ -4,7 +4,7 @@ # by docbook_convertToXhtml and produces one plain-text file (i.e., # without markup inside). # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Docbook/docbook_convertToXhtml.sh b/Scripts/Functions/Render/Docbook/docbook_convertToXhtml.sh index 3d3f1ed..1eeec5d 100755 --- a/Scripts/Functions/Render/Docbook/docbook_convertToXhtml.sh +++ b/Scripts/Functions/Render/Docbook/docbook_convertToXhtml.sh @@ -6,7 +6,7 @@ # `docbook-style-xsl-1.69.1-5.1' package, which says: ---To publish # HTML from your XML documents, you just need an XSL engine.---. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Docbook/docbook_convertToXhtmlChunk.sh b/Scripts/Functions/Render/Docbook/docbook_convertToXhtmlChunk.sh index e4969b6..357e5f4 100755 --- a/Scripts/Functions/Render/Docbook/docbook_convertToXhtmlChunk.sh +++ b/Scripts/Functions/Render/Docbook/docbook_convertToXhtmlChunk.sh @@ -7,7 +7,7 @@ # ---To publish HTML from your XML documents, you just need an XSLT # engine.---. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Docbook/docbook_doLastActions.sh b/Scripts/Functions/Render/Docbook/docbook_doLastActions.sh index d3dc57f..7009fec 100755 --- a/Scripts/Functions/Render/Docbook/docbook_doLastActions.sh +++ b/Scripts/Functions/Render/Docbook/docbook_doLastActions.sh @@ -5,7 +5,7 @@ # base-rendition and post-rendition output as input to produce output # from it. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Docbook/docbook_doPostActions.sh b/Scripts/Functions/Render/Docbook/docbook_doPostActions.sh index e4e8cea..d53e2e2 100755 --- a/Scripts/Functions/Render/Docbook/docbook_doPostActions.sh +++ b/Scripts/Functions/Render/Docbook/docbook_doPostActions.sh @@ -4,12 +4,12 @@ # actions for DocBook files. These are the actions that take # base-rendition output as input to producing output from it. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# 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 diff --git a/Scripts/Functions/Render/Docbook/docbook_prepareStyles.sh b/Scripts/Functions/Render/Docbook/docbook_prepareStyles.sh index faf8066..6a5f955 100755 --- a/Scripts/Functions/Render/Docbook/docbook_prepareStyles.sh +++ b/Scripts/Functions/Render/Docbook/docbook_prepareStyles.sh @@ -9,12 +9,12 @@ # commands (e.g., `xmltproc' or `openjade' through `docbook2pdf') to # use as style defintion. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# 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 diff --git a/Scripts/Functions/Render/Svg/svg.sh b/Scripts/Functions/Render/Svg/svg.sh index 01c8349..9c6a281 100755 --- a/Scripts/Functions/Render/Svg/svg.sh +++ b/Scripts/Functions/Render/Svg/svg.sh @@ -3,7 +3,7 @@ # svg.sh -- This function performs base-rendition action for SVG # files. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_checkColorAmount.sh b/Scripts/Functions/Render/Svg/svg_checkColorAmount.sh index dc99dba..9012829 100755 --- a/Scripts/Functions/Render/Svg/svg_checkColorAmount.sh +++ b/Scripts/Functions/Render/Svg/svg_checkColorAmount.sh @@ -4,7 +4,7 @@ # of colors provided in the first argument matches the amount of # colors specified by the second argument. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_checkColorFormats.sh b/Scripts/Functions/Render/Svg/svg_checkColorFormats.sh index f84a813..1f3dc74 100755 --- a/Scripts/Functions/Render/Svg/svg_checkColorFormats.sh +++ b/Scripts/Functions/Render/Svg/svg_checkColorFormats.sh @@ -3,7 +3,7 @@ # svg_checkColorFormats.sh -- This function verifies formats of colors # (i.e., the way color information is specified). # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_checkModelAbsref.sh b/Scripts/Functions/Render/Svg/svg_checkModelAbsref.sh index 58bb87d..a980298 100755 --- a/Scripts/Functions/Render/Svg/svg_checkModelAbsref.sh +++ b/Scripts/Functions/Render/Svg/svg_checkModelAbsref.sh @@ -10,7 +10,7 @@ # the background image using a plain color and crop from it then. We # can't go on without the required background information. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_checkModelExportId.sh b/Scripts/Functions/Render/Svg/svg_checkModelExportId.sh index d8ac19d..7d3a9fd 100755 --- a/Scripts/Functions/Render/Svg/svg_checkModelExportId.sh +++ b/Scripts/Functions/Render/Svg/svg_checkModelExportId.sh @@ -3,7 +3,7 @@ # svg_checkModelExportId.sh -- This function standardizes the export # id used inside svg files and the way of verify them. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_convertGplToHex.sh b/Scripts/Functions/Render/Svg/svg_convertGplToHex.sh index 7718ee7..77d382a 100755 --- a/Scripts/Functions/Render/Svg/svg_convertGplToHex.sh +++ b/Scripts/Functions/Render/Svg/svg_convertGplToHex.sh @@ -6,7 +6,7 @@ # `pnmtolss16' program needs (e.g., #RRGGBB=0 #RRGGBB=1 ... [all # values in the same line]). # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_convertGplToPpm.sh b/Scripts/Functions/Render/Svg/svg_convertGplToPpm.sh index c11305f..6888267 100755 --- a/Scripts/Functions/Render/Svg/svg_convertGplToPpm.sh +++ b/Scripts/Functions/Render/Svg/svg_convertGplToPpm.sh @@ -4,7 +4,7 @@ # by Gimp (e.g., syslinux.gpl) as input and outputs one PPM file based # on it (e.g., syslinux.ppm). # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_convertPngTo.sh b/Scripts/Functions/Render/Svg/svg_convertPngTo.sh index 35b6e41..c7ca7e2 100755 --- a/Scripts/Functions/Render/Svg/svg_convertPngTo.sh +++ b/Scripts/Functions/Render/Svg/svg_convertPngTo.sh @@ -3,7 +3,7 @@ # svg_convertPngTo.sh -- This function provides post-rendition actions # to use the `convert' command of ImageMagick tool set. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_convertPngToBranded.sh b/Scripts/Functions/Render/Svg/svg_convertPngToBranded.sh index d71ccf9..00c16b1 100755 --- a/Scripts/Functions/Render/Svg/svg_convertPngToBranded.sh +++ b/Scripts/Functions/Render/Svg/svg_convertPngToBranded.sh @@ -7,7 +7,7 @@ # The `branding.conf' file must be stored in the design model root # location used as reference to produce the base PNG image. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_convertPngToBrands.sh b/Scripts/Functions/Render/Svg/svg_convertPngToBrands.sh index 8988365..497de63 100755 --- a/Scripts/Functions/Render/Svg/svg_convertPngToBrands.sh +++ b/Scripts/Functions/Render/Svg/svg_convertPngToBrands.sh @@ -4,7 +4,7 @@ # actions to produce brand images in different sizes and formats from # the same SVG design model. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_convertPngToDm.sh b/Scripts/Functions/Render/Svg/svg_convertPngToDm.sh index 8ac0783..c26cb26 100755 --- a/Scripts/Functions/Render/Svg/svg_convertPngToDm.sh +++ b/Scripts/Functions/Render/Svg/svg_convertPngToDm.sh @@ -7,7 +7,7 @@ # for installation. This function must be used as last-rendition # action for Gdm and Kdm directory specific base-rendition actions. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_convertPngToGrub.sh b/Scripts/Functions/Render/Svg/svg_convertPngToGrub.sh index e6a6608..189f490 100755 --- a/Scripts/Functions/Render/Svg/svg_convertPngToGrub.sh +++ b/Scripts/Functions/Render/Svg/svg_convertPngToGrub.sh @@ -16,26 +16,26 @@ # In order for this function to work, the `grub.gpl' file should have # a format similar to the following: # -# GIMP Palette -# Name: CentOS-TreeFlower-4-Syslinux -# Columns: 14 -# # -# 32 76 141 204c8d -# 36 82 146 245292 -# 52 93 152 345d98 -# 72 108 162 486ca2 -# 102 131 176 6683b0 -# 126 153 190 7e99be -# 146 170 200 92aac8 -# 161 182 209 a1b6d1 -# 182 199 219 b6c7db -# 202 214 228 cad6e4 -# 221 230 238 dde6ee -# 235 241 245 ebf1f5 -# 246 251 254 f6fbfe -# 254 255 252 fefffc +# GIMP Palette +# Name: CentOS-TreeFlower-4-Syslinux +# Columns: 14 +# # +# 32 76 141 204c8d +# 36 82 146 245292 +# 52 93 152 345d98 +# 72 108 162 486ca2 +# 102 131 176 6683b0 +# 126 153 190 7e99be +# 146 170 200 92aac8 +# 161 182 209 a1b6d1 +# 182 199 219 b6c7db +# 202 214 228 cad6e4 +# 221 230 238 dde6ee +# 235 241 245 ebf1f5 +# 246 251 254 f6fbfe +# 254 255 252 fefffc # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_convertPngToIcons.sh b/Scripts/Functions/Render/Svg/svg_convertPngToIcons.sh index 0430b10..f63d7c5 100755 --- a/Scripts/Functions/Render/Svg/svg_convertPngToIcons.sh +++ b/Scripts/Functions/Render/Svg/svg_convertPngToIcons.sh @@ -4,7 +4,7 @@ # actions to produce icon images in different sizes and formats from # the same SVG design model. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_convertPngToKsplash.sh b/Scripts/Functions/Render/Svg/svg_convertPngToKsplash.sh index 1c3b6bc..6f7049f 100755 --- a/Scripts/Functions/Render/Svg/svg_convertPngToKsplash.sh +++ b/Scripts/Functions/Render/Svg/svg_convertPngToKsplash.sh @@ -5,7 +5,7 @@ # them all together. Use this function as last-rendition action for # KSplash base-rendition action. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_convertPngToSyslinux.sh b/Scripts/Functions/Render/Svg/svg_convertPngToSyslinux.sh index cda7238..116df13 100755 --- a/Scripts/Functions/Render/Svg/svg_convertPngToSyslinux.sh +++ b/Scripts/Functions/Render/Svg/svg_convertPngToSyslinux.sh @@ -23,28 +23,28 @@ # In order for this function to work, the `syslinux.gpl' file should # have a format similar to the following: # -# GIMP Palette -# Name: CentOS-TreeFlower-4-Syslinux -# Columns: 16 -# # -# 32 76 141 204c8d -# 37 82 146 255292 -# 52 94 153 345e99 -# 73 110 162 496ea2 -# 91 124 172 5b7cac -# 108 136 180 6c88b4 -# 120 146 186 7892ba -# 131 158 193 839ec1 -# 255 255 255 ffffff -# 146 170 200 92aac8 -# 162 182 209 a2b6d1 -# 183 199 219 b7c7db -# 204 216 230 ccd8e6 -# 221 229 238 dde5ee -# 235 241 245 ebf1f5 -# 246 251 254 f6fbfe +# GIMP Palette +# Name: CentOS-TreeFlower-4-Syslinux +# Columns: 16 +# # +# 32 76 141 204c8d +# 37 82 146 255292 +# 52 94 153 345e99 +# 73 110 162 496ea2 +# 91 124 172 5b7cac +# 108 136 180 6c88b4 +# 120 146 186 7892ba +# 131 158 193 839ec1 +# 255 255 255 ffffff +# 146 170 200 92aac8 +# 162 182 209 a2b6d1 +# 183 199 219 b7c7db +# 204 216 230 ccd8e6 +# 221 229 238 dde5ee +# 235 241 245 ebf1f5 +# 246 251 254 f6fbfe # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_convertPngToThumbnail.sh b/Scripts/Functions/Render/Svg/svg_convertPngToThumbnail.sh index 1cc6eed..cfbe744 100755 --- a/Scripts/Functions/Render/Svg/svg_convertPngToThumbnail.sh +++ b/Scripts/Functions/Render/Svg/svg_convertPngToThumbnail.sh @@ -7,7 +7,7 @@ # size is specified, thumbnails are created at 250 pixels width and # height is automatically calculated to match the image ratio. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_doLastActions.sh b/Scripts/Functions/Render/Svg/svg_doLastActions.sh index 1a3b7a5..2c75847 100755 --- a/Scripts/Functions/Render/Svg/svg_doLastActions.sh +++ b/Scripts/Functions/Render/Svg/svg_doLastActions.sh @@ -3,7 +3,7 @@ # svg_doLastActions.sh -- This function performs last-rendition # actions for SVG files. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_doLastCommand.sh b/Scripts/Functions/Render/Svg/svg_doLastCommand.sh index c858204..4cd23cd 100755 --- a/Scripts/Functions/Render/Svg/svg_doLastCommand.sh +++ b/Scripts/Functions/Render/Svg/svg_doLastCommand.sh @@ -4,7 +4,7 @@ # last-rendition commands are applied to base-rendition and # post-rendition outputs. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_doPostActions.sh b/Scripts/Functions/Render/Svg/svg_doPostActions.sh index 00564b4..bd053f2 100755 --- a/Scripts/Functions/Render/Svg/svg_doPostActions.sh +++ b/Scripts/Functions/Render/Svg/svg_doPostActions.sh @@ -3,7 +3,7 @@ # svg_doPostActions.sh -- This function performs post-rendition # actions for SVG files. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_doPostCommand.sh b/Scripts/Functions/Render/Svg/svg_doPostCommand.sh index 1491b1b..ae15ed7 100755 --- a/Scripts/Functions/Render/Svg/svg_doPostCommand.sh +++ b/Scripts/Functions/Render/Svg/svg_doPostCommand.sh @@ -3,7 +3,7 @@ # svg_doPostCommand.sh -- This function standardizes the way # post-rendition commands are applied to base-rendition output. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_getColors.sh b/Scripts/Functions/Render/Svg/svg_getColors.sh index 157e32b..e60bae3 100755 --- a/Scripts/Functions/Render/Svg/svg_getColors.sh +++ b/Scripts/Functions/Render/Svg/svg_getColors.sh @@ -12,7 +12,7 @@ # colors is going to have. It is possible to output all colors in the # list, or a consecutive range of them. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/Svg/svg_groupBy.sh b/Scripts/Functions/Render/Svg/svg_groupBy.sh index c17abf2..273765c 100755 --- a/Scripts/Functions/Render/Svg/svg_groupBy.sh +++ b/Scripts/Functions/Render/Svg/svg_groupBy.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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/render.sh b/Scripts/Functions/Render/render.sh index a189e22..960f493 100755 --- 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/render_doBaseActions.sh b/Scripts/Functions/Render/render_doBaseActions.sh index 45f8354..a9c32f2 100755 --- a/Scripts/Functions/Render/render_doBaseActions.sh +++ b/Scripts/Functions/Render/render_doBaseActions.sh @@ -3,7 +3,7 @@ # render_doBaseActions.sh -- This function performs base-rendition # action for all files. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/render_doThemeActions.sh b/Scripts/Functions/Render/render_doThemeActions.sh index 4a1e142..a6c4be9 100755 --- a/Scripts/Functions/Render/render_doThemeActions.sh +++ b/Scripts/Functions/Render/render_doThemeActions.sh @@ -3,7 +3,7 @@ # render_doThemeActions.sh -- This function performs theme-specific # rendition. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/render_doTranslation.sh b/Scripts/Functions/Render/render_doTranslation.sh index 7b6db3e..d473f5c 100755 --- a/Scripts/Functions/Render/render_doTranslation.sh +++ b/Scripts/Functions/Render/render_doTranslation.sh @@ -10,7 +10,7 @@ # design model instance (translated or not) is required in order to # expand translation markers safetly. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/render_getConfigOption.sh b/Scripts/Functions/Render/render_getConfigOption.sh index 79d7fb2..c79d864 100755 --- a/Scripts/Functions/Render/render_getConfigOption.sh +++ b/Scripts/Functions/Render/render_getConfigOption.sh @@ -4,7 +4,7 @@ # configuration fields are retrived from some action-specific # definitions. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/render_getDirOutput.sh b/Scripts/Functions/Render/render_getDirOutput.sh index 92a864e..8e53abe 100755 --- 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/render_getDirTemplate.sh b/Scripts/Functions/Render/render_getDirTemplate.sh index 3d13a3a..1b0c2de 100755 --- a/Scripts/Functions/Render/render_getDirTemplate.sh +++ b/Scripts/Functions/Render/render_getDirTemplate.sh @@ -33,7 +33,7 @@ # design model directory structure is used to produce several # renderable directory structures, not just one. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Render/render_getOptions.sh b/Scripts/Functions/Render/render_getOptions.sh index d0808bc..3464f6f 100755 --- 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Tuneup/Shell/shell.sh b/Scripts/Functions/Tuneup/Shell/shell.sh index 884ad8f..a77dae2 100755 --- a/Scripts/Functions/Tuneup/Shell/shell.sh +++ b/Scripts/Functions/Tuneup/Shell/shell.sh @@ -3,7 +3,7 @@ # shell.sh -- This function standardizes maintainance tasks for Shell # script files. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Tuneup/Shell/shell_doTopComment.sh b/Scripts/Functions/Tuneup/Shell/shell_doTopComment.sh index 86fb03f..f6f14bc 100755 --- a/Scripts/Functions/Tuneup/Shell/shell_doTopComment.sh +++ b/Scripts/Functions/Tuneup/Shell/shell_doTopComment.sh @@ -3,7 +3,7 @@ # shell_doTopComment.sh -- This function standardizes the top comment # section inside shell scripts (*.sh) using a predefined template. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Tuneup/Svg/svg.sh b/Scripts/Functions/Tuneup/Svg/svg.sh index d3bb352..f12388d 100755 --- a/Scripts/Functions/Tuneup/Svg/svg.sh +++ b/Scripts/Functions/Tuneup/Svg/svg.sh @@ -2,7 +2,7 @@ # # svg.sh -- This function standardizes maintainance of SVG files. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Tuneup/Svg/svg_doMetadata.sh b/Scripts/Functions/Tuneup/Svg/svg_doMetadata.sh index 525a1f7..00b8240 100755 --- a/Scripts/Functions/Tuneup/Svg/svg_doMetadata.sh +++ b/Scripts/Functions/Tuneup/Svg/svg_doMetadata.sh @@ -4,7 +4,7 @@ # scalable vector graphic (SVG) files using default values from The # CentOS Project. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Tuneup/Svg/svg_doVacuumDefs.sh b/Scripts/Functions/Tuneup/Svg/svg_doVacuumDefs.sh index 1a2fa63..3a4ac2f 100755 --- a/Scripts/Functions/Tuneup/Svg/svg_doVacuumDefs.sh +++ b/Scripts/Functions/Tuneup/Svg/svg_doVacuumDefs.sh @@ -3,7 +3,7 @@ # svg_doVacuumDefs.sh -- This function removes all unused items from # the defs section of the SVG file. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Tuneup/Xhtml/xhtml.sh b/Scripts/Functions/Tuneup/Xhtml/xhtml.sh index 8eb3da0..83a7d71 100755 --- a/Scripts/Functions/Tuneup/Xhtml/xhtml.sh +++ b/Scripts/Functions/Tuneup/Xhtml/xhtml.sh @@ -3,7 +3,7 @@ # xhtml.sh -- This function standardizes maintainance tasks of XHTML # files. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Tuneup/Xhtml/xhtml_doToc.sh b/Scripts/Functions/Tuneup/Xhtml/xhtml_doToc.sh index 59027d7..bd6db6c 100755 --- a/Scripts/Functions/Tuneup/Xhtml/xhtml_doToc.sh +++ b/Scripts/Functions/Tuneup/Xhtml/xhtml_doToc.sh @@ -21,7 +21,7 @@ # md5sum output of combining the page location, the head- string and # the heading string. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Tuneup/tuneup.sh b/Scripts/Functions/Tuneup/tuneup.sh index 8efd72b..475aa15 100755 --- a/Scripts/Functions/Tuneup/tuneup.sh +++ b/Scripts/Functions/Tuneup/tuneup.sh @@ -4,7 +4,7 @@ # inside the repository. Maintainance tasks are applied to files using # file extension as reference. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh b/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh index afa24a6..087587f 100755 --- a/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh +++ b/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh @@ -4,7 +4,7 @@ # process for each file extension supported and applies maintainance # tasks file by file for each one of them. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/Tuneup/tuneup_getOptions.sh b/Scripts/Functions/Tuneup/tuneup_getOptions.sh index 0ba443e..38aaf9b 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli.sh b/Scripts/Functions/cli.sh index a7f4c3c..e9f1acb 100755 --- 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_checkFiles.sh b/Scripts/Functions/cli_checkFiles.sh index 7ab9567..56df0bb 100755 --- a/Scripts/Functions/cli_checkFiles.sh +++ b/Scripts/Functions/cli_checkFiles.sh @@ -28,7 +28,7 @@ # is performed to determine whether or not the file exists without # considering the file type just its existence. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_checkPathComponent.sh b/Scripts/Functions/cli_checkPathComponent.sh index 1fba06a..182850a 100755 --- a/Scripts/Functions/cli_checkPathComponent.sh +++ b/Scripts/Functions/cli_checkPathComponent.sh @@ -3,7 +3,7 @@ # cli_checkPathComponent.sh -- This function checks parts/components # from repository paths. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_checkRepoDirSource.sh b/Scripts/Functions/cli_checkRepoDirSource.sh index 79f2464..7090848 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_checkRepoDirTarget.sh b/Scripts/Functions/cli_checkRepoDirTarget.sh index 4f14fe1..b688c12 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_commitRepoChanges.sh b/Scripts/Functions/cli_commitRepoChanges.sh index 8a33905..e3a7dc9 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_expandTMarkers.sh b/Scripts/Functions/cli_expandTMarkers.sh index 16b7505..1bf6c1d 100755 --- a/Scripts/Functions/cli_expandTMarkers.sh +++ b/Scripts/Functions/cli_expandTMarkers.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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_exportFunctions.sh b/Scripts/Functions/cli_exportFunctions.sh index 06c5b8f..2a85602 100755 --- a/Scripts/Functions/cli_exportFunctions.sh +++ b/Scripts/Functions/cli_exportFunctions.sh @@ -3,7 +3,7 @@ # cli_exportFunctions.sh -- This function exports funtionalities to # `centos-art.sh' script execution evironment. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_getConfigLines.sh b/Scripts/Functions/cli_getConfigLines.sh index 81c010d..248d4cf 100755 --- a/Scripts/Functions/cli_getConfigLines.sh +++ b/Scripts/Functions/cli_getConfigLines.sh @@ -5,12 +5,12 @@ # absolute path, the configuration section name, and the configuration # variable name must be provided. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# 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 diff --git a/Scripts/Functions/cli_getConfigValue.sh b/Scripts/Functions/cli_getConfigValue.sh index 24f161e..4b54ec6 100755 --- a/Scripts/Functions/cli_getConfigValue.sh +++ b/Scripts/Functions/cli_getConfigValue.sh @@ -5,12 +5,12 @@ # absolute path, the configuration section name, and the configuration # variable name must be provided. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# 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 diff --git a/Scripts/Functions/cli_getCountryCodes.sh b/Scripts/Functions/cli_getCountryCodes.sh index 470148e..a521486 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_getCountryName.sh b/Scripts/Functions/cli_getCountryName.sh index 91daeab..0db8776 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_getCurrentLocale.sh b/Scripts/Functions/cli_getCurrentLocale.sh index d9d2b58..9181c59 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_getFilesList.sh b/Scripts/Functions/cli_getFilesList.sh index 2364ece..5b9ff22 100755 --- a/Scripts/Functions/cli_getFilesList.sh +++ b/Scripts/Functions/cli_getFilesList.sh @@ -3,7 +3,7 @@ # cli_getFilesList.sh -- This function outputs the list of files to # process. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_getLangCodes.sh b/Scripts/Functions/cli_getLangCodes.sh index 3372e1f..59f7444 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_getLangName.sh b/Scripts/Functions/cli_getLangName.sh index 1324b2e..6d734b2 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_getLocales.sh b/Scripts/Functions/cli_getLocales.sh index 756020c..853efc7 100755 --- a/Scripts/Functions/cli_getLocales.sh +++ b/Scripts/Functions/cli_getLocales.sh @@ -5,7 +5,7 @@ # order to build the final locale list. This function defines which # translation locales are supported inside CentOS Artwork Repository. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_getPathComponent.sh b/Scripts/Functions/cli_getPathComponent.sh index e4db473..e838cf7 100755 --- a/Scripts/Functions/cli_getPathComponent.sh +++ b/Scripts/Functions/cli_getPathComponent.sh @@ -6,7 +6,7 @@ # from paths (e.g., releases, architectures and theme artistic motifs) # or the patterns used to build the paths. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_getRepoName.sh b/Scripts/Functions/cli_getRepoName.sh index 2e2b0d5..4a43eb3 100755 --- a/Scripts/Functions/cli_getRepoName.sh +++ b/Scripts/Functions/cli_getRepoName.sh @@ -7,7 +7,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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_getRepoParallelDirs.sh b/Scripts/Functions/cli_getRepoParallelDirs.sh index c05a8cf..f2d0bc8 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_getRepoStatus.sh b/Scripts/Functions/cli_getRepoStatus.sh index f35ee07..dca042f 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_getRepoTLDir.sh b/Scripts/Functions/cli_getRepoTLDir.sh index 0538071..bc30f2c 100755 --- a/Scripts/Functions/cli_getRepoTLDir.sh +++ b/Scripts/Functions/cli_getRepoTLDir.sh @@ -5,7 +5,7 @@ # either ${CLI_WRKCOPY}/trunk, ${CLI_WRKCOPY}/branches, or # ${CLI_WRKCOPY}/tags. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_getTTFont.sh b/Scripts/Functions/cli_getTTFont.sh index 2a3302a..d6b0cd8 100755 --- a/Scripts/Functions/cli_getTTFont.sh +++ b/Scripts/Functions/cli_getTTFont.sh @@ -9,7 +9,7 @@ # files). If no file is found at this point, an error will be printed # out. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_getTemporalFile.sh b/Scripts/Functions/cli_getTemporalFile.sh index 41e2db0..9322da1 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_isLocalized.sh b/Scripts/Functions/cli_isLocalized.sh index b04b2f7..2d4a4b7 100755 --- a/Scripts/Functions/cli_isLocalized.sh +++ b/Scripts/Functions/cli_isLocalized.sh @@ -5,7 +5,7 @@ # standardize what locations can be localized and what cannot inside # the repository. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_isVersioned.sh b/Scripts/Functions/cli_isVersioned.sh index 19daeb8..a1f7f97 100755 --- a/Scripts/Functions/cli_isVersioned.sh +++ b/Scripts/Functions/cli_isVersioned.sh @@ -5,7 +5,7 @@ # control, this function returns `true'. when the location isn't under # version control, this function returns `false'. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_parseArguments.sh b/Scripts/Functions/cli_parseArguments.sh index 8ece9ac..2adb19b 100755 --- a/Scripts/Functions/cli_parseArguments.sh +++ b/Scripts/Functions/cli_parseArguments.sh @@ -3,7 +3,7 @@ # cli_parseArguments.sh -- This function redefines arguments # (ARGUMENTS) global variable using getopt(1) output. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_parseArgumentsReDef.sh b/Scripts/Functions/cli_parseArgumentsReDef.sh index 094a067..6a6c4c0 100755 --- a/Scripts/Functions/cli_parseArgumentsReDef.sh +++ b/Scripts/Functions/cli_parseArgumentsReDef.sh @@ -4,7 +4,7 @@ # sanitates positional parameters passed to this function and creates # the the list of arguments that getopt will process. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_printActionPreamble.sh b/Scripts/Functions/cli_printActionPreamble.sh index 8d9621a..c8270bc 100755 --- a/Scripts/Functions/cli_printActionPreamble.sh +++ b/Scripts/Functions/cli_printActionPreamble.sh @@ -6,7 +6,7 @@ # etc.) and provide a way for the user to control whether the action # is performed or not. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_printCopyrightInfo.sh b/Scripts/Functions/cli_printCopyrightInfo.sh index cc6bf26..6f4e6e2 100755 --- a/Scripts/Functions/cli_printCopyrightInfo.sh +++ b/Scripts/Functions/cli_printCopyrightInfo.sh @@ -13,7 +13,7 @@ # the same copyright information used by The CentOS Wiki # (http://wiki.centos.org/) as reference. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_printMessage.sh b/Scripts/Functions/cli_printMessage.sh index d12c014..f2c9807 100755 --- a/Scripts/Functions/cli_printMessage.sh +++ b/Scripts/Functions/cli_printMessage.sh @@ -3,7 +3,7 @@ # cli_printMessage.sh -- This function standardizes the way messages # are printed out from centos-art.sh script. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_printUrl.sh b/Scripts/Functions/cli_printUrl.sh index f7234c5..5994d8d 100755 --- a/Scripts/Functions/cli_printUrl.sh +++ b/Scripts/Functions/cli_printUrl.sh @@ -5,7 +5,7 @@ # domain organization of The CentOS Project through its URLs and # provides a way to print them out when needed. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_syncroRepoChanges.sh b/Scripts/Functions/cli_syncroRepoChanges.sh index 41d459b..168ee6b 100755 --- 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_terminateScriptExecution.sh b/Scripts/Functions/cli_terminateScriptExecution.sh index 776e2c5..fd65ab4 100755 --- a/Scripts/Functions/cli_terminateScriptExecution.sh +++ b/Scripts/Functions/cli_terminateScriptExecution.sh @@ -6,7 +6,7 @@ # called when interruption signals like EXIT, SIGHUP, SIGINT and # SIGTERM are detected. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_unsetFunctions.sh b/Scripts/Functions/cli_unsetFunctions.sh index 48fe20d..0977480 100755 --- a/Scripts/Functions/cli_unsetFunctions.sh +++ b/Scripts/Functions/cli_unsetFunctions.sh @@ -3,7 +3,7 @@ # cli_unsetFunctions.sh -- This function unsets funtionalities from # `centos-art.sh' script execution evironment. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Functions/cli_updateRepoChanges.sh b/Scripts/Functions/cli_updateRepoChanges.sh index 4f185e2..78a6ad4 100755 --- 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, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/centos-art.sh b/Scripts/centos-art.sh index b53aeec..4d8e3ec 100755 --- a/Scripts/centos-art.sh +++ b/Scripts/centos-art.sh @@ -2,7 +2,7 @@ # # centos-art.sh -- The CentOS Artwork Repository automation tool. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009, 2010, 2011 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by