diff --git a/Scripts/Bash/Functions/Html/html.sh b/Scripts/Bash/Functions/Html/html.sh index 6d05238..201ad4d 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-2011 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 b543ae0..ed4236a 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-2011 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 3a85949..698181b 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-2011 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 4809b23..d7d72d5 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-2011 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 78d20fd..ddb8958 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-2011 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 281d0d1..7ab522f 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-2011 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 1cea6d2..6b9586a 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-2011 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 51b312b..536b13d 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-2011 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 b6238e4..6e60275 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-2011 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 d001fbf..b851aef 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-2011 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 5025248..5f3f60e 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-2011 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 610189e..0f61198 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-2011 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 8bef14a..6a4da17 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-2011 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 247f74c..7bc2e81 100755 --- a/Scripts/Bash/Functions/Manual/manual_editEntry.sh +++ b/Scripts/Bash/Functions/Manual/manual_editEntry.sh @@ -3,7 +3,7 @@ # manual_editEntry.sh -- This function edits documentation entry based # on entry pattern. # -# Copyright (C) 2009-2011 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_getActions.sh b/Scripts/Bash/Functions/Manual/manual_getActions.sh index bc856d0..3f3640f 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-2011 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 ad43fcf..b90bfe8 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-2011 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 ca9eaad..487ece5 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-2011 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 3ecd998..8fcafc0 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-2011 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 c84c61a..2733f09 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-2011 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 aa267ea..11b8ed1 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-2011 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 6e9ef74..812529f 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-2011 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 a661a31..d7269ed 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-2011 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 55c942c..a0fe763 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-2011 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 05cd350..ed8095c 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-2011 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 a76b18d..146718d 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-2011 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 836c65a..e9766c0 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-2011 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 e590471..b1891de 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-2011 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 193448d..5c84f29 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-2011 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 91e4991..2e3f57e 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-2011 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 0725bf5..8b0a78a 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-2011 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 35558d2..6adae1f 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-2011 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 5077f4a..92bd6d2 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-2011 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 2779e02..3331531 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-2011 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/Brands/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh index be55de8..443eb22 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-2011 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 75c0ef7..6132fde 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-2011 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 9710d14..ed48d7c 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-2011 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 82cdce3..a6de72f 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-2011 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 4feebbf..edac659 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-2011 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 c69ab44..610aa59 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-2011 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 3205657..2ac0bcc 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-2011 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 62c5b7a..0cb73a7 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-2011 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 849f448..cec6846 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-2011 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 42bb166..f49c462 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-2011 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 db68166..5eb094d 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-2011 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 fb4c3b3..9b73fde 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-2011 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 2b7ea02..060d128 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-2011 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 4d24829..b0275c3 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-2011 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 061613c..2273fff 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-2011 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 a201015..d8163d4 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-2011 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 b919f8f..52cd748 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-2011 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 5d90fe5..0bfdd90 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-2011 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 46e9edf..f523688 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-2011 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 443bf47..2783312 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-2011 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 f6bca6d..ef01fa4 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-2011 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 6fd6996..15e1d6c 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-2011 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 2bd2c28..459ef39 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-2011 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 ffd88d7..b8b68b6 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-2011 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 92f7547..069099d 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-2011 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 80806d9..7608527 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-2011 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 d1e6113..38b0c3a 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-2011 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 629c30a..de19720 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-2011 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 5694317..b8310dc 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-2011 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 4625067..f8d1e24 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-2011 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 96b4e2d..36e84ba 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-2011 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 4282807..1ff63b1 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-2011 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 c913706..3eda60c 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-2011 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 21a4c60..491db74 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-2011 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 68b550e..2d56c43 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-2011 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 b4653ff..f6ef3e4 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-2011 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 dad170d..a83e904 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-2011 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 d7e937c..c7d8c78 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-2011 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 94d0c44..c3fc44f 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-2011 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 bde4ad6..82dba0c 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-2011 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 9f48ef8..e94dc14 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-2011 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 2f3c58a..90ef9e6 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-2011 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 b6086d2..8eccac8 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-2011 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 ccfdd95..ed3c40a 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-2011 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 0e1f669..85eafc9 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-2011 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 95dc096..1a25e93 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-2011 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 196c5dc..484a7b6 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-2011 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 3b1ddfb..a731ce7 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-2011 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 1c50c21..a7ed35a 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-2011 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 aace947..500073e 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-2011 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 363285f..f786e0c 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-2011 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 e1c3f8b..85b334d 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-2011 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/Shell/Config/tpl_forCopyright.sed b/Scripts/Bash/Functions/Shell/Config/tpl_forCopyright.sed index 982db9c..5bd9c87 100644 --- a/Scripts/Bash/Functions/Shell/Config/tpl_forCopyright.sed +++ b/Scripts/Bash/Functions/Shell/Config/tpl_forCopyright.sed @@ -6,7 +6,7 @@ # $Id$ # --------------------------------------------------- /^# +Copyright .*$/a\ -# Copyright (C) =YEAR1=-=YEAR2= =FULLNAME=\ +# Copyright (C) =YEAR1=-=YEAR2= =FULLNAME=\ # \ # 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/Shell/shell.sh b/Scripts/Bash/Functions/Shell/shell.sh index bd3323c..3771800 100755 --- a/Scripts/Bash/Functions/Shell/shell.sh +++ b/Scripts/Bash/Functions/Shell/shell.sh @@ -3,7 +3,7 @@ # shell.sh -- This function provides very basic string manipulations # to help you maintain Bash scripts inside repository. # -# Copyright (C) 2009-2011 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/Shell/shell_getActions.sh b/Scripts/Bash/Functions/Shell/shell_getActions.sh index a2584cb..f979956 100755 --- a/Scripts/Bash/Functions/Shell/shell_getActions.sh +++ b/Scripts/Bash/Functions/Shell/shell_getActions.sh @@ -3,7 +3,7 @@ # shell_getActions.sh -- This function interpretes arguments passed to # `shell' functionality and calls actions accordingly. # -# Copyright (C) 2009-2011 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/Shell/shell_updateCopyright.sh b/Scripts/Bash/Functions/Shell/shell_updateCopyright.sh index 7578e3a..46b631b 100755 --- a/Scripts/Bash/Functions/Shell/shell_updateCopyright.sh +++ b/Scripts/Bash/Functions/Shell/shell_updateCopyright.sh @@ -5,7 +5,7 @@ # templates available. Use this function to maintain shell scripts top # comments inside repository. # -# Copyright (C) 2009-2011 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 ff833eb..de12065 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-2011 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 66a007d..806fc84 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-2011 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 2e34a41..1f1389e 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-2011 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 66d6928..bd177b7 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-2011 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 7517a18..0265eae 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-2011 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 ed8991d..dcbdf69 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-2011 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 0d9232d..32088aa 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-2011 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 0ba5496..e5fd2cc 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-2011 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 fcd8869..a47255e 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-2011 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 e36ec15..646377c 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-2011 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 2fc5299..1b675e5 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-2011 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 2b2809b..da0d5e6 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-2011 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 330fe5c..bb84ea6 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-2011 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 8f0a30f..6854305 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-2011 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 3e114c5..3741eeb 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-2011 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 947d90c..ad35b8e 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-2011 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 5790016..90c1a23 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-2011 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 2da59c0..69d5932 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-2011 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