Blame tcar-scripts-tuneup/Modules/Sh/Configs/topcomment.sed

Alain Reguera Delgado b29c5b
#!/bin/sed
Alain Reguera Delgado b29c5b
######################################################################
Alain Reguera Delgado b29c5b
#
Alain Reguera Delgado b29c5b
#   topcomment.sed -- This file standardizes the top comment inside
Alain Reguera Delgado b29c5b
#   centos-art.sh scripts.
Alain Reguera Delgado b29c5b
#
Alain Reguera Delgado b29c5b
#   Written by:
Alain Reguera Delgado b29c5b
#   * Alain Reguera Delgado <al@centos.org.cu>
Alain Reguera Delgado b29c5b
#
Alain Reguera Delgado b29c5b
# Copyright (C) 2009-2013 The CentOS Artwork SIG
Alain Reguera Delgado b29c5b
#
Alain Reguera Delgado b29c5b
# This program is free software; you can redistribute it and/or modify
Alain Reguera Delgado b29c5b
# it under the terms of the GNU General Public License as published by
Alain Reguera Delgado b29c5b
# the Free Software Foundation; either version 2 of the License, or
Alain Reguera Delgado b29c5b
# (at your option) any later version.
Alain Reguera Delgado b29c5b
# 
Alain Reguera Delgado b29c5b
# This program is distributed in the hope that it will be useful, but
Alain Reguera Delgado b29c5b
# WITHOUT ANY WARRANTY; without even the implied warranty of
Alain Reguera Delgado b29c5b
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Alain Reguera Delgado b29c5b
# General Public License for more details.
Alain Reguera Delgado b29c5b
#
Alain Reguera Delgado b29c5b
# You should have received a copy of the GNU General Public License
Alain Reguera Delgado b29c5b
# along with this program; if not, write to the Free Software
Alain Reguera Delgado b29c5b
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Alain Reguera Delgado b29c5b
#
Alain Reguera Delgado b29c5b
######################################################################
Alain Reguera Delgado b29c5b
/^#[[:space:]]*Written by:[[:space:]]*$/a\
Alain Reguera Delgado b29c5b
#   Written by:\
Alain Reguera Delgado b29c5b
#   * Alain Reguera Delgado <al@centos.org.cu>, =COPYRIGHT_YEAR_FIRST=-=COPYRIGHT_YEAR_LAST=\
Alain Reguera Delgado b29c5b
#\
Alain Reguera Delgado b29c5b
# Copyright (C) =COPYRIGHT_YEAR_FIRST=-=COPYRIGHT_YEAR_LAST= =COPYRIGHT_HOLDER=\
Alain Reguera Delgado b29c5b
#\
Alain Reguera Delgado b29c5b
# This program is free software; you can redistribute it and/or modify\
Alain Reguera Delgado b29c5b
# it under the terms of the GNU General Public License as published by\
Alain Reguera Delgado b29c5b
# the Free Software Foundation; either version 2 of the License, or (at\
Alain Reguera Delgado b29c5b
# your option) any later version.\
Alain Reguera Delgado b29c5b
#\
Alain Reguera Delgado b29c5b
# This program is distributed in the hope that it will be useful, but\
Alain Reguera Delgado b29c5b
# WITHOUT ANY WARRANTY; without even the implied warranty of\
Alain Reguera Delgado b29c5b
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\
Alain Reguera Delgado b29c5b
# General Public License for more details.\
Alain Reguera Delgado b29c5b
#\
Alain Reguera Delgado b29c5b
# You should have received a copy of the GNU General Public License\
Alain Reguera Delgado b29c5b
# along with this program; if not, write to the Free Software\
Alain Reguera Delgado b29c5b
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\
Alain Reguera Delgado b29c5b
#\
Alain Reguera Delgado b29c5b
######################################################################
Alain Reguera Delgado b29c5b
Alain Reguera Delgado b29c5b
# Remove previous copyright notice, just to be sure the one above be
Alain Reguera Delgado b29c5b
# used always.
Alain Reguera Delgado b29c5b
/^#[[:space:]]*Written by:[[:space:]]*$/,/^#{70}$/{
Alain Reguera Delgado b29c5b
d
Alain Reguera Delgado b29c5b
}
Alain Reguera Delgado b29c5b
Alain Reguera Delgado b29c5b
# Define script first line.
Alain Reguera Delgado b29c5b
1c\
Alain Reguera Delgado b29c5b
#!/bin/bash