diff --git a/Automation/Modules/Render/Modules/Archive/archive.sh b/Automation/Modules/Render/Modules/Archive/archive.sh index 1a1a91f..f84125c 100755 --- a/Automation/Modules/Render/Modules/Archive/archive.sh +++ b/Automation/Modules/Render/Modules/Archive/archive.sh @@ -7,12 +7,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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 @@ -36,9 +36,9 @@ function archive { # Let file names to be changed before compressing them. for SOURCE in ${SOURCES[*]};do - FILE_LH=$(echo ${SOURCE} | gawk -F: '{ print $1}') + FILE_LH=$(echo ${SOURCE} | gawk -F: '{ print $1 }') tcar_checkFiles -ef ${FILE_LH} - FILE_RH=$(echo ${SOURCE} | gawk -F: '{ print $2}') + FILE_RH=$(echo ${SOURCE} | gawk -F: '{ print $2 }') cp ${FILE_LH} ${TCAR_SCRIPT_TEMPDIR}/${FILE_RH} done diff --git a/Automation/Modules/Render/Modules/Asciidoc/asciidoc.sh b/Automation/Modules/Render/Modules/Asciidoc/asciidoc.sh index 32f0efc..e7a8126 100755 --- a/Automation/Modules/Render/Modules/Asciidoc/asciidoc.sh +++ b/Automation/Modules/Render/Modules/Asciidoc/asciidoc.sh @@ -8,12 +8,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Asciidoc/asciidoc_setBaseRendition.sh b/Automation/Modules/Render/Modules/Asciidoc/asciidoc_setBaseRendition.sh index d2dda19..a672727 100755 --- a/Automation/Modules/Render/Modules/Asciidoc/asciidoc_setBaseRendition.sh +++ b/Automation/Modules/Render/Modules/Asciidoc/asciidoc_setBaseRendition.sh @@ -8,12 +8,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Asciidoc/asciidoc_setBaseRenditionCommand.sh b/Automation/Modules/Render/Modules/Asciidoc/asciidoc_setBaseRenditionCommand.sh index c18457c..f61d112 100755 --- a/Automation/Modules/Render/Modules/Asciidoc/asciidoc_setBaseRenditionCommand.sh +++ b/Automation/Modules/Render/Modules/Asciidoc/asciidoc_setBaseRenditionCommand.sh @@ -8,12 +8,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Compress/compress.sh b/Automation/Modules/Render/Modules/Compress/compress.sh index 1c3488a..d355d81 100755 --- a/Automation/Modules/Render/Modules/Compress/compress.sh +++ b/Automation/Modules/Render/Modules/Compress/compress.sh @@ -7,12 +7,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Images/images.sh b/Automation/Modules/Render/Modules/Images/images.sh index 2e7f348..f41839a 100755 --- a/Automation/Modules/Render/Modules/Images/images.sh +++ b/Automation/Modules/Render/Modules/Images/images.sh @@ -11,12 +11,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Palette/palette.sh b/Automation/Modules/Render/Modules/Palette/palette.sh index c857c8f..67fbb2d 100755 --- a/Automation/Modules/Render/Modules/Palette/palette.sh +++ b/Automation/Modules/Render/Modules/Palette/palette.sh @@ -8,12 +8,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Palette/palette_checkColorFormat.sh b/Automation/Modules/Render/Modules/Palette/palette_checkColorFormat.sh index a471f85..30973eb 100755 --- a/Automation/Modules/Render/Modules/Palette/palette_checkColorFormat.sh +++ b/Automation/Modules/Render/Modules/Palette/palette_checkColorFormat.sh @@ -8,7 +8,7 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 diff --git a/Automation/Modules/Render/Modules/Palette/palette_convertGplToHex.sh b/Automation/Modules/Render/Modules/Palette/palette_convertGplToHex.sh index 5ab4942..e9fce4c 100755 --- a/Automation/Modules/Render/Modules/Palette/palette_convertGplToHex.sh +++ b/Automation/Modules/Render/Modules/Palette/palette_convertGplToHex.sh @@ -7,15 +7,15 @@ # and their respective index position the `pnmtolss16' program needs # (e.g., #RRGGBB=0 #RRGGBB=1 ... [all values in the same line]). # -# Written by: +# Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Palette/palette_convertGplToPpm.sh b/Automation/Modules/Render/Modules/Palette/palette_convertGplToPpm.sh index 53d0a3d..1c9073a 100755 --- a/Automation/Modules/Render/Modules/Palette/palette_convertGplToPpm.sh +++ b/Automation/Modules/Render/Modules/Palette/palette_convertGplToPpm.sh @@ -9,12 +9,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Palette/palette_getColors.sh b/Automation/Modules/Render/Modules/Palette/palette_getColors.sh index 346c8fc..d0b2b36 100755 --- a/Automation/Modules/Render/Modules/Palette/palette_getColors.sh +++ b/Automation/Modules/Render/Modules/Palette/palette_getColors.sh @@ -9,12 +9,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Svg/Modules/Base/base.sh b/Automation/Modules/Render/Modules/Svg/Modules/Base/base.sh index 3c778ec..7fa4ea8 100755 --- a/Automation/Modules/Render/Modules/Svg/Modules/Base/base.sh +++ b/Automation/Modules/Render/Modules/Svg/Modules/Base/base.sh @@ -8,12 +8,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Svg/Modules/Extended/extended.sh b/Automation/Modules/Render/Modules/Svg/Modules/Extended/extended.sh index feeb1ee..db28279 100755 --- a/Automation/Modules/Render/Modules/Svg/Modules/Extended/extended.sh +++ b/Automation/Modules/Render/Modules/Svg/Modules/Extended/extended.sh @@ -10,12 +10,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Svg/Modules/Extended/extended_setBaseRendition.sh b/Automation/Modules/Render/Modules/Svg/Modules/Extended/extended_setBaseRendition.sh index bad1dd6..f292935 100755 --- a/Automation/Modules/Render/Modules/Svg/Modules/Extended/extended_setBaseRendition.sh +++ b/Automation/Modules/Render/Modules/Svg/Modules/Extended/extended_setBaseRendition.sh @@ -8,12 +8,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Svg/svg.sh b/Automation/Modules/Render/Modules/Svg/svg.sh index e3eb210..7b96e14 100755 --- a/Automation/Modules/Render/Modules/Svg/svg.sh +++ b/Automation/Modules/Render/Modules/Svg/svg.sh @@ -9,12 +9,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Svg/svg_checkModelAbsref.sh b/Automation/Modules/Render/Modules/Svg/svg_checkModelAbsref.sh index 94af11c..0422884 100755 --- a/Automation/Modules/Render/Modules/Svg/svg_checkModelAbsref.sh +++ b/Automation/Modules/Render/Modules/Svg/svg_checkModelAbsref.sh @@ -17,12 +17,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Svg/svg_checkModelExportId.sh b/Automation/Modules/Render/Modules/Svg/svg_checkModelExportId.sh index 2daed11..aa95efa 100755 --- a/Automation/Modules/Render/Modules/Svg/svg_checkModelExportId.sh +++ b/Automation/Modules/Render/Modules/Svg/svg_checkModelExportId.sh @@ -8,12 +8,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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 @@ -28,8 +28,8 @@ function svg_checkModelExportId { - local INSTANCE="$1" - local EXPORTID="$2" + local INSTANCE="${1}" + local EXPORTID="${2}" # Verify instance. tcar_checkFiles -ef ${INSTANCE} @@ -40,7 +40,7 @@ function svg_checkModelExportId { # Check export id inside design templates. grep "id=\"${EXPORTID}\"" ${INSTANCE} > /dev/null if [[ $? -gt 0 ]];then - tcar_printMessage "`eval_gettext "There is not export id (\\\${EXPORTID}) inside \\\"\\\${TEMPLATE}\\\"."`" --as-error-line + tcar_printMessage "`eval_gettext "There is not export id (\\\$EXPORTID) inside \\\"\\\$TEMPLATE\\\"."`" --as-error-line fi } diff --git a/Automation/Modules/Render/Modules/Svg/svg_setBaseRendition.sh b/Automation/Modules/Render/Modules/Svg/svg_setBaseRendition.sh index 0931fa5..2fbc7e2 100755 --- a/Automation/Modules/Render/Modules/Svg/svg_setBaseRendition.sh +++ b/Automation/Modules/Render/Modules/Svg/svg_setBaseRendition.sh @@ -8,12 +8,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Svg/svg_setBaseRenditionCommand.sh b/Automation/Modules/Render/Modules/Svg/svg_setBaseRenditionCommand.sh index 13c481c..bc7f576 100755 --- a/Automation/Modules/Render/Modules/Svg/svg_setBaseRenditionCommand.sh +++ b/Automation/Modules/Render/Modules/Svg/svg_setBaseRenditionCommand.sh @@ -8,12 +8,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Svg/svg_setBaseRenditionOptions.sh b/Automation/Modules/Render/Modules/Svg/svg_setBaseRenditionOptions.sh index 7222430..cd74041 100755 --- a/Automation/Modules/Render/Modules/Svg/svg_setBaseRenditionOptions.sh +++ b/Automation/Modules/Render/Modules/Svg/svg_setBaseRenditionOptions.sh @@ -8,12 +8,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Svg/svg_setBrandInformation.sh b/Automation/Modules/Render/Modules/Svg/svg_setBrandInformation.sh index f72ed8c..f635678 100755 --- a/Automation/Modules/Render/Modules/Svg/svg_setBrandInformation.sh +++ b/Automation/Modules/Render/Modules/Svg/svg_setBrandInformation.sh @@ -8,12 +8,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/Modules/Symlink/symlink.sh b/Automation/Modules/Render/Modules/Symlink/symlink.sh index 18d7d92..1accc29 100755 --- a/Automation/Modules/Render/Modules/Symlink/symlink.sh +++ b/Automation/Modules/Render/Modules/Symlink/symlink.sh @@ -12,7 +12,7 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 diff --git a/Automation/Modules/Render/render.sh b/Automation/Modules/Render/render.sh index 00b9354..7433a67 100755 --- a/Automation/Modules/Render/render.sh +++ b/Automation/Modules/Render/render.sh @@ -7,12 +7,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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 @@ -37,7 +37,7 @@ function render { # Define action value. We use non-option arguments to define the # action value (ACTIONVAL) variable. - for ARGUMENT in "$@";do + for ARGUMENT in "${@}";do # Sanitate non-option arguments to be sure they match the # directory conventions established by centos-art.sh script diff --git a/Automation/Modules/Render/render_getOptions.sh b/Automation/Modules/Render/render_getOptions.sh index 0700c3d..54fb1a1 100755 --- a/Automation/Modules/Render/render_getOptions.sh +++ b/Automation/Modules/Render/render_getOptions.sh @@ -40,7 +40,7 @@ function render_getOptions { # Look for options passed through command-line. while true; do - case "$1" in + case "${1}" in -h | --help ) tcar_printHelp @@ -51,7 +51,7 @@ function render_getOptions { ;; -f | --filter ) - TCAR_FLAG_FILTER="$2" + TCAR_FLAG_FILTER="${2}" shift 2 ;; diff --git a/Automation/Modules/Render/render_setLocalizedXml.sh b/Automation/Modules/Render/render_setLocalizedXml.sh index fe2dec2..ecaa0fe 100755 --- a/Automation/Modules/Render/render_setLocalizedXml.sh +++ b/Automation/Modules/Render/render_setLocalizedXml.sh @@ -14,12 +14,12 @@ # Written by: # * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2009-2013 The CentOS Project +# 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 -# 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/Automation/Modules/Render/render_setRenderType.sh b/Automation/Modules/Render/render_setRenderType.sh index bce4131..a9dfe68 100755 --- a/Automation/Modules/Render/render_setRenderType.sh +++ b/Automation/Modules/Render/render_setRenderType.sh @@ -5,14 +5,14 @@ # file and determines what kind of rendition to do. # # Written by: -# * Alain Reguera Delgado , 2013 +# * Alain Reguera Delgado , 2009-2013 # -# Copyright (C) 2013 The CentOS Project +# 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 -# 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