From e6bbbf3d8d41ad0ceff3e64837ea07839f084964 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 29 2013 15:09:30 +0000 Subject: Update copyright year used by centos-art.sh script. - Previously we were using a list of years separated by commans (e.g., 2009, 2010, 2011, etc.). In this commit, we start using a range of years instead. The list could take very long and occupy more than one line. --- diff --git a/Scripts/Bash/Functions/Commons/cli.sh b/Scripts/Bash/Functions/Commons/cli.sh index 9332bbe..9d9a17d 100755 --- a/Scripts/Bash/Functions/Commons/cli.sh +++ b/Scripts/Bash/Functions/Commons/cli.sh @@ -5,7 +5,7 @@ # accesible by all other functions. The cli function is the first # script executed by centos-art.sh, onces executed in a terminal. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_checkFiles.sh b/Scripts/Bash/Functions/Commons/cli_checkFiles.sh index 24bbec4..3c65ed4 100755 --- a/Scripts/Bash/Functions/Commons/cli_checkFiles.sh +++ b/Scripts/Bash/Functions/Commons/cli_checkFiles.sh @@ -8,7 +8,7 @@ # point, an error message is output and centos-art.sh script finishes # its execution. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_checkRepoDirSource.sh b/Scripts/Bash/Functions/Commons/cli_checkRepoDirSource.sh index d48dbc6..cb7fd87 100755 --- a/Scripts/Bash/Functions/Commons/cli_checkRepoDirSource.sh +++ b/Scripts/Bash/Functions/Commons/cli_checkRepoDirSource.sh @@ -18,7 +18,7 @@ # arguments passed to centos-art.sh script command-line will always # point to directories inside the working copy. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_expandTMarkers.sh b/Scripts/Bash/Functions/Commons/cli_expandTMarkers.sh index d3b71f7..d8b6806 100755 --- a/Scripts/Bash/Functions/Commons/cli_expandTMarkers.sh +++ b/Scripts/Bash/Functions/Commons/cli_expandTMarkers.sh @@ -6,7 +6,7 @@ # Svg, etc.) and expanded inside temporal instances used to produce # final contents. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_exportFunctions.sh b/Scripts/Bash/Functions/Commons/cli_exportFunctions.sh index 7f11ca2..1af3c72 100755 --- a/Scripts/Bash/Functions/Commons/cli_exportFunctions.sh +++ b/Scripts/Bash/Functions/Commons/cli_exportFunctions.sh @@ -4,7 +4,7 @@ # specific functionalities are exported to centos-art.sh script # environment. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_getConfigLines.sh b/Scripts/Bash/Functions/Commons/cli_getConfigLines.sh index a1ab8ea..2d9b636 100755 --- a/Scripts/Bash/Functions/Commons/cli_getConfigLines.sh +++ b/Scripts/Bash/Functions/Commons/cli_getConfigLines.sh @@ -5,7 +5,7 @@ # arguments, the configuration file absolute path, the configuration # section name, and the configuration option name must be provided. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_getConfigSectionNames.sh b/Scripts/Bash/Functions/Commons/cli_getConfigSectionNames.sh index b9bfa05..a280736 100755 --- a/Scripts/Bash/Functions/Commons/cli_getConfigSectionNames.sh +++ b/Scripts/Bash/Functions/Commons/cli_getConfigSectionNames.sh @@ -5,7 +5,7 @@ # names are retrieved they are printed to standard output for further # processing. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_getConfigValue.sh b/Scripts/Bash/Functions/Commons/cli_getConfigValue.sh index 7798cd3..7d494ee 100755 --- a/Scripts/Bash/Functions/Commons/cli_getConfigValue.sh +++ b/Scripts/Bash/Functions/Commons/cli_getConfigValue.sh @@ -5,7 +5,7 @@ # configuration file absolute path, the configuration section name, and the # configuration option name must be provided. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_getFilesList.sh b/Scripts/Bash/Functions/Commons/cli_getFilesList.sh index f95ba3d..8a6e42b 100755 --- a/Scripts/Bash/Functions/Commons/cli_getFilesList.sh +++ b/Scripts/Bash/Functions/Commons/cli_getFilesList.sh @@ -5,7 +5,7 @@ # sorted and unique list of files based on the options and locations # passed as argument. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_getPathComponent.sh b/Scripts/Bash/Functions/Commons/cli_getPathComponent.sh index 9f48933..4a60059 100755 --- a/Scripts/Bash/Functions/Commons/cli_getPathComponent.sh +++ b/Scripts/Bash/Functions/Commons/cli_getPathComponent.sh @@ -6,7 +6,7 @@ # information from paths (e.g., releases, architectures and theme # artistic motifs) or the patterns used to build the paths. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_getRepoName.sh b/Scripts/Bash/Functions/Commons/cli_getRepoName.sh index cc5381b..3680252 100755 --- a/Scripts/Bash/Functions/Commons/cli_getRepoName.sh +++ b/Scripts/Bash/Functions/Commons/cli_getRepoName.sh @@ -7,7 +7,7 @@ # function to sanitate the name of regular files and directories on # paths you work with. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_getTemporalFile.sh b/Scripts/Bash/Functions/Commons/cli_getTemporalFile.sh index c65b05f..73849ce 100755 --- a/Scripts/Bash/Functions/Commons/cli_getTemporalFile.sh +++ b/Scripts/Bash/Functions/Commons/cli_getTemporalFile.sh @@ -4,7 +4,7 @@ # you need to use to create temporal files. Use this function whenever # you need to create temporal files inside centos-art.sh script. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_parseArguments.sh b/Scripts/Bash/Functions/Commons/cli_parseArguments.sh index fd6a6a8..d583ac6 100755 --- a/Scripts/Bash/Functions/Commons/cli_parseArguments.sh +++ b/Scripts/Bash/Functions/Commons/cli_parseArguments.sh @@ -3,7 +3,7 @@ # cli_parseArguments.sh -- This function redefines arguments # (ARGUMENTS) global variable using getopt(1) output. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_parseArgumentsReDef.sh b/Scripts/Bash/Functions/Commons/cli_parseArgumentsReDef.sh index 9292473..6cb7f77 100755 --- a/Scripts/Bash/Functions/Commons/cli_parseArgumentsReDef.sh +++ b/Scripts/Bash/Functions/Commons/cli_parseArgumentsReDef.sh @@ -4,7 +4,7 @@ # sanitizes positional parameters passed to this function and creates # the list of arguments that getopt will process. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_printCopyrightInfo.sh b/Scripts/Bash/Functions/Commons/cli_printCopyrightInfo.sh index 32ebf8c..078bc05 100755 --- a/Scripts/Bash/Functions/Commons/cli_printCopyrightInfo.sh +++ b/Scripts/Bash/Functions/Commons/cli_printCopyrightInfo.sh @@ -14,7 +14,7 @@ # So, in that sake, I'll assume the same copyright information used by # The CentOS Wiki (http://wiki.centos.org/) as reference. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_printMailingList.sh b/Scripts/Bash/Functions/Commons/cli_printMailingList.sh index e8e5085..b6053d7 100755 --- a/Scripts/Bash/Functions/Commons/cli_printMailingList.sh +++ b/Scripts/Bash/Functions/Commons/cli_printMailingList.sh @@ -4,7 +4,7 @@ # list addresses are printed on content produced by centos-art.sh # script. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_printMessage.sh b/Scripts/Bash/Functions/Commons/cli_printMessage.sh index 40a6cfa..3333872 100755 --- a/Scripts/Bash/Functions/Commons/cli_printMessage.sh +++ b/Scripts/Bash/Functions/Commons/cli_printMessage.sh @@ -3,7 +3,7 @@ # cli_printMessage.sh -- This function standardizes the way messages # are printed by centos-art.sh script. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_printUrl.sh b/Scripts/Bash/Functions/Commons/cli_printUrl.sh index c96a380..2a6ce80 100755 --- a/Scripts/Bash/Functions/Commons/cli_printUrl.sh +++ b/Scripts/Bash/Functions/Commons/cli_printUrl.sh @@ -5,7 +5,7 @@ # domain organization of The CentOS Project through its URLs and # provides a way to print them out when needed. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_runFnEnvironment.sh b/Scripts/Bash/Functions/Commons/cli_runFnEnvironment.sh index 7bc53a0..5b9641d 100755 --- a/Scripts/Bash/Functions/Commons/cli_runFnEnvironment.sh +++ b/Scripts/Bash/Functions/Commons/cli_runFnEnvironment.sh @@ -5,7 +5,7 @@ # somehow own interface is to control the parent script flow based on # specific function environments exit status. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_synchronizeRepoChanges.sh b/Scripts/Bash/Functions/Commons/cli_synchronizeRepoChanges.sh index d23d2f0..5bfb877 100755 --- a/Scripts/Bash/Functions/Commons/cli_synchronizeRepoChanges.sh +++ b/Scripts/Bash/Functions/Commons/cli_synchronizeRepoChanges.sh @@ -5,7 +5,7 @@ # repository. This function is an interface to the Svn functionality # of the centos-art.sh script. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_terminateScriptExecution.sh b/Scripts/Bash/Functions/Commons/cli_terminateScriptExecution.sh index 1ed0b73..cf855ed 100755 --- a/Scripts/Bash/Functions/Commons/cli_terminateScriptExecution.sh +++ b/Scripts/Bash/Functions/Commons/cli_terminateScriptExecution.sh @@ -6,7 +6,7 @@ # called when interruption signals like EXIT, SIGHUP, SIGINT and # SIGTERM are detected. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Commons/cli_unsetFunctions.sh b/Scripts/Bash/Functions/Commons/cli_unsetFunctions.sh index d7a1194..8a31dff 100755 --- a/Scripts/Bash/Functions/Commons/cli_unsetFunctions.sh +++ b/Scripts/Bash/Functions/Commons/cli_unsetFunctions.sh @@ -3,7 +3,7 @@ # cli_unsetFunctions.sh -- This function unsets functionalities from # `centos-art.sh' script execution environment. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo.sh index fe04c04..8e5951f 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo.sh @@ -5,7 +5,7 @@ # manuals written in Texinfo format, inside the working copy of The # CentOS Artwork Repository. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_checkEntrySrcDst.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_checkEntrySrcDst.sh index 76ea460..3bb829d 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_checkEntrySrcDst.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_checkEntrySrcDst.sh @@ -4,7 +4,7 @@ # verification actions of source and target locations for tasks like # copying and renaming. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntry.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntry.sh index 53169ba..8bedf1e 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntry.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntry.sh @@ -5,7 +5,7 @@ # duplicates manuals, chapters inside manuals, and sections inside # chapters. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryChapter.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryChapter.sh index fa45632..191be20 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryChapter.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryChapter.sh @@ -3,7 +3,7 @@ # texinfo_copyEntryChapter.sh -- This function standardizes chapter # duplication inside manuals written in texinfo format. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryManual.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryManual.sh index 80aa5f1..423b4b9 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryManual.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryManual.sh @@ -3,7 +3,7 @@ # texinfo_copyEntryChapter.sh -- This function standardizes # duplication of manuals written in texinfo format. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntrySection.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntrySection.sh index e4b6473..1698dcc 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntrySection.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntrySection.sh @@ -3,7 +3,7 @@ # texinfo_copyEntrySection.sh -- This function standardizes section # duplication inside manuals written in texinfo format. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_createChapter.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_createChapter.sh index fbfff77..66cb08e 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_createChapter.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_createChapter.sh @@ -3,7 +3,7 @@ # texinfo_createChapter.sh -- This function standardizes chapter # creation insdie the manual structure. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructure.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructure.sh index cee18db..6338aa3 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructure.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructure.sh @@ -4,7 +4,7 @@ # documentation structure of a manual using the current language as # reference. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructureChapters.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructureChapters.sh index 14a7de8..8356255 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructureChapters.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructureChapters.sh @@ -4,7 +4,7 @@ # chapter documentation structure of a manual, using the current # language and template files as reference. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteCrossReferences.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteCrossReferences.sh index 8617734..0793e56 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteCrossReferences.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteCrossReferences.sh @@ -7,7 +7,7 @@ # to keep cross reference information, inside the documentation # manual, synchronized. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntry.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntry.sh index 3d6fac3..b700804 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntry.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntry.sh @@ -3,7 +3,7 @@ # texinfo_deleteEntry.sh -- This function removes a documentation # manuals, chapters or sections from the working copy. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntryChapter.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntryChapter.sh index c712a31..6cc2350 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntryChapter.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntryChapter.sh @@ -3,7 +3,7 @@ # texinfo_deleteEntryChapter.sh -- This function standardizes chapter # deletion inside the manual structure. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntryManual.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntryManual.sh index 6028966..84d2bad 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntryManual.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntryManual.sh @@ -3,7 +3,7 @@ # texinfo_deleteEntryManual.sh -- This function standardized manual # deletion inside the working copy. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh index bc71600..cc96ba4 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh @@ -3,7 +3,7 @@ # texinfo_deleteEntrySection.sh -- This function standardized section # deletion inside the manual structure. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_editEntry.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_editEntry.sh index a377d66..6acce79 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_editEntry.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_editEntry.sh @@ -3,7 +3,7 @@ # texinfo_editEntry.sh -- This function implements the edition flow of # documentation entries inside the working copy. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntry.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntry.sh index 775dbc6..00b2f97 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntry.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntry.sh @@ -3,7 +3,7 @@ # texinfo_getEntry.sh -- This function builds a documentation entry # based on location specified as first positional parameter. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryIndex.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryIndex.sh index abefcea..cc93ce4 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryIndex.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryIndex.sh @@ -3,7 +3,7 @@ # texinfo_getEntryTitle.sh -- This function standardizes the way # values for chapter and section index definitions are printed out. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryNode.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryNode.sh index 2dd7532..801061b 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryNode.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryNode.sh @@ -3,7 +3,7 @@ # texinfo_getEntryNode.sh -- This function cleans up the action value # (ACTIONVAL) directory to make a node name from it. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryTitle.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryTitle.sh index 9056db1..ce305c3 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryTitle.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_getEntryTitle.sh @@ -3,7 +3,7 @@ # texinfo_getEntryTitle.sh -- This function standardizes the way entry # titles for chapters and sections are printed out. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_makeSeeAlso.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_makeSeeAlso.sh index ac5ced4..346527d 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_makeSeeAlso.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_makeSeeAlso.sh @@ -12,7 +12,7 @@ # In this construction, the TYPE variable can be either `itemize', # `enumerate' or `menu'. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameCrossReferences.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameCrossReferences.sh index 815b303..597ae59 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameCrossReferences.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameCrossReferences.sh @@ -4,7 +4,7 @@ # nodes and cross references related to chapters and sections that # have been renamed previously. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntry.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntry.sh index 6f77744..a626922 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntry.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntry.sh @@ -3,7 +3,7 @@ # texinfo_renameEntry.sh -- This function standardizes renaming tasks # related to manual, chapters and sections inside the working copy. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryChapter.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryChapter.sh index 9d74028..18cf697 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryChapter.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryChapter.sh @@ -4,7 +4,7 @@ # tasks related to manual chapters inside documentation manuals # written in texinfo format. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryManual.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryManual.sh index 46aff8b..ce9d8a1 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryManual.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryManual.sh @@ -4,7 +4,7 @@ # tasks related to documenation manuals written in texinfo format # inside the working copy. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntrySection.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntrySection.sh index 6e0fc8d..771929a 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntrySection.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntrySection.sh @@ -4,7 +4,7 @@ # tasks related to chapter sections inside documentation manuals # written in texinfo format. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_restoreCrossReferences.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_restoreCrossReferences.sh index 29b0794..e7389c0 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_restoreCrossReferences.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_restoreCrossReferences.sh @@ -11,7 +11,7 @@ # message format produced by texinfo_deleteCrossReferences # function, in order to return them back into the link format. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_searchIndex.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_searchIndex.sh index e421f24..9e62307 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_searchIndex.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_searchIndex.sh @@ -3,7 +3,7 @@ # texinfo_searchIndex.sh -- This function does an index search inside the # info document. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_searchNode.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_searchNode.sh index 7eaa407..a22749a 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_searchNode.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_searchNode.sh @@ -4,7 +4,7 @@ # entry provided to `centos-art.sh' script command-line into a node # and tries to read it from the manual's `.info' output file. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateChapterMenu.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateChapterMenu.sh index 42f1371..b9d5433 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateChapterMenu.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateChapterMenu.sh @@ -2,7 +2,7 @@ # # texinfo_updateChapterMenu.sh -- This function updates chapter menu. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateChapterNodes.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateChapterNodes.sh index cc7724b..f82b0b4 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateChapterNodes.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateChapterNodes.sh @@ -3,7 +3,7 @@ # texinfo_updateChapterNodes.sh -- This function updates nodes of # chapters based on menu of chapters. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateLicenseLink.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateLicenseLink.sh index 8b617a9..7c8dbe2 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateLicenseLink.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateLicenseLink.sh @@ -7,7 +7,7 @@ # not to have it duplicated so we can centralize such information for # all documentation manuals. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileDocbook.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileDocbook.sh index e205483..2937ad6 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileDocbook.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileDocbook.sh @@ -3,7 +3,7 @@ # texinfo_updateOutputFileDocbook.sh -- This function exports # documentation manual to DocBook format. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileInfo.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileInfo.sh index 5886419..9a462fe 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileInfo.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileInfo.sh @@ -3,7 +3,7 @@ # texinfo_updateOutputFileInfo.sh -- This function exports # documentation manual to info format. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFilePdf.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFilePdf.sh index ea2bc1b..c93c6f5 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFilePdf.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFilePdf.sh @@ -3,7 +3,7 @@ # texinfo_updateOutputFilePdf.sh -- This function exports documentation # manual to PDF format. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFilePlaintext.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFilePlaintext.sh index 233017b..4d753b8 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFilePlaintext.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFilePlaintext.sh @@ -3,7 +3,7 @@ # texinfo_updateOutputFilePlaintext.sh -- This function exports # documentation manual to plain-text format. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileXhtml.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileXhtml.sh index 8eba2cc..05acbf3 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileXhtml.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileXhtml.sh @@ -3,7 +3,7 @@ # texinfo_updateOutputFileXhtml.sh -- This function exports # documentation manual to HTML format. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileXml.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileXml.sh index e1e9eb3..4a60c3f 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileXml.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileXml.sh @@ -3,7 +3,7 @@ # texinfo_updateOutputFileXml.sh -- This function exports documentation # manual to XML format. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFiles.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFiles.sh index 24c62ad..bee6979 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFiles.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFiles.sh @@ -3,7 +3,7 @@ # texinfo_updateOutputFiles.sh -- This function exports documentation # manual to different output formats. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionMenu.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionMenu.sh index ed44a57..03c9315 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionMenu.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionMenu.sh @@ -9,7 +9,7 @@ # If no argument is passed to this function, the '--add-entry' action # is assumed. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh index 67932ea..58d4c30 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh @@ -4,7 +4,7 @@ # nodes definition files using section's menu definition file both # inside the same chapter. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateStructureSection.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateStructureSection.sh index e87b3c8..b9bd1d6 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateStructureSection.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateStructureSection.sh @@ -5,7 +5,7 @@ # manual's base directory and updates menu, nodes and cross references # definitions for them all, one at a time. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/help.sh b/Scripts/Bash/Functions/Help/help.sh index 3f62e0c..1d7df06 100755 --- a/Scripts/Bash/Functions/Help/help.sh +++ b/Scripts/Bash/Functions/Help/help.sh @@ -4,7 +4,7 @@ # centos-art.sh script to perform documentation tasks through # different documentation formats. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/help_getEntries.sh b/Scripts/Bash/Functions/Help/help_getEntries.sh index 14d800c..56e1a92 100755 --- a/Scripts/Bash/Functions/Help/help_getEntries.sh +++ b/Scripts/Bash/Functions/Help/help_getEntries.sh @@ -4,7 +4,7 @@ # arguments passed to `help' functionality through the command-line # and redefines array variables related to documentation entries. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Help/help_getOptions.sh b/Scripts/Bash/Functions/Help/help_getOptions.sh index a5882ca..0ac28ec 100755 --- a/Scripts/Bash/Functions/Help/help_getOptions.sh +++ b/Scripts/Bash/Functions/Help/help_getOptions.sh @@ -4,7 +4,7 @@ # passed to `help' functionality through the command-line and defines # action names accordingly. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale.sh b/Scripts/Bash/Functions/Locale/locale.sh index 8741f66..2c2cb48 100755 --- a/Scripts/Bash/Functions/Locale/locale.sh +++ b/Scripts/Bash/Functions/Locale/locale.sh @@ -3,7 +3,7 @@ # locale.sh -- This function provides internationalization features # for centos-art.sh script through GNU gettext standard processes. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_combineLicenseMessages.sh b/Scripts/Bash/Functions/Locale/locale_combineLicenseMessages.sh index 29c3c4c..b9569da 100755 --- a/Scripts/Bash/Functions/Locale/locale_combineLicenseMessages.sh +++ b/Scripts/Bash/Functions/Locale/locale_combineLicenseMessages.sh @@ -3,7 +3,7 @@ # locale_combineLicenseMessages.sh -- This function combines template # messages with license messages. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_deleteMessages.sh b/Scripts/Bash/Functions/Locale/locale_deleteMessages.sh index 959ad20..6956257 100755 --- a/Scripts/Bash/Functions/Locale/locale_deleteMessages.sh +++ b/Scripts/Bash/Functions/Locale/locale_deleteMessages.sh @@ -4,7 +4,7 @@ # localization directory from the working copy in conjunction with all # portable objects and machine objects inside it. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_editMessages.sh b/Scripts/Bash/Functions/Locale/locale_editMessages.sh index e1287df..07fc2d7 100755 --- a/Scripts/Bash/Functions/Locale/locale_editMessages.sh +++ b/Scripts/Bash/Functions/Locale/locale_editMessages.sh @@ -3,7 +3,7 @@ # locale_editMessages.sh -- This function edits portable objects (.po) # using default text editor. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_getCountryName.sh b/Scripts/Bash/Functions/Locale/locale_getCountryName.sh index a4d62c7..874ae24 100755 --- a/Scripts/Bash/Functions/Locale/locale_getCountryName.sh +++ b/Scripts/Bash/Functions/Locale/locale_getCountryName.sh @@ -3,7 +3,7 @@ # locale_getLanguageName.sh -- This function takes the environment # country code as reference and outputs the related country name. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_getLanguageName.sh b/Scripts/Bash/Functions/Locale/locale_getLanguageName.sh index 840ce19..9872fab 100755 --- a/Scripts/Bash/Functions/Locale/locale_getLanguageName.sh +++ b/Scripts/Bash/Functions/Locale/locale_getLanguageName.sh @@ -3,7 +3,7 @@ # locale_getLanguageName.sh -- This function takes the environment # language code as reference and outputs the related language name. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_getOptions.sh b/Scripts/Bash/Functions/Locale/locale_getOptions.sh index 5cd53b1..10a6ffa 100755 --- a/Scripts/Bash/Functions/Locale/locale_getOptions.sh +++ b/Scripts/Bash/Functions/Locale/locale_getOptions.sh @@ -4,7 +4,7 @@ # passed to `locale' functionality and defines action names # accordingly. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_isLocalizable.sh b/Scripts/Bash/Functions/Locale/locale_isLocalizable.sh index f86312e..885e1e3 100755 --- a/Scripts/Bash/Functions/Locale/locale_isLocalizable.sh +++ b/Scripts/Bash/Functions/Locale/locale_isLocalizable.sh @@ -6,7 +6,7 @@ # the repository. This function returns 0 when the path is localize # able and 1 when it is not. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_prepareWorkingDirectory.sh b/Scripts/Bash/Functions/Locale/locale_prepareWorkingDirectory.sh index ac2c184..8cf6065 100755 --- a/Scripts/Bash/Functions/Locale/locale_prepareWorkingDirectory.sh +++ b/Scripts/Bash/Functions/Locale/locale_prepareWorkingDirectory.sh @@ -3,7 +3,7 @@ # locale_prepareWorkingDirectory.sh -- This function prepares the # working directory where translation files should be stored. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh b/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh index f494f0b..e206361 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh @@ -3,7 +3,7 @@ # locale_updateMessageBinary.sh -- This function creates/updates # machine objects (.mo) from portable objects (.po). # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_updateMessageMetadata.sh b/Scripts/Bash/Functions/Locale/locale_updateMessageMetadata.sh index 7d6895f..1306be1 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessageMetadata.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessageMetadata.sh @@ -5,7 +5,7 @@ # Later, replacement of common translation markers is applied to set # the final information. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_updateMessagePObjects.sh b/Scripts/Bash/Functions/Locale/locale_updateMessagePObjects.sh index 9d548a8..d2e9aa0 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessagePObjects.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessagePObjects.sh @@ -6,7 +6,7 @@ # template is used as source to merge changes inside the portable # object. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_updateMessageShell.sh b/Scripts/Bash/Functions/Locale/locale_updateMessageShell.sh index 9666579..e379a96 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessageShell.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessageShell.sh @@ -5,7 +5,7 @@ # order to creates/updates both the portable object template (.pot) # and the portable object (.po) related. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_updateMessageXml.sh b/Scripts/Bash/Functions/Locale/locale_updateMessageXml.sh index 8c37142..81dfe19 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessageXml.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessageXml.sh @@ -4,7 +4,7 @@ # (e.g., scalable vector graphics), retrieves translatable strings and # creates/update gettext portable objects. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_updateMessageXmlDocbook.sh b/Scripts/Bash/Functions/Locale/locale_updateMessageXmlDocbook.sh index 92cbe1b..4d73176 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessageXmlDocbook.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessageXmlDocbook.sh @@ -4,7 +4,7 @@ # translation messages from Docbook files and creates related portable # object template for them. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Locale/locale_updateMessages.sh b/Scripts/Bash/Functions/Locale/locale_updateMessages.sh index 88f4171..1f7abf2 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessages.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessages.sh @@ -7,7 +7,7 @@ # portable objects (.po) in order to be optionally converted as # machine objects (.mo). # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Prepare/prepare.sh b/Scripts/Bash/Functions/Prepare/prepare.sh index cd1e199..b185750 100755 --- a/Scripts/Bash/Functions/Prepare/prepare.sh +++ b/Scripts/Bash/Functions/Prepare/prepare.sh @@ -5,7 +5,7 @@ # stuff needed by your workstation, once the working copy of The # CentOS Artwork Repository has been downloaded in it. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Prepare/prepare_getEnvars.sh b/Scripts/Bash/Functions/Prepare/prepare_getEnvars.sh index e036df1..345bd34 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_getEnvars.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_getEnvars.sh @@ -3,7 +3,7 @@ # prepare_getEnvars.sh -- This function outputs a brief description of # relevant environment variables used by `centos-art.sh' script. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Prepare/prepare_getLinkName.sh b/Scripts/Bash/Functions/Prepare/prepare_getLinkName.sh index 94f089a..e14dbbf 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_getLinkName.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_getLinkName.sh @@ -14,7 +14,7 @@ # # the result will be: `corporate-symbol.gbr'. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Prepare/prepare_getOptions.sh b/Scripts/Bash/Functions/Prepare/prepare_getOptions.sh index dcada92..e6f67b0 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_getOptions.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_getOptions.sh @@ -5,7 +5,7 @@ # command-line is the `prepare' word. To parse options, this function # makes use of getopt program. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Prepare/prepare_seeEnvironment.sh b/Scripts/Bash/Functions/Prepare/prepare_seeEnvironment.sh index 0f9dec4..b0d98cf 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_seeEnvironment.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_seeEnvironment.sh @@ -3,7 +3,7 @@ # prepare_seeEnvironment.sh -- This function outputs a brief description of # relevant environment variables used by `centos-art.sh' script. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Prepare/prepare_updateEnvironment.sh b/Scripts/Bash/Functions/Prepare/prepare_updateEnvironment.sh index 1648b46..9128015 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_updateEnvironment.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_updateEnvironment.sh @@ -6,7 +6,7 @@ # are already set in the `bash_profile.conf' template file we use as # reference to create the `~/.bash_profile' file. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Prepare/prepare_updateImages.sh b/Scripts/Bash/Functions/Prepare/prepare_updateImages.sh index e5c24cd..6b5b030 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_updateImages.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_updateImages.sh @@ -6,7 +6,7 @@ # working copy. This step is required in order to satisfy dependencies # from different components inside the working copy. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Prepare/prepare_updateLinks.sh b/Scripts/Bash/Functions/Prepare/prepare_updateLinks.sh index 17c2634..70a18fb 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_updateLinks.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_updateLinks.sh @@ -8,7 +8,7 @@ # and fonts available inside applications like GIMP, so you can make # use of them without loosing version control over them. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Prepare/prepare_updateLocales.sh b/Scripts/Bash/Functions/Prepare/prepare_updateLocales.sh index a47cee3..bb66e22 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_updateLocales.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_updateLocales.sh @@ -6,7 +6,7 @@ # really does is a call to the locale functionality of centos-art.sh # script to realize and update action against itself. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Prepare/prepare_updateManuals.sh b/Scripts/Bash/Functions/Prepare/prepare_updateManuals.sh index 50ed846..a5f5a40 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_updateManuals.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_updateManuals.sh @@ -5,7 +5,7 @@ # centos-art.sh script renders all documentation manuals from their # related source files so you can read them nicely. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Prepare/prepare_updatePackages.sh b/Scripts/Bash/Functions/Prepare/prepare_updatePackages.sh index 5a31622..fdf2fc0 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_updatePackages.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_updatePackages.sh @@ -6,7 +6,7 @@ # missing packages, the `centos-art.sh' script asks you to confirm # their installation through `sudo yum'. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Conf/conf.sh b/Scripts/Bash/Functions/Render/Conf/conf.sh index 05bdcd7..1400101 100755 --- a/Scripts/Bash/Functions/Render/Conf/conf.sh +++ b/Scripts/Bash/Functions/Render/Conf/conf.sh @@ -3,7 +3,7 @@ # conf.sh -- This function standardizes the way images are produced # from configuration files. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Conf/conf_doBaseActions.sh b/Scripts/Bash/Functions/Render/Conf/conf_doBaseActions.sh index 76a0e95..e838540 100755 --- a/Scripts/Bash/Functions/Render/Conf/conf_doBaseActions.sh +++ b/Scripts/Bash/Functions/Render/Conf/conf_doBaseActions.sh @@ -3,7 +3,7 @@ # conf_doBaseActions.sh -- This function standardizes base actions # related to image production through configuration files. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook.sh b/Scripts/Bash/Functions/Render/Docbook/docbook.sh index cf5d685..04af8b4 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook.sh @@ -3,7 +3,7 @@ # docbook.sh -- This function performs base-rendition actions for # DocBook files. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook_convertToPdfFromXml.sh b/Scripts/Bash/Functions/Render/Docbook/docbook_convertToPdfFromXml.sh index d0936c7..0b2c886 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook_convertToPdfFromXml.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook_convertToPdfFromXml.sh @@ -39,7 +39,7 @@ # created for intermediate works and final files are moved then to # their final location. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook_convertToText.sh b/Scripts/Bash/Functions/Render/Docbook/docbook_convertToText.sh index 3de510c..a1d7d45 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook_convertToText.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook_convertToText.sh @@ -4,7 +4,7 @@ # by docbook_convertToXhtml and produces one plain-text file (i.e., # without markup inside). # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook_convertToXhtml.sh b/Scripts/Bash/Functions/Render/Docbook/docbook_convertToXhtml.sh index 7677b7e..35a7dcd 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook_convertToXhtml.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook_convertToXhtml.sh @@ -6,7 +6,7 @@ # `docbook-style-xsl-1.69.1-5.1' package, which says: ---To publish # HTML from your XML documents, you just need an XSL engine.---. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook_convertToXhtmlChunk.sh b/Scripts/Bash/Functions/Render/Docbook/docbook_convertToXhtmlChunk.sh index 3dadcd2..fab14e5 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook_convertToXhtmlChunk.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook_convertToXhtmlChunk.sh @@ -7,7 +7,7 @@ # ---To publish HTML from your XML documents, you just need an XSLT # engine.---. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook_doLastActions.sh b/Scripts/Bash/Functions/Render/Docbook/docbook_doLastActions.sh index 050c95c..3a33cfd 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook_doLastActions.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook_doLastActions.sh @@ -5,7 +5,7 @@ # base-rendition and post-rendition output as input to produce output # from it. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook_doPostActions.sh b/Scripts/Bash/Functions/Render/Docbook/docbook_doPostActions.sh index 96b4ac5..b78f8db 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook_doPostActions.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook_doPostActions.sh @@ -4,7 +4,7 @@ # actions for DocBook files. These are the actions that take # base-rendition output as input to producing output from it. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook_doTranslation.sh b/Scripts/Bash/Functions/Render/Docbook/docbook_doTranslation.sh index b32d157..19036ce 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook_doTranslation.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook_doTranslation.sh @@ -10,7 +10,7 @@ # Using a design model instance (translated or not) is required in # order to expand translation markers safely. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook_expandLicenses.sh b/Scripts/Bash/Functions/Render/Docbook/docbook_expandLicenses.sh index c727f37..277f8fc 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook_expandLicenses.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook_expandLicenses.sh @@ -10,7 +10,7 @@ # file so changes made to licenses translations will also be available # to documentation manuals in different languages. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook_expandSystemEntities.sh b/Scripts/Bash/Functions/Render/Docbook/docbook_expandSystemEntities.sh index 01e9a6d..5246291 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook_expandSystemEntities.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook_expandSystemEntities.sh @@ -4,7 +4,7 @@ # entities required by DocBook projects stored under # `Documentation/Manuals' directory. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook_prepareStyles.sh b/Scripts/Bash/Functions/Render/Docbook/docbook_prepareStyles.sh index 1c9ab90..6363e32 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook_prepareStyles.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook_prepareStyles.sh @@ -9,7 +9,7 @@ # commands (e.g., `xmltproc' or `openjade' through `docbook2pdf') to # use as style defintion. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg.sh b/Scripts/Bash/Functions/Render/Svg/svg.sh index 7caef95..6629859 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg.sh @@ -3,7 +3,7 @@ # svg.sh -- This function performs base-rendition action for SVG # files. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_checkColorAmount.sh b/Scripts/Bash/Functions/Render/Svg/svg_checkColorAmount.sh index a2a078d..8d25900 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_checkColorAmount.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_checkColorAmount.sh @@ -4,7 +4,7 @@ # of colors provided in the first argument matches the amount of # colors specified by the second argument. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_checkColorFormats.sh b/Scripts/Bash/Functions/Render/Svg/svg_checkColorFormats.sh index 230c3a5..19ddd9d 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_checkColorFormats.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_checkColorFormats.sh @@ -3,7 +3,7 @@ # svg_checkColorFormats.sh -- This function verifies formats of colors # (i.e., the way color information is specified). # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_checkModelAbsref.sh b/Scripts/Bash/Functions/Render/Svg/svg_checkModelAbsref.sh index b47b571..4775e26 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_checkModelAbsref.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_checkModelAbsref.sh @@ -10,7 +10,7 @@ # the background image using a plain color and crop from it then. We # can't go on without the required background information. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_checkModelExportId.sh b/Scripts/Bash/Functions/Render/Svg/svg_checkModelExportId.sh index 887b971..2944195 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_checkModelExportId.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_checkModelExportId.sh @@ -3,7 +3,7 @@ # svg_checkModelExportId.sh -- This function standardizes the export # id used inside svg files and the way of verify them. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertGplToHex.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertGplToHex.sh index a8b5e02..51efe26 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertGplToHex.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertGplToHex.sh @@ -6,7 +6,7 @@ # `pnmtolss16' program needs (e.g., #RRGGBB=0 #RRGGBB=1 ... [all # values in the same line]). # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertGplToPpm.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertGplToPpm.sh index 204048c..559127b 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertGplToPpm.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertGplToPpm.sh @@ -4,7 +4,7 @@ # by Gimp (e.g., syslinux.gpl) as input and outputs one PPM file based # on it (e.g., syslinux.ppm). # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertPngTo.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertPngTo.sh index aa3e163..9fad7ba 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertPngTo.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertPngTo.sh @@ -3,7 +3,7 @@ # svg_convertPngTo.sh -- This function provides post-rendition actions # to use the `convert' command of ImageMagick tool set. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToBranded.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToBranded.sh index 46c6cc2..a663571 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToBranded.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToBranded.sh @@ -8,7 +8,7 @@ # inside the related design model component used as reference to # produce the base PNG image. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToBrands.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToBrands.sh index 86ce0ad..1a337c8 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToBrands.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToBrands.sh @@ -4,7 +4,7 @@ # actions to produce brand images in different sizes and formats from # the same SVG design model. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToDm.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToDm.sh index 40db6bb..4ba8b10 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToDm.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToDm.sh @@ -7,7 +7,7 @@ # for installation. This function must be used as last-rendition # action for Gdm and Kdm directory specific base-rendition actions. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToGrub.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToGrub.sh index 74cae60..00da4d6 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToGrub.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToGrub.sh @@ -35,7 +35,7 @@ # 246 251 254 f6fbfe # 254 255 252 fefffc # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToIcons.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToIcons.sh index 4576b57..1c4a1af 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToIcons.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToIcons.sh @@ -4,7 +4,7 @@ # actions to produce icon images in different sizes and formats from # the same SVG design model. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToKsplash.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToKsplash.sh index ef7ddee..091245d 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToKsplash.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToKsplash.sh @@ -5,7 +5,7 @@ # them all together. Use this function as last-rendition action for # KSplash base-rendition action. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToSyslinux.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToSyslinux.sh index 3fc86ac..d04b0a0 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToSyslinux.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToSyslinux.sh @@ -44,7 +44,7 @@ # 235 241 245 ebf1f5 # 246 251 254 f6fbfe # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToThumbnail.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToThumbnail.sh index 9a56ac0..52dcf3b 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToThumbnail.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToThumbnail.sh @@ -7,7 +7,7 @@ # size is specified, thumbnails are created at 250 pixels width and # height is automatically calculated to match the image ratio. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_doLastActions.sh b/Scripts/Bash/Functions/Render/Svg/svg_doLastActions.sh index 17ac405..5562eeb 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_doLastActions.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_doLastActions.sh @@ -3,7 +3,7 @@ # svg_doLastActions.sh -- This function performs last-rendition # actions for SVG files. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_doLastCommand.sh b/Scripts/Bash/Functions/Render/Svg/svg_doLastCommand.sh index f168c33..458ec6b 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_doLastCommand.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_doLastCommand.sh @@ -4,7 +4,7 @@ # last-rendition commands are applied to base-rendition and # post-rendition outputs. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_doPostActions.sh b/Scripts/Bash/Functions/Render/Svg/svg_doPostActions.sh index bd9cb35..b95e0ce 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_doPostActions.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_doPostActions.sh @@ -3,7 +3,7 @@ # svg_doPostActions.sh -- This function performs post-rendition # actions for SVG files. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_doPostCommand.sh b/Scripts/Bash/Functions/Render/Svg/svg_doPostCommand.sh index e69e1d8..42c7738 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_doPostCommand.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_doPostCommand.sh @@ -3,7 +3,7 @@ # svg_doPostCommand.sh -- This function standardizes the way # post-rendition commands are applied to base-rendition output. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_doTranslation.sh b/Scripts/Bash/Functions/Render/Svg/svg_doTranslation.sh index 65642a7..2dc359e 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_doTranslation.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_doTranslation.sh @@ -10,7 +10,7 @@ # Using a design model instance (translated or not) is required in # order to expand translation markers safetly. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_getColors.sh b/Scripts/Bash/Functions/Render/Svg/svg_getColors.sh index 63a5ec9..2b4ccd9 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_getColors.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_getColors.sh @@ -12,7 +12,7 @@ # colors is going to have. It is possible to output all colors in the # list, or a consecutive range of them. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_getTTFont.sh b/Scripts/Bash/Functions/Render/Svg/svg_getTTFont.sh index 90339ee..78b6050 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_getTTFont.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_getTTFont.sh @@ -9,7 +9,7 @@ # files). If no file is found at this point, an error will be printed # out. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/Svg/svg_groupBy.sh b/Scripts/Bash/Functions/Render/Svg/svg_groupBy.sh index d4d9a1c..25d334c 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_groupBy.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_groupBy.sh @@ -11,7 +11,7 @@ # array inside the appropriate `render.conf.sh' pre-configuration # script. This function cannot be used as last-rendition action. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/render.sh b/Scripts/Bash/Functions/Render/render.sh index 72d133a..dbc2232 100755 --- a/Scripts/Bash/Functions/Render/render.sh +++ b/Scripts/Bash/Functions/Render/render.sh @@ -3,7 +3,7 @@ # render.sh -- This function standardizes the way source files are # rendered inside the working copy. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/render_doBaseActions.sh b/Scripts/Bash/Functions/Render/render_doBaseActions.sh index 82d67ee..8a0e4e0 100755 --- a/Scripts/Bash/Functions/Render/render_doBaseActions.sh +++ b/Scripts/Bash/Functions/Render/render_doBaseActions.sh @@ -3,7 +3,7 @@ # render_doBaseActions.sh -- This function performs base-rendition # action for all files. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/render_doThemeActions.sh b/Scripts/Bash/Functions/Render/render_doThemeActions.sh index fac4cb5..ad72896 100755 --- a/Scripts/Bash/Functions/Render/render_doThemeActions.sh +++ b/Scripts/Bash/Functions/Render/render_doThemeActions.sh @@ -3,7 +3,7 @@ # render_doThemeActions.sh -- This function performs theme-specific # rendition. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/render_getConfigOption.sh b/Scripts/Bash/Functions/Render/render_getConfigOption.sh index 643c4b5..dbf1937 100755 --- a/Scripts/Bash/Functions/Render/render_getConfigOption.sh +++ b/Scripts/Bash/Functions/Render/render_getConfigOption.sh @@ -4,7 +4,7 @@ # configuration fields are retrived from some action-specific # definitions. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/render_getDirOutput.sh b/Scripts/Bash/Functions/Render/render_getDirOutput.sh index 34ed63e..61faf77 100755 --- a/Scripts/Bash/Functions/Render/render_getDirOutput.sh +++ b/Scripts/Bash/Functions/Render/render_getDirOutput.sh @@ -4,7 +4,7 @@ # absolute path the centos-art.sh script uses to store identity # contents produced at rendition time. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/render_getDirTemplate.sh b/Scripts/Bash/Functions/Render/render_getDirTemplate.sh index 3276e68..9a428bf 100755 --- a/Scripts/Bash/Functions/Render/render_getDirTemplate.sh +++ b/Scripts/Bash/Functions/Render/render_getDirTemplate.sh @@ -33,7 +33,7 @@ # design model directory structure is used to produce several # renderable directory structures, not just one. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Render/render_getOptions.sh b/Scripts/Bash/Functions/Render/render_getOptions.sh index 06e907b..a686090 100755 --- a/Scripts/Bash/Functions/Render/render_getOptions.sh +++ b/Scripts/Bash/Functions/Render/render_getOptions.sh @@ -3,7 +3,7 @@ # render_getOptions.sh -- This function interprets option parameters # passed to `render' functionality and calls actions accordingly. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Tuneup/Sh/Config/topcomment.sed b/Scripts/Bash/Functions/Tuneup/Sh/Config/topcomment.sed index 0b3077f..8b56461 100755 --- a/Scripts/Bash/Functions/Tuneup/Sh/Config/topcomment.sed +++ b/Scripts/Bash/Functions/Tuneup/Sh/Config/topcomment.sed @@ -3,7 +3,7 @@ # topcomment.sed -- This file standardizes the top comment inside # centos-art.sh scripts. # -# Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG +# Copyright (C) 2009-2013 The CentOS Artwork SIG # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ # $Id$ # ---------------------------------------------------------------------- /^# +Copyright .*$/a\ -# Copyright (C) =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER=\ +# Copyright (C) 2009-=COPYRIGHT_YEAR_LAST= =COPYRIGHT_HOLDER=\ #\ # This program is free software; you can redistribute it and/or modify\ # it under the terms of the GNU General Public License as published by\ diff --git a/Scripts/Bash/Functions/Tuneup/Sh/sh.sh b/Scripts/Bash/Functions/Tuneup/Sh/sh.sh index 5693ef4..cd59368 100755 --- a/Scripts/Bash/Functions/Tuneup/Sh/sh.sh +++ b/Scripts/Bash/Functions/Tuneup/Sh/sh.sh @@ -3,7 +3,7 @@ # sh.sh -- This function standardizes maintainance tasks for Shell # script files. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Tuneup/Sh/sh_doTopComment.sh b/Scripts/Bash/Functions/Tuneup/Sh/sh_doTopComment.sh index 252f7e8..808dafa 100755 --- a/Scripts/Bash/Functions/Tuneup/Sh/sh_doTopComment.sh +++ b/Scripts/Bash/Functions/Tuneup/Sh/sh_doTopComment.sh @@ -3,7 +3,7 @@ # sh_doTopComment.sh -- This function standardizes the top comment # section inside shell scripts (*.sh) using a predefined template. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Tuneup/Svg/svg.sh b/Scripts/Bash/Functions/Tuneup/Svg/svg.sh index e99ea43..ac7a22b 100755 --- a/Scripts/Bash/Functions/Tuneup/Svg/svg.sh +++ b/Scripts/Bash/Functions/Tuneup/Svg/svg.sh @@ -2,7 +2,7 @@ # # svg.sh -- This function standardizes maintainance of SVG files. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Tuneup/Svg/svg_doMetadata.sh b/Scripts/Bash/Functions/Tuneup/Svg/svg_doMetadata.sh index 7721eca..32865e0 100755 --- a/Scripts/Bash/Functions/Tuneup/Svg/svg_doMetadata.sh +++ b/Scripts/Bash/Functions/Tuneup/Svg/svg_doMetadata.sh @@ -4,7 +4,7 @@ # scalable vector graphic (SVG) files using default values from The # CentOS Project. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Tuneup/Svg/svg_doVacuumDefs.sh b/Scripts/Bash/Functions/Tuneup/Svg/svg_doVacuumDefs.sh index 45afb89..58d60fc 100755 --- a/Scripts/Bash/Functions/Tuneup/Svg/svg_doVacuumDefs.sh +++ b/Scripts/Bash/Functions/Tuneup/Svg/svg_doVacuumDefs.sh @@ -3,7 +3,7 @@ # svg_doVacuumDefs.sh -- This function removes all unused items from # the defs section of the SVG file. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Tuneup/Xhtml/xhtml.sh b/Scripts/Bash/Functions/Tuneup/Xhtml/xhtml.sh index fc55f0b..f758f8f 100755 --- a/Scripts/Bash/Functions/Tuneup/Xhtml/xhtml.sh +++ b/Scripts/Bash/Functions/Tuneup/Xhtml/xhtml.sh @@ -3,7 +3,7 @@ # xhtml.sh -- This function standardizes maintainance tasks of XHTML # files. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Tuneup/Xhtml/xhtml_doToc.sh b/Scripts/Bash/Functions/Tuneup/Xhtml/xhtml_doToc.sh index 8ec67cb..e75698e 100755 --- a/Scripts/Bash/Functions/Tuneup/Xhtml/xhtml_doToc.sh +++ b/Scripts/Bash/Functions/Tuneup/Xhtml/xhtml_doToc.sh @@ -21,7 +21,7 @@ # md5sum output of combining the page location, the head- string and # the heading string. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Tuneup/tuneup.sh b/Scripts/Bash/Functions/Tuneup/tuneup.sh index f4ce95e..e2296f9 100755 --- a/Scripts/Bash/Functions/Tuneup/tuneup.sh +++ b/Scripts/Bash/Functions/Tuneup/tuneup.sh @@ -4,7 +4,7 @@ # inside the repository. Maintainance tasks are applied to files using # file extension as reference. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Tuneup/tuneup_doBaseActions.sh b/Scripts/Bash/Functions/Tuneup/tuneup_doBaseActions.sh index 1b146e0..dc25fb8 100755 --- a/Scripts/Bash/Functions/Tuneup/tuneup_doBaseActions.sh +++ b/Scripts/Bash/Functions/Tuneup/tuneup_doBaseActions.sh @@ -4,7 +4,7 @@ # process for each file extension supported and applies maintainance # tasks file by file for each one of them. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Tuneup/tuneup_getOptions.sh b/Scripts/Bash/Functions/Tuneup/tuneup_getOptions.sh index 924fe0c..0cf8d33 100755 --- a/Scripts/Bash/Functions/Tuneup/tuneup_getOptions.sh +++ b/Scripts/Bash/Functions/Tuneup/tuneup_getOptions.sh @@ -3,7 +3,7 @@ # tuneup_getOptions.sh -- This function interprets option parameters # passed to `tuneup' functionality and calls actions accordingly. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/Git/git.sh b/Scripts/Bash/Functions/Vcs/Git/git.sh index 103fc13..b272da8 100755 --- a/Scripts/Bash/Functions/Vcs/Git/git.sh +++ b/Scripts/Bash/Functions/Vcs/Git/git.sh @@ -3,7 +3,7 @@ # git.sh -- This function standardizes Git tasks inside the # repository. # -# Copyright (C) 2013 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/Git/git_copyRepoFile.sh b/Scripts/Bash/Functions/Vcs/Git/git_copyRepoFile.sh index e09209d..2282cc6 100755 --- a/Scripts/Bash/Functions/Vcs/Git/git_copyRepoFile.sh +++ b/Scripts/Bash/Functions/Vcs/Git/git_copyRepoFile.sh @@ -4,7 +4,7 @@ # (including directories) are duplicated inside the working copy. This # function is an interface for git's `copy' command. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/Git/git_deleteRepoFile.sh b/Scripts/Bash/Functions/Vcs/Git/git_deleteRepoFile.sh index 2c249a1..1d426b1 100755 --- a/Scripts/Bash/Functions/Vcs/Git/git_deleteRepoFile.sh +++ b/Scripts/Bash/Functions/Vcs/Git/git_deleteRepoFile.sh @@ -4,7 +4,7 @@ # centos-art.sh script deletes files and directories inside the # working copy. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/Git/git_getRepoStatus.sh b/Scripts/Bash/Functions/Vcs/Git/git_getRepoStatus.sh index 032535c..b54bd51 100755 --- a/Scripts/Bash/Functions/Vcs/Git/git_getRepoStatus.sh +++ b/Scripts/Bash/Functions/Vcs/Git/git_getRepoStatus.sh @@ -6,7 +6,7 @@ # specified. Use this function to perform verifications based a # repository LOCATION status. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/Git/git_mkRepoDirectory.sh b/Scripts/Bash/Functions/Vcs/Git/git_mkRepoDirectory.sh index 62f0d05..fd9fe0b 100755 --- a/Scripts/Bash/Functions/Vcs/Git/git_mkRepoDirectory.sh +++ b/Scripts/Bash/Functions/Vcs/Git/git_mkRepoDirectory.sh @@ -3,7 +3,7 @@ # git_mkRepoDirectory.sh -- This function standardizes the way # centos-art.sh script creates directories inside the working copy. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/Subversion/subversion.sh b/Scripts/Bash/Functions/Vcs/Subversion/subversion.sh index 1ac1e43..a534496 100755 --- a/Scripts/Bash/Functions/Vcs/Subversion/subversion.sh +++ b/Scripts/Bash/Functions/Vcs/Subversion/subversion.sh @@ -3,7 +3,7 @@ # subversion.sh -- This function standardizes Subversion tasks inside # the repository. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/Subversion/subversion_commitRepoChanges.sh b/Scripts/Bash/Functions/Vcs/Subversion/subversion_commitRepoChanges.sh index 0e6693c..84d0ce7 100755 --- a/Scripts/Bash/Functions/Vcs/Subversion/subversion_commitRepoChanges.sh +++ b/Scripts/Bash/Functions/Vcs/Subversion/subversion_commitRepoChanges.sh @@ -5,7 +5,7 @@ # checking changes and adding files which aren't under version # control. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/Subversion/subversion_copyRepoFile.sh b/Scripts/Bash/Functions/Vcs/Subversion/subversion_copyRepoFile.sh index 2e3d0ac..10729c5 100755 --- a/Scripts/Bash/Functions/Vcs/Subversion/subversion_copyRepoFile.sh +++ b/Scripts/Bash/Functions/Vcs/Subversion/subversion_copyRepoFile.sh @@ -4,7 +4,7 @@ # files (including directories) are duplicated inside the working # copy. This function is an interface for subversion's `copy' command. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/Subversion/subversion_deleteRepoFile.sh b/Scripts/Bash/Functions/Vcs/Subversion/subversion_deleteRepoFile.sh index 97936d3..5874af8 100755 --- a/Scripts/Bash/Functions/Vcs/Subversion/subversion_deleteRepoFile.sh +++ b/Scripts/Bash/Functions/Vcs/Subversion/subversion_deleteRepoFile.sh @@ -4,7 +4,7 @@ # centos-art.sh script deletes files and directories inside the # working copy. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/Subversion/subversion_getRepoStatus.sh b/Scripts/Bash/Functions/Vcs/Subversion/subversion_getRepoStatus.sh index aab1646..f4eb4bf 100755 --- a/Scripts/Bash/Functions/Vcs/Subversion/subversion_getRepoStatus.sh +++ b/Scripts/Bash/Functions/Vcs/Subversion/subversion_getRepoStatus.sh @@ -6,7 +6,7 @@ # specified. Use this function to perform verifications based a # repository LOCATION status. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/Subversion/subversion_isVersioned.sh b/Scripts/Bash/Functions/Vcs/Subversion/subversion_isVersioned.sh index f4bf2b5..92f5a48 100755 --- a/Scripts/Bash/Functions/Vcs/Subversion/subversion_isVersioned.sh +++ b/Scripts/Bash/Functions/Vcs/Subversion/subversion_isVersioned.sh @@ -5,7 +5,7 @@ # version control, this function returns `0'. When the location isn't # under version control, this function returns `1'. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/Subversion/subversion_mkRepoDirectory.sh b/Scripts/Bash/Functions/Vcs/Subversion/subversion_mkRepoDirectory.sh index 2b7eab1..2e28067 100755 --- a/Scripts/Bash/Functions/Vcs/Subversion/subversion_mkRepoDirectory.sh +++ b/Scripts/Bash/Functions/Vcs/Subversion/subversion_mkRepoDirectory.sh @@ -3,7 +3,7 @@ # subversion_mkRepoDirectory.sh -- This function standardizes the way # centos-art.sh script creates directories inside the working copy. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/Subversion/subversion_syncRepoChanges.sh b/Scripts/Bash/Functions/Vcs/Subversion/subversion_syncRepoChanges.sh index a13971b..1171c4f 100755 --- a/Scripts/Bash/Functions/Vcs/Subversion/subversion_syncRepoChanges.sh +++ b/Scripts/Bash/Functions/Vcs/Subversion/subversion_syncRepoChanges.sh @@ -5,7 +5,7 @@ # performing a subversion update command first and a subversion commit # command later. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/Subversion/subversion_updateRepoChanges.sh b/Scripts/Bash/Functions/Vcs/Subversion/subversion_updateRepoChanges.sh index 827fa86..5b24acb 100755 --- a/Scripts/Bash/Functions/Vcs/Subversion/subversion_updateRepoChanges.sh +++ b/Scripts/Bash/Functions/Vcs/Subversion/subversion_updateRepoChanges.sh @@ -4,7 +4,7 @@ # subversion update command against the working copy in order to bring # changes from the central repository into the working copy. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/Functions/Vcs/vcs.sh b/Scripts/Bash/Functions/Vcs/vcs.sh index 2a646a0..b382580 100755 --- a/Scripts/Bash/Functions/Vcs/vcs.sh +++ b/Scripts/Bash/Functions/Vcs/vcs.sh @@ -3,12 +3,12 @@ # vcs.sh -- This function standardizes version control tasks inside # the repository. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# the Free Software Foundation; either version 2 of the License, or (at +# your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Scripts/Bash/Functions/Vcs/vcs_getOptions.sh b/Scripts/Bash/Functions/Vcs/vcs_getOptions.sh index df97fd9..3a0fcb6 100755 --- a/Scripts/Bash/Functions/Vcs/vcs_getOptions.sh +++ b/Scripts/Bash/Functions/Vcs/vcs_getOptions.sh @@ -5,7 +5,7 @@ # function serves as interface to Subversion and Git # sub-functionalities. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Scripts/Bash/centos-art.sh b/Scripts/Bash/centos-art.sh index 3717622..483e384 100755 --- a/Scripts/Bash/centos-art.sh +++ b/Scripts/Bash/centos-art.sh @@ -2,7 +2,7 @@ # # centos-art.sh -- The CentOS Artwork Repository automation tool. # -# Copyright (C) 2009, 2010, 2011, 2012 The CentOS Project +# Copyright (C) 2009-2013 The CentOS Project # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -60,6 +60,7 @@ if [[ ! $TCAR_WORKDIR =~ "^$(dirname $0)" ]] \ && [[ ! $(dirname $0) =~ "^${HOME}/bin" ]];then TCAR_WORKDIR=$(dirname $0 | sed "s,/${TCAR_BASHSCRIPTS},,") fi + # Redefine the working copy absolute path considering the (Subversion) # previous directory structures used in the repository. if [[ -d ${TCAR_WORKDIR}/trunk ]];then