From 72c8a5238304c039386fe384a41ca7dd063790e8 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jan 03 2011 14:43:57 +0000 Subject: Update all *.sh script files: - Start using 2009-2011 year range on copyright note. --- diff --git a/Scripts/Bash/Functions/About/about.sh b/Scripts/Bash/Functions/About/about.sh index a5aa5b4..e53a48b 100755 --- a/Scripts/Bash/Functions/About/about.sh +++ b/Scripts/Bash/Functions/About/about.sh @@ -2,7 +2,7 @@ # # license.sh -- This function outputs centos-art.sh license message. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/About/about_getActions.sh b/Scripts/Bash/Functions/About/about_getActions.sh index a7ded4c..62aa151 100755 --- a/Scripts/Bash/Functions/About/about_getActions.sh +++ b/Scripts/Bash/Functions/About/about_getActions.sh @@ -3,7 +3,7 @@ # about_getActions.sh -- This function interpretes arguments passed to # about functionality and calls actions accordingly. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Brand/brandAnaconda.sh b/Scripts/Bash/Functions/Brand/brandAnaconda.sh index cdee40a..785505d 100644 --- a/Scripts/Bash/Functions/Brand/brandAnaconda.sh +++ b/Scripts/Bash/Functions/Brand/brandAnaconda.sh @@ -2,7 +2,7 @@ # # brandAnaconda - Anaconda branding script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Brand/brandFirstboot.sh b/Scripts/Bash/Functions/Brand/brandFirstboot.sh index 98f6e04..5a3462b 100755 --- a/Scripts/Bash/Functions/Brand/brandFirstboot.sh +++ b/Scripts/Bash/Functions/Brand/brandFirstboot.sh @@ -2,7 +2,7 @@ # # brandFirstboot - Firstboot branding script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Html/html.sh b/Scripts/Bash/Functions/Html/html.sh index 52af4fb..6d05238 100755 --- a/Scripts/Bash/Functions/Html/html.sh +++ b/Scripts/Bash/Functions/Html/html.sh @@ -3,7 +3,7 @@ # html.sh -- This function provides very basic HTML manipulations to # help maintain html files inside the repository. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Html/html_getActions.sh b/Scripts/Bash/Functions/Html/html_getActions.sh index a239b67..f55cb86 100755 --- a/Scripts/Bash/Functions/Html/html_getActions.sh +++ b/Scripts/Bash/Functions/Html/html_getActions.sh @@ -3,7 +3,7 @@ # html_getActions.sh -- This function interprets arguments passed to # `html' functionality and calls actions accordingly. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Html/html_updateHeadings.sh b/Scripts/Bash/Functions/Html/html_updateHeadings.sh index 3a48c2a..2009f16 100644 --- a/Scripts/Bash/Functions/Html/html_updateHeadings.sh +++ b/Scripts/Bash/Functions/Html/html_updateHeadings.sh @@ -17,7 +17,7 @@ # heading title or page location changes, the values of and options will change too. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Locale/locale.sh b/Scripts/Bash/Functions/Locale/locale.sh index 31afb0f..4809b23 100644 --- a/Scripts/Bash/Functions/Locale/locale.sh +++ b/Scripts/Bash/Functions/Locale/locale.sh @@ -3,7 +3,7 @@ # locale.sh -- This function provides locale features to centos-art.sh # script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Locale/locale_doMessages.sh b/Scripts/Bash/Functions/Locale/locale_doMessages.sh index ca115a5..78d20fd 100755 --- a/Scripts/Bash/Functions/Locale/locale_doMessages.sh +++ b/Scripts/Bash/Functions/Locale/locale_doMessages.sh @@ -4,7 +4,7 @@ # localization process using gettext commands. All messages inside # centos-art.sh script are written in English language. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Locale/locale_doMessagesStatus.sh b/Scripts/Bash/Functions/Locale/locale_doMessagesStatus.sh index 7600541..281d0d1 100755 --- a/Scripts/Bash/Functions/Locale/locale_doMessagesStatus.sh +++ b/Scripts/Bash/Functions/Locale/locale_doMessagesStatus.sh @@ -5,7 +5,7 @@ # languages the centos-art.sh script is available in, the last # translators and revision dates. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Locale/locale_getActions.sh b/Scripts/Bash/Functions/Locale/locale_getActions.sh index 70d879f..1cea6d2 100644 --- a/Scripts/Bash/Functions/Locale/locale_getActions.sh +++ b/Scripts/Bash/Functions/Locale/locale_getActions.sh @@ -3,7 +3,7 @@ # locale_getActions.sh -- This function interprets arguments passed to # `locale' functionality and calls actions accordingly. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual.sh b/Scripts/Bash/Functions/Manual/manual.sh index 4c38fbc..51b312b 100755 --- a/Scripts/Bash/Functions/Manual/manual.sh +++ b/Scripts/Bash/Functions/Manual/manual.sh @@ -4,7 +4,7 @@ # centos-art.sh script. Here we initialize documentation variables and # call manual_getActions functions. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_checkChapter.sh b/Scripts/Bash/Functions/Manual/manual_checkChapter.sh index 5795624..b6238e4 100755 --- a/Scripts/Bash/Functions/Manual/manual_checkChapter.sh +++ b/Scripts/Bash/Functions/Manual/manual_checkChapter.sh @@ -4,7 +4,7 @@ # it doesn't exist, create it. Inside CentOS Artwork Repository # chapters are the base structure used to organize documentation. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_checkEntry.sh b/Scripts/Bash/Functions/Manual/manual_checkEntry.sh index c51341a..d001fbf 100755 --- a/Scripts/Bash/Functions/Manual/manual_checkEntry.sh +++ b/Scripts/Bash/Functions/Manual/manual_checkEntry.sh @@ -3,7 +3,7 @@ # manual_checkEntry.sh -- This function checks the documentation entry # existence. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_checkLanguageLayout.sh b/Scripts/Bash/Functions/Manual/manual_checkLanguageLayout.sh index b412f73..5025248 100755 --- a/Scripts/Bash/Functions/Manual/manual_checkLanguageLayout.sh +++ b/Scripts/Bash/Functions/Manual/manual_checkLanguageLayout.sh @@ -5,7 +5,7 @@ # Repository. If the language layout doesn't exists inside the # documentation structure, ask the user to create it. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_createEntry.sh b/Scripts/Bash/Functions/Manual/manual_createEntry.sh index 2b7e2b4..610189e 100755 --- a/Scripts/Bash/Functions/Manual/manual_createEntry.sh +++ b/Scripts/Bash/Functions/Manual/manual_createEntry.sh @@ -3,7 +3,7 @@ # manual_createEntry.sh -- This function creates a new documentation # entry based on action value (ACTIONVAL). # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_createLanguageLayout.sh b/Scripts/Bash/Functions/Manual/manual_createLanguageLayout.sh index cce9ef1..8bef14a 100755 --- a/Scripts/Bash/Functions/Manual/manual_createLanguageLayout.sh +++ b/Scripts/Bash/Functions/Manual/manual_createLanguageLayout.sh @@ -3,7 +3,7 @@ # manual_createLanguageLayout.sh -- This function creates texinfo's main # documentation structure for an specific language. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_editEntry.sh b/Scripts/Bash/Functions/Manual/manual_editEntry.sh index ffe178d..247f74c 100755 --- a/Scripts/Bash/Functions/Manual/manual_editEntry.sh +++ b/Scripts/Bash/Functions/Manual/manual_editEntry.sh @@ -3,13 +3,13 @@ # manual_editEntry.sh -- This function edits documentation entry based # on entry pattern. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This 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. -# +# # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU diff --git a/Scripts/Bash/Functions/Manual/manual_getActions.sh b/Scripts/Bash/Functions/Manual/manual_getActions.sh index 01b8d9b..bc856d0 100755 --- a/Scripts/Bash/Functions/Manual/manual_getActions.sh +++ b/Scripts/Bash/Functions/Manual/manual_getActions.sh @@ -3,7 +3,7 @@ # manual_getActions.sh -- This function interpretes arguments passed # to `manual' functionality and calls actions accordingly. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_getEntry.sh b/Scripts/Bash/Functions/Manual/manual_getEntry.sh index 2af6bdc..ad43fcf 100755 --- a/Scripts/Bash/Functions/Manual/manual_getEntry.sh +++ b/Scripts/Bash/Functions/Manual/manual_getEntry.sh @@ -3,7 +3,7 @@ # manual_getEntry.sh -- This function builds a documentation entry based # on action value (ACTIONVAL) variable. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_getNode.sh b/Scripts/Bash/Functions/Manual/manual_getNode.sh index e80b4dc..ca9eaad 100755 --- a/Scripts/Bash/Functions/Manual/manual_getNode.sh +++ b/Scripts/Bash/Functions/Manual/manual_getNode.sh @@ -3,7 +3,7 @@ # manual_getNode.sh -- This function cleans up the action value # (ACTIONVAL) directory to make a node name from it. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_removeCrossReferences.sh b/Scripts/Bash/Functions/Manual/manual_removeCrossReferences.sh index b4adeb2..3ecd998 100755 --- a/Scripts/Bash/Functions/Manual/manual_removeCrossReferences.sh +++ b/Scripts/Bash/Functions/Manual/manual_removeCrossReferences.sh @@ -7,7 +7,7 @@ # to keep cross reference information, inside the documentation # manual, syncronized. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_removeEntry.sh b/Scripts/Bash/Functions/Manual/manual_removeEntry.sh index af818e2..f228e88 100755 --- a/Scripts/Bash/Functions/Manual/manual_removeEntry.sh +++ b/Scripts/Bash/Functions/Manual/manual_removeEntry.sh @@ -3,7 +3,7 @@ # manual_removeEntry.sh -- This function removes a documentation entry # from your working copy documentation structure. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_restoreCrossReferences.sh b/Scripts/Bash/Functions/Manual/manual_restoreCrossReferences.sh index f3bc191..aa267ea 100755 --- a/Scripts/Bash/Functions/Manual/manual_restoreCrossReferences.sh +++ b/Scripts/Bash/Functions/Manual/manual_restoreCrossReferences.sh @@ -11,7 +11,7 @@ # format produced by manual_removeCrossReferences function, in order # to return them back into the link format. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_searchIndex.sh b/Scripts/Bash/Functions/Manual/manual_searchIndex.sh index 6c97652..6e9ef74 100644 --- a/Scripts/Bash/Functions/Manual/manual_searchIndex.sh +++ b/Scripts/Bash/Functions/Manual/manual_searchIndex.sh @@ -3,7 +3,7 @@ # manual_searchIndex.sh -- This function does an index search inside the # info document. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_searchNode.sh b/Scripts/Bash/Functions/Manual/manual_searchNode.sh index f85e8df..a661a31 100755 --- a/Scripts/Bash/Functions/Manual/manual_searchNode.sh +++ b/Scripts/Bash/Functions/Manual/manual_searchNode.sh @@ -3,7 +3,7 @@ # manual_searchNode.sh -- This function does a node search inside the # info document. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_updateChaptersFiles.sh b/Scripts/Bash/Functions/Manual/manual_updateChaptersFiles.sh index 3cf5013..55c942c 100755 --- a/Scripts/Bash/Functions/Manual/manual_updateChaptersFiles.sh +++ b/Scripts/Bash/Functions/Manual/manual_updateChaptersFiles.sh @@ -3,7 +3,7 @@ # manual_updateChaptersFiles.sh -- This function updates chapter related # files. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_updateChaptersMenu.sh b/Scripts/Bash/Functions/Manual/manual_updateChaptersMenu.sh index 34ac8b3..05cd350 100755 --- a/Scripts/Bash/Functions/Manual/manual_updateChaptersMenu.sh +++ b/Scripts/Bash/Functions/Manual/manual_updateChaptersMenu.sh @@ -2,7 +2,7 @@ # # manual_updateChaptersMenu.sh - This function updates chapter menu. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_updateChaptersNodes.sh b/Scripts/Bash/Functions/Manual/manual_updateChaptersNodes.sh index 65489de..a76b18d 100755 --- a/Scripts/Bash/Functions/Manual/manual_updateChaptersNodes.sh +++ b/Scripts/Bash/Functions/Manual/manual_updateChaptersNodes.sh @@ -3,7 +3,7 @@ # manual_updateChaptersNodes.sh - This function updates nodes of # chapters based on menu of chapters. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_updateMenu.sh b/Scripts/Bash/Functions/Manual/manual_updateMenu.sh index 0231aea..836c65a 100755 --- a/Scripts/Bash/Functions/Manual/manual_updateMenu.sh +++ b/Scripts/Bash/Functions/Manual/manual_updateMenu.sh @@ -9,7 +9,7 @@ # argument is passed to this function, the 'update-entry' action is # assumed. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_updateNodes.sh b/Scripts/Bash/Functions/Manual/manual_updateNodes.sh index 9d196ea..e590471 100755 --- a/Scripts/Bash/Functions/Manual/manual_updateNodes.sh +++ b/Scripts/Bash/Functions/Manual/manual_updateNodes.sh @@ -3,7 +3,7 @@ # manual_updateNodes.sh -- This function updates chapter's nodes # definition using the chapter's menu as reference. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_updateOutputFileHtml.sh b/Scripts/Bash/Functions/Manual/manual_updateOutputFileHtml.sh index ed5e4f6..193448d 100755 --- a/Scripts/Bash/Functions/Manual/manual_updateOutputFileHtml.sh +++ b/Scripts/Bash/Functions/Manual/manual_updateOutputFileHtml.sh @@ -3,7 +3,7 @@ # manual_updateOutputFileHtml.sh -- This function updates manuals' html # related output files. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_updateOutputFileInfo.sh b/Scripts/Bash/Functions/Manual/manual_updateOutputFileInfo.sh index 053bb9c..91e4991 100755 --- a/Scripts/Bash/Functions/Manual/manual_updateOutputFileInfo.sh +++ b/Scripts/Bash/Functions/Manual/manual_updateOutputFileInfo.sh @@ -3,7 +3,7 @@ # manual_updateOutputFileInfo.sh -- This function updates manual's info # output related file. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_updateOutputFilePdf.sh b/Scripts/Bash/Functions/Manual/manual_updateOutputFilePdf.sh index 3f81adf..0725bf5 100755 --- a/Scripts/Bash/Functions/Manual/manual_updateOutputFilePdf.sh +++ b/Scripts/Bash/Functions/Manual/manual_updateOutputFilePdf.sh @@ -3,7 +3,7 @@ # manual_updateOutputFilePdf.sh -- This function updates manuals' pdf # related output file. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_updateOutputFilePlaintext.sh b/Scripts/Bash/Functions/Manual/manual_updateOutputFilePlaintext.sh index 74a5506..35558d2 100755 --- a/Scripts/Bash/Functions/Manual/manual_updateOutputFilePlaintext.sh +++ b/Scripts/Bash/Functions/Manual/manual_updateOutputFilePlaintext.sh @@ -3,7 +3,7 @@ # manual_updateOutputFilePlaintext.sh -- This function updates manuals' # plaintext related output file. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_updateOutputFiles.sh b/Scripts/Bash/Functions/Manual/manual_updateOutputFiles.sh index c4d5403..5077f4a 100755 --- a/Scripts/Bash/Functions/Manual/manual_updateOutputFiles.sh +++ b/Scripts/Bash/Functions/Manual/manual_updateOutputFiles.sh @@ -3,7 +3,7 @@ # manual_updateOutputFiles.sh -- This function updates manuals' related # output files. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Manual/manual_updateTexinfoStructure.sh b/Scripts/Bash/Functions/Manual/manual_updateTexinfoStructure.sh index 0a78600..2779e02 100755 --- a/Scripts/Bash/Functions/Manual/manual_updateTexinfoStructure.sh +++ b/Scripts/Bash/Functions/Manual/manual_updateTexinfoStructure.sh @@ -5,7 +5,7 @@ # function is useful to keep documentation structure syncronized with # repository directory structure. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Path/path.sh b/Scripts/Bash/Functions/Path/path.sh index 183625d..4ca8fff 100755 --- a/Scripts/Bash/Functions/Path/path.sh +++ b/Scripts/Bash/Functions/Path/path.sh @@ -3,7 +3,7 @@ # path.sh -- This function provides file manipulations to aliviate # maintain of paths inside the repository. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Path/path_doCopy.sh b/Scripts/Bash/Functions/Path/path_doCopy.sh index e5fb6ca..581e3cd 100755 --- a/Scripts/Bash/Functions/Path/path_doCopy.sh +++ b/Scripts/Bash/Functions/Path/path_doCopy.sh @@ -3,12 +3,12 @@ # path_doCopy.sh -- This function duplicates files inside the working # copy using subversion commands. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # -# This 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. +# This 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. # # 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/Bash/Functions/Path/path_getActions.sh b/Scripts/Bash/Functions/Path/path_getActions.sh index 42ab140..7fdcaa8 100755 --- a/Scripts/Bash/Functions/Path/path_getActions.sh +++ b/Scripts/Bash/Functions/Path/path_getActions.sh @@ -3,12 +3,12 @@ # path_getActions.sh -- This function interpretes arguments passed to # `path' functionality and calls actions accordingly. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # -# This 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. +# This 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. # # 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/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh index 69a543b..be55de8 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines brands pre-rendering # configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Fonts/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Fonts/render.conf.sh index 3ebef16..75c0ef7 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Fonts/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Fonts/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines fonts pre-rendering # configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Models/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Models/render.conf.sh index a5b4c66..9710d14 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Models/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Models/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines models pre-rendering # configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Release/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Release/render.conf.sh index ddbad72..82cdce3 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Release/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Release/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines release pre-rendering # configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Backgrounds/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Backgrounds/render.conf.sh index b8afa7c..4feebbf 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Backgrounds/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Backgrounds/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines themes backgrounds # pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Concept/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Concept/render.conf.sh index 8e0379b..c69ab44 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Concept/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Concept/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines theme info # pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Header/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Header/render.conf.sh index dc05fdd..3205657 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Header/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Header/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines Anaconda header # pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/render.conf.sh index 99bf905..62c5b7a 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines Anaconda progress # pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Prompt/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Prompt/render.conf.sh index 7c530ac..849f448 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Prompt/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Prompt/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines Anaconda prompt # (syslinux)'s pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Splash/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Splash/render.conf.sh index ddadd32..42bb166 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Splash/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Splash/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines Anaconda splash # pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/Firstboot/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/Firstboot/render.conf.sh index 98924cc..db68166 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/Firstboot/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/Firstboot/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines firstboot # pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GDM/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GDM/render.conf.sh index 4931973..fb4c3b3 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GDM/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GDM/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines GNOME display manager # (GDM) pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GRUB/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GRUB/render.conf.sh index 32e6fbe..2b7ea02 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GRUB/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GRUB/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines GRUB pre-rendering # configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GSplash/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GSplash/render.conf.sh index cb350cc..4d24829 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GSplash/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GSplash/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines GSplash pre-rendering # configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KDM/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KDM/render.conf.sh index 58c3340..061613c 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KDM/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KDM/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines KDE display manager # (KDM) pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KSplash/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KSplash/render.conf.sh index 180502a..a201015 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KSplash/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KSplash/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines KSplash pre-rendering # configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/RHGB/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/RHGB/render.conf.sh index 7930ce3..b919f8f 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/RHGB/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/RHGB/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines graphical boot (RHGB) # pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Desktop/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Desktop/render.conf.sh index 3481c43..5d90fe5 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Desktop/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Desktop/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines desktop pre-rendering # configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/brand.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/brand.sh index 9169781..46e9edf 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/brand.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/brand.sh @@ -2,7 +2,7 @@ # # CentOS distribution branding script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-icon-themes.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-icon-themes.sh index ed73d51..443bf47 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-icon-themes.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-icon-themes.sh @@ -5,7 +5,7 @@ # root) if you want to see how CentOS Icons, inside CentOS Artwork # Repository, look in your system. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-logos.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-logos.sh index 566c07c..f6bca6d 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-logos.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-logos.sh @@ -5,7 +5,7 @@ # root) if you want to see how CentOS Icons, inside CentOS Artwork # Repository, look in your system. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-symbols.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-symbols.sh index 6e4da9e..6fd6996 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-symbols.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-symbols.sh @@ -5,7 +5,7 @@ # root) if you want to see how CentOS Symbols inside CentOS Artwork # Repository look in your system. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Clothes/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Clothes/render.conf.sh index 17b7fba..2bd2c28 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Clothes/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Clothes/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines clothes promotion # pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Releases/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Releases/render.conf.sh index b04b444..ffd88d7 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Releases/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Releases/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines release promotion # pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Media/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Media/render.conf.sh index 7d4f5f7..92f7547 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Media/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Media/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines installation media # promotion pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh index 677e132..80806d9 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines posters promotion # pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/render.conf.sh index 951ee83..d1e6113 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines stationery promotion # pre-rendering configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Widgets/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Widgets/render.conf.sh index 7e3b2b2..629c30a 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Widgets/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Widgets/render.conf.sh @@ -3,7 +3,7 @@ # render_loadConfig.sh -- This function defines widgets pre-rendering # configuration script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/Config/Translations/Identity/Brands/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Translations/Identity/Brands/render.conf.sh index 524036d..5694317 100755 --- a/Scripts/Bash/Functions/Render/Config/Translations/Identity/Brands/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Translations/Identity/Brands/render.conf.sh @@ -69,7 +69,7 @@ # translation files that renderImage needs, in order to produce CentOS # Brand images in different dimensions and colors. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render.sh b/Scripts/Bash/Functions/Render/render.sh index 85e1a33..4625067 100644 --- a/Scripts/Bash/Functions/Render/render.sh +++ b/Scripts/Bash/Functions/Render/render.sh @@ -4,7 +4,7 @@ # centos-art.sh script. Here we initialize rendering variables and # call render_getActions functions. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_checkConfig.sh b/Scripts/Bash/Functions/Render/render_checkConfig.sh index e0db42b..96b4e2d 100755 --- a/Scripts/Bash/Functions/Render/render_checkConfig.sh +++ b/Scripts/Bash/Functions/Render/render_checkConfig.sh @@ -3,7 +3,7 @@ # render_checkConfig.sh -- This function checks/validates variables # passed from artwork-specific pre-rendering configuration files. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_doIdentity.sh b/Scripts/Bash/Functions/Render/render_doIdentity.sh index 9850fbe..4282807 100755 --- a/Scripts/Bash/Functions/Render/render_doIdentity.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentity.sh @@ -3,7 +3,7 @@ # render_doIdentity.sh -- This function initiates rendering features # taking BASEACTIONS as reference. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_doIdentityGroupByType.sh b/Scripts/Bash/Functions/Render/render_doIdentityGroupByType.sh index b71761a..c913706 100755 --- a/Scripts/Bash/Functions/Render/render_doIdentityGroupByType.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityGroupByType.sh @@ -43,7 +43,7 @@ # be specified. Otherwise png files will not be grouped inside a png # directory. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImageBrands.sh b/Scripts/Bash/Functions/Render/render_doIdentityImageBrands.sh index 4bc7ba7..21a4c60 100644 --- a/Scripts/Bash/Functions/Render/render_doIdentityImageBrands.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityImageBrands.sh @@ -3,7 +3,7 @@ # render_doIdentityImageBrands.sh -- This function provides # post-rendering actions to produce CentOS brands. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImageDm.sh b/Scripts/Bash/Functions/Render/render_doIdentityImageDm.sh index 45a7eee..68b550e 100755 --- a/Scripts/Bash/Functions/Render/render_doIdentityImageDm.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityImageDm.sh @@ -24,7 +24,7 @@ # ACTIONS[0]='BASE:renderImage' # ACTIONS[1]='LAST:renderDm:GNOME:2048x1536 1360x768 3271x1227' # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImageFormats.sh b/Scripts/Bash/Functions/Render/render_doIdentityImageFormats.sh index 6bcec9c..b4653ff 100644 --- a/Scripts/Bash/Functions/Render/render_doIdentityImageFormats.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityImageFormats.sh @@ -6,7 +6,7 @@ # manipulation tool set to convert the base PNG image to as many # formats as ImageMagick supports. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImageGrub.sh b/Scripts/Bash/Functions/Render/render_doIdentityImageGrub.sh index aebdc28..dad170d 100644 --- a/Scripts/Bash/Functions/Render/render_doIdentityImageGrub.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityImageGrub.sh @@ -3,7 +3,7 @@ # render_doIdentityImageGrub.sh -- This function provides # post-rendering action used to produce GRUB images. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImageKsplash.sh b/Scripts/Bash/Functions/Render/render_doIdentityImageKsplash.sh index 48d6535..d7e937c 100755 --- a/Scripts/Bash/Functions/Render/render_doIdentityImageKsplash.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityImageKsplash.sh @@ -4,7 +4,7 @@ # KSplash Preview.png image. Use this function as last-rendering # function to KSplash base-rendering. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImageSyslinux.sh b/Scripts/Bash/Functions/Render/render_doIdentityImageSyslinux.sh index 63a8e14..94d0c44 100755 --- a/Scripts/Bash/Functions/Render/render_doIdentityImageSyslinux.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityImageSyslinux.sh @@ -3,7 +3,7 @@ # render_doIdentityImageSyslinux.sh -- This function provides # post-rendering action used to produce syslinux images. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImages.sh b/Scripts/Bash/Functions/Render/render_doIdentityImages.sh index 4f77825..bde4ad6 100644 --- a/Scripts/Bash/Functions/Render/render_doIdentityImages.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityImages.sh @@ -3,7 +3,7 @@ # render_doIdentityImages.sh -- This function renders image-based # identity contents. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_doIdentityTextFormats.sh b/Scripts/Bash/Functions/Render/render_doIdentityTextFormats.sh index ae179cc..9f48ef8 100644 --- a/Scripts/Bash/Functions/Render/render_doIdentityTextFormats.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityTextFormats.sh @@ -3,7 +3,7 @@ # render_doIdentityTextFormats.sh -- This function gives format to # text files. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_doIdentityTexts.sh b/Scripts/Bash/Functions/Render/render_doIdentityTexts.sh index da10214..2f3c58a 100644 --- a/Scripts/Bash/Functions/Render/render_doIdentityTexts.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityTexts.sh @@ -3,7 +3,7 @@ # render_doIdentityTexts.sh -- This function renders text-based # identity contents. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_doTranslationMarkers.sh b/Scripts/Bash/Functions/Render/render_doTranslationMarkers.sh index 0eeac03..b6086d2 100755 --- a/Scripts/Bash/Functions/Render/render_doTranslationMarkers.sh +++ b/Scripts/Bash/Functions/Render/render_doTranslationMarkers.sh @@ -6,7 +6,7 @@ # creation and before final file creation). Raplacements are applied # to temporal instances used to produced the final file. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_getActions.sh b/Scripts/Bash/Functions/Render/render_getActions.sh index 30cab21..ccfdd95 100644 --- a/Scripts/Bash/Functions/Render/render_getActions.sh +++ b/Scripts/Bash/Functions/Render/render_getActions.sh @@ -3,7 +3,7 @@ # render_getActions.sh -- This function interprets arguments passed to # render functionality and calls actions accordingly. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_getActionsIdentity.sh b/Scripts/Bash/Functions/Render/render_getActionsIdentity.sh index 7eacb4a..0e1f669 100755 --- a/Scripts/Bash/Functions/Render/render_getActionsIdentity.sh +++ b/Scripts/Bash/Functions/Render/render_getActionsIdentity.sh @@ -6,7 +6,7 @@ # initialization and execution is based on the absolute path # convenction defined by ARTCONF variable. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_getActionsTranslations.sh b/Scripts/Bash/Functions/Render/render_getActionsTranslations.sh index 3e8abb7..95dc096 100755 --- a/Scripts/Bash/Functions/Render/render_getActionsTranslations.sh +++ b/Scripts/Bash/Functions/Render/render_getActionsTranslations.sh @@ -4,7 +4,7 @@ # templates and produces the release-specific translation structures # needed by renderImage function. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_getConfOption.sh b/Scripts/Bash/Functions/Render/render_getConfOption.sh index d9c3cfc..196c5dc 100755 --- a/Scripts/Bash/Functions/Render/render_getConfOption.sh +++ b/Scripts/Bash/Functions/Render/render_getConfOption.sh @@ -31,7 +31,7 @@ # string) and passed the modified action string to another # function for processing. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_getFilesList.sh b/Scripts/Bash/Functions/Render/render_getFilesList.sh index ba9870f..3b1ddfb 100644 --- a/Scripts/Bash/Functions/Render/render_getFilesList.sh +++ b/Scripts/Bash/Functions/Render/render_getFilesList.sh @@ -4,7 +4,7 @@ # that will be rendered using matching list and translation path # information as reference. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_getIdentityDefs.sh b/Scripts/Bash/Functions/Render/render_getIdentityDefs.sh index d7e1eaf..1c50c21 100644 --- a/Scripts/Bash/Functions/Render/render_getIdentityDefs.sh +++ b/Scripts/Bash/Functions/Render/render_getIdentityDefs.sh @@ -4,7 +4,7 @@ # re-definition for all rendering features inside centos-art.sh # script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_getIdentityOutputDir.sh b/Scripts/Bash/Functions/Render/render_getIdentityOutputDir.sh index 8232add..aace947 100644 --- a/Scripts/Bash/Functions/Render/render_getIdentityOutputDir.sh +++ b/Scripts/Bash/Functions/Render/render_getIdentityOutputDir.sh @@ -3,7 +3,7 @@ # render_getIdentityOutputDir.sh -- This function re-defines final # output directory used to store rendered identity artworks. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_getIdentityTemplateDir.sh b/Scripts/Bash/Functions/Render/render_getIdentityTemplateDir.sh index 0045406..363285f 100644 --- a/Scripts/Bash/Functions/Render/render_getIdentityTemplateDir.sh +++ b/Scripts/Bash/Functions/Render/render_getIdentityTemplateDir.sh @@ -3,7 +3,7 @@ # render_getIdentityTemplateDir.sh -- This function re-defines absolute # path to artwork's related design templates directory. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Render/render_getIdentityTranslationDir.sh b/Scripts/Bash/Functions/Render/render_getIdentityTranslationDir.sh index 08593e7..e1c3f8b 100644 --- a/Scripts/Bash/Functions/Render/render_getIdentityTranslationDir.sh +++ b/Scripts/Bash/Functions/Render/render_getIdentityTranslationDir.sh @@ -5,7 +5,7 @@ # is at least one translation file inside it. Otherwise consider # artwork's translation entry as empty. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Svg/svg.sh b/Scripts/Bash/Functions/Svg/svg.sh index 1fb487e..ff833eb 100755 --- a/Scripts/Bash/Functions/Svg/svg.sh +++ b/Scripts/Bash/Functions/Svg/svg.sh @@ -3,7 +3,7 @@ # svg.sh -- This function provides very basic SVG manipulations to # help you to maintain svg files inside the repository. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Svg/svg_getActions.sh b/Scripts/Bash/Functions/Svg/svg_getActions.sh index 67b0ae0..66a007d 100755 --- a/Scripts/Bash/Functions/Svg/svg_getActions.sh +++ b/Scripts/Bash/Functions/Svg/svg_getActions.sh @@ -3,7 +3,7 @@ # svg_getActions.sh -- This function interpretes arguments passed to # `svg' functionality and calls actions accordingly. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Svg/svg_updateMetadata.sh b/Scripts/Bash/Functions/Svg/svg_updateMetadata.sh index d982c21..2e34a41 100755 --- a/Scripts/Bash/Functions/Svg/svg_updateMetadata.sh +++ b/Scripts/Bash/Functions/Svg/svg_updateMetadata.sh @@ -6,7 +6,7 @@ # centos-art.sh script uses autogenerated values as default ---when # possible--- taking as reference SVG file path. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Svg/svg_vacuumDefs.sh b/Scripts/Bash/Functions/Svg/svg_vacuumDefs.sh index 364febf..66d6928 100755 --- a/Scripts/Bash/Functions/Svg/svg_vacuumDefs.sh +++ b/Scripts/Bash/Functions/Svg/svg_vacuumDefs.sh @@ -3,7 +3,7 @@ # svg_vacuumDefs.sh -- This function removes all unused items from the # defs section of the SVG file massively. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Verify/verify.sh b/Scripts/Bash/Functions/Verify/verify.sh index ef6fd65..7517a18 100755 --- a/Scripts/Bash/Functions/Verify/verify.sh +++ b/Scripts/Bash/Functions/Verify/verify.sh @@ -3,7 +3,7 @@ # verify.sh -- This function verifies your workstation for using # centos-art.sh script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Verify/verify_doEnvironment.sh b/Scripts/Bash/Functions/Verify/verify_doEnvironment.sh index 43d1677..ed8991d 100755 --- a/Scripts/Bash/Functions/Verify/verify_doEnvironment.sh +++ b/Scripts/Bash/Functions/Verify/verify_doEnvironment.sh @@ -3,7 +3,7 @@ # verify_doEnvironment.sh -- This function outputs a brief description # of environment variables used by `centos-art.sh' script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Verify/verify_doLinkCheck.sh b/Scripts/Bash/Functions/Verify/verify_doLinkCheck.sh index 9b2a2fe..0d9232d 100755 --- a/Scripts/Bash/Functions/Verify/verify_doLinkCheck.sh +++ b/Scripts/Bash/Functions/Verify/verify_doLinkCheck.sh @@ -5,7 +5,7 @@ # between link names and their targets (previously defined in # verify_doLinks.sh function). # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Verify/verify_doLinkInstall.sh b/Scripts/Bash/Functions/Verify/verify_doLinkInstall.sh index 1c4f979..0ba5496 100755 --- a/Scripts/Bash/Functions/Verify/verify_doLinkInstall.sh +++ b/Scripts/Bash/Functions/Verify/verify_doLinkInstall.sh @@ -3,7 +3,7 @@ # verify_doLinkInstall.sh -- This function receives a list of missing # links and installs them using `ln'. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Verify/verify_doLinkReport.sh b/Scripts/Bash/Functions/Verify/verify_doLinkReport.sh index bfd551c..fcd8869 100755 --- a/Scripts/Bash/Functions/Verify/verify_doLinkReport.sh +++ b/Scripts/Bash/Functions/Verify/verify_doLinkReport.sh @@ -4,7 +4,7 @@ # missing links that need to be installed and a confirmation question # for users to accept the installation action. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Verify/verify_doLinks.sh b/Scripts/Bash/Functions/Verify/verify_doLinks.sh index fcdf6fa..e36ec15 100755 --- a/Scripts/Bash/Functions/Verify/verify_doLinks.sh +++ b/Scripts/Bash/Functions/Verify/verify_doLinks.sh @@ -6,7 +6,7 @@ # to confirm their installation. When installing links, the # `centos-art.sh' script uses the `ln' command to achieve the task. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Verify/verify_doPackageCheck.sh b/Scripts/Bash/Functions/Verify/verify_doPackageCheck.sh index 0087a0a..2fc5299 100755 --- a/Scripts/Bash/Functions/Verify/verify_doPackageCheck.sh +++ b/Scripts/Bash/Functions/Verify/verify_doPackageCheck.sh @@ -4,7 +4,7 @@ # packages and verifies if they are currently installed in your # system. Third party package verification is also done here. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Verify/verify_doPackageInstall.sh b/Scripts/Bash/Functions/Verify/verify_doPackageInstall.sh index a7fe84e..2b2809b 100755 --- a/Scripts/Bash/Functions/Verify/verify_doPackageInstall.sh +++ b/Scripts/Bash/Functions/Verify/verify_doPackageInstall.sh @@ -3,7 +3,7 @@ # verify_doPackageInstall.sh -- This function receives a list of # missing packages and installs them using sudo yum. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Verify/verify_doPackageReport.sh b/Scripts/Bash/Functions/Verify/verify_doPackageReport.sh index 2683ca1..330fe5c 100755 --- a/Scripts/Bash/Functions/Verify/verify_doPackageReport.sh +++ b/Scripts/Bash/Functions/Verify/verify_doPackageReport.sh @@ -4,7 +4,7 @@ # missing packages and another list of packages from third party # repository that were marked as missing packages. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Verify/verify_doPackages.sh b/Scripts/Bash/Functions/Verify/verify_doPackages.sh index ab53c7a..8f0a30f 100644 --- a/Scripts/Bash/Functions/Verify/verify_doPackages.sh +++ b/Scripts/Bash/Functions/Verify/verify_doPackages.sh @@ -7,7 +7,7 @@ # the `centos-art.sh' script uses the yum application in order to # achieve the task. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Verify/verify_getActions.sh b/Scripts/Bash/Functions/Verify/verify_getActions.sh index ea4218e..3e114c5 100755 --- a/Scripts/Bash/Functions/Verify/verify_getActions.sh +++ b/Scripts/Bash/Functions/Verify/verify_getActions.sh @@ -3,7 +3,7 @@ # verify_getActions.sh -- This function interpretes arguments passed # to `verify' functionality and calls actions accordingly. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Verify/verify_pathToCli.sh b/Scripts/Bash/Functions/Verify/verify_pathToCli.sh index e8c88f0..947d90c 100755 --- a/Scripts/Bash/Functions/Verify/verify_pathToCli.sh +++ b/Scripts/Bash/Functions/Verify/verify_pathToCli.sh @@ -2,7 +2,7 @@ # # verify_pathToCli.sh -- This function # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Verify/verify_pathToFonts.sh b/Scripts/Bash/Functions/Verify/verify_pathToFonts.sh index c63f537..5790016 100644 --- a/Scripts/Bash/Functions/Verify/verify_pathToFonts.sh +++ b/Scripts/Bash/Functions/Verify/verify_pathToFonts.sh @@ -6,7 +6,7 @@ # come with CentOS distribution so create a symbolic link (from the # one we have inside repository) to make it available if it isn't yet. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/Verify/verify_pathToInkscape.sh b/Scripts/Bash/Functions/Verify/verify_pathToInkscape.sh index b59a1c4..2da59c0 100755 --- a/Scripts/Bash/Functions/Verify/verify_pathToInkscape.sh +++ b/Scripts/Bash/Functions/Verify/verify_pathToInkscape.sh @@ -4,7 +4,7 @@ # ~/.inkscape configurations directory to use CentOS defaults (e.g., # palettes, patterns, etc). # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli.sh b/Scripts/Bash/Functions/cli.sh index 2d61528..d4eb5b1 100644 --- a/Scripts/Bash/Functions/cli.sh +++ b/Scripts/Bash/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 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_checkFiles.sh b/Scripts/Bash/Functions/cli_checkFiles.sh index 05f5be9..fae4e55 100644 --- a/Scripts/Bash/Functions/cli_checkFiles.sh +++ b/Scripts/Bash/Functions/cli_checkFiles.sh @@ -9,7 +9,7 @@ # # cli_checkFiles FILE [TYPE] # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_checkRepoDirSource.sh b/Scripts/Bash/Functions/cli_checkRepoDirSource.sh index 9310130..baa08af 100755 --- a/Scripts/Bash/Functions/cli_checkRepoDirSource.sh +++ b/Scripts/Bash/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 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_checkRepoDirTarget.sh b/Scripts/Bash/Functions/cli_checkRepoDirTarget.sh index bca4382..1c310f4 100755 --- a/Scripts/Bash/Functions/cli_checkRepoDirTarget.sh +++ b/Scripts/Bash/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 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_commitRepoChanges.sh b/Scripts/Bash/Functions/cli_commitRepoChanges.sh index 5de0ea5..0be1a26 100755 --- a/Scripts/Bash/Functions/cli_commitRepoChanges.sh +++ b/Scripts/Bash/Functions/cli_commitRepoChanges.sh @@ -6,7 +6,7 @@ # whatever function that makes changes to files inside the working # copy. It is better to commit small changes than long ones. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_doParseArguments.sh b/Scripts/Bash/Functions/cli_doParseArguments.sh index 8c1a1e3..58bb600 100755 --- a/Scripts/Bash/Functions/cli_doParseArguments.sh +++ b/Scripts/Bash/Functions/cli_doParseArguments.sh @@ -3,7 +3,7 @@ # cli_doParseArguments.sh -- This function redefines arguments # (ARGUMENTS) global variable using getopt(1) output. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_doParseArgumentsReDef.sh b/Scripts/Bash/Functions/cli_doParseArgumentsReDef.sh index 4b3d471..0e26a51 100755 --- a/Scripts/Bash/Functions/cli_doParseArgumentsReDef.sh +++ b/Scripts/Bash/Functions/cli_doParseArgumentsReDef.sh @@ -3,7 +3,7 @@ # cli_doParseArgumentsReDef.sh -- This function initiates/reset # positional parameters based on `$@' variable. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_getCountryCodes.sh b/Scripts/Bash/Functions/cli_getCountryCodes.sh index 246cb5e..ab4023c 100755 --- a/Scripts/Bash/Functions/cli_getCountryCodes.sh +++ b/Scripts/Bash/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 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_getCountryName.sh b/Scripts/Bash/Functions/cli_getCountryName.sh index 2330469..e652848 100755 --- a/Scripts/Bash/Functions/cli_getCountryName.sh +++ b/Scripts/Bash/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 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_getCurrentLocale.sh b/Scripts/Bash/Functions/cli_getCurrentLocale.sh index 899753b..53abd4a 100755 --- a/Scripts/Bash/Functions/cli_getCurrentLocale.sh +++ b/Scripts/Bash/Functions/cli_getCurrentLocale.sh @@ -5,7 +5,7 @@ # specific. For example, if the locale 'en_GB' is the current one, it # should be used instead of just 'en'. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_getFilesList.sh b/Scripts/Bash/Functions/cli_getFilesList.sh index 7d36caa..a3d4e6f 100755 --- a/Scripts/Bash/Functions/cli_getFilesList.sh +++ b/Scripts/Bash/Functions/cli_getFilesList.sh @@ -3,7 +3,7 @@ # cli_getFilesList.sh -- This function defines the list of FILES to # process. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_getFunctions.sh b/Scripts/Bash/Functions/cli_getFunctions.sh index 819baef..6d91253 100644 --- a/Scripts/Bash/Functions/cli_getFunctions.sh +++ b/Scripts/Bash/Functions/cli_getFunctions.sh @@ -3,7 +3,7 @@ # cli_getFunctions.sh -- This function loads funtionalities supported by # centos-art.sh script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_getLangCodes.sh b/Scripts/Bash/Functions/cli_getLangCodes.sh index 2a1e37e..9ba80fe 100755 --- a/Scripts/Bash/Functions/cli_getLangCodes.sh +++ b/Scripts/Bash/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 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_getLangName.sh b/Scripts/Bash/Functions/cli_getLangName.sh index ec78435..2e16170 100755 --- a/Scripts/Bash/Functions/cli_getLangName.sh +++ b/Scripts/Bash/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 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_getLocales.sh b/Scripts/Bash/Functions/cli_getLocales.sh index 177a58a..3c70fe5 100755 --- a/Scripts/Bash/Functions/cli_getLocales.sh +++ b/Scripts/Bash/Functions/cli_getLocales.sh @@ -5,7 +5,7 @@ # to build the final locale list. This function defines which # translation locales are supported inside CentOS Artwork Repository. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_getRepoDirParallel.sh b/Scripts/Bash/Functions/cli_getRepoDirParallel.sh index 419162b..ba9d7ef 100755 --- a/Scripts/Bash/Functions/cli_getRepoDirParallel.sh +++ b/Scripts/Bash/Functions/cli_getRepoDirParallel.sh @@ -4,12 +4,12 @@ # directory of path passed through action value variable. This # function implements the parallel directory conceptual idea. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # -# This 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. +# This 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. # # 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/Bash/Functions/cli_getRepoName.sh b/Scripts/Bash/Functions/cli_getRepoName.sh index 4dd793f..9e14f2c 100755 --- a/Scripts/Bash/Functions/cli_getRepoName.sh +++ b/Scripts/Bash/Functions/cli_getRepoName.sh @@ -6,7 +6,7 @@ # in upper case. Use this function to sanitate the name of regular # files and directories you work with. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_getRepoStatus.sh b/Scripts/Bash/Functions/cli_getRepoStatus.sh index 24494a2..f678738 100755 --- a/Scripts/Bash/Functions/cli_getRepoStatus.sh +++ b/Scripts/Bash/Functions/cli_getRepoStatus.sh @@ -6,7 +6,7 @@ # specified. Use this function to perform verifications based a # repository LOCATION status. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_getRepoTLDir.sh b/Scripts/Bash/Functions/cli_getRepoTLDir.sh index da1b338..0acdcb2 100755 --- a/Scripts/Bash/Functions/cli_getRepoTLDir.sh +++ b/Scripts/Bash/Functions/cli_getRepoTLDir.sh @@ -5,7 +5,7 @@ # /home/centos/artwork/trunk, /home/centos/artwork/branches, or # /home/centos/artwork/tags. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_getTemporalFile.sh b/Scripts/Bash/Functions/cli_getTemporalFile.sh index 4ad3f30..9566881 100755 --- a/Scripts/Bash/Functions/cli_getTemporalFile.sh +++ b/Scripts/Bash/Functions/cli_getTemporalFile.sh @@ -4,7 +4,7 @@ # temporal file. Use this function whenever you need to create # temporal files inside centos-art.sh script. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_getThemeName.sh b/Scripts/Bash/Functions/cli_getThemeName.sh index 496ba31..bc55eb4 100755 --- a/Scripts/Bash/Functions/cli_getThemeName.sh +++ b/Scripts/Bash/Functions/cli_getThemeName.sh @@ -5,7 +5,7 @@ # theme name from it. If theme name is found on absolute path, this # function returns an empty string. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Functions/cli_printMessage.sh b/Scripts/Bash/Functions/cli_printMessage.sh index 117e7a7..072f0b8 100755 --- a/Scripts/Bash/Functions/cli_printMessage.sh +++ b/Scripts/Bash/Functions/cli_printMessage.sh @@ -8,7 +8,7 @@ # $1 --> The message you want to output. # $2 --> The message format. # -# Copyright (C) 2009, 2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/Styles/renameFile.sh b/Scripts/Bash/Styles/renameFile.sh index fc7cce1..91d0dfe 100755 --- a/Scripts/Bash/Styles/renameFile.sh +++ b/Scripts/Bash/Styles/renameFile.sh @@ -3,7 +3,7 @@ # renameFiles.sh -- Rename files names, inside svn repository, # massively. # -# Copyright (C) 2009-2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/Scripts/Bash/centos-art.sh b/Scripts/Bash/centos-art.sh index 966caf6..67c9d0c 100755 --- a/Scripts/Bash/centos-art.sh +++ b/Scripts/Bash/centos-art.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# centos-art.sh -- The CentOS Artwork Repository command line util. +# centos-art.sh -- The CentOS Artwork Repository automation tool. # # This is the first script that centos-art command initiates. This # script contains a serie of desition about which configuration script @@ -8,12 +8,12 @@ # absolute path from which the command centos-art was initially called # is used as reference. # -# Copyright (C) 2009-2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # -# This 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. +# This 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. # # 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/Bash/initEnvironment.sh b/Scripts/Bash/initEnvironment.sh index c7b7919..0bffc8e 100755 --- a/Scripts/Bash/initEnvironment.sh +++ b/Scripts/Bash/initEnvironment.sh @@ -3,12 +3,12 @@ # initFunctions.sh -- Initializes environment variables and functions # used by centos-art.sh scripts. # -# Copyright (C) 2009-2010 Alain Reguera Delgado +# Copyright (C) 2009-2011 Alain Reguera Delgado # -# This 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. +# This 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. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of