1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-10 14:10:46 +01:00

copyright script update to 80 column text

This commit is contained in:
Antonin Portelli 2016-02-25 12:06:24 +00:00
parent 5980fa8640
commit 92f666905f

View File

@ -5,8 +5,7 @@ while (( "$#" )); do
echo $1
cat > message <<EOF
/*************************************************************************************
/*******************************************************************************
Grid physics library, www.github.com/paboyle/Grid
Source file: $1
@ -33,9 +32,10 @@ cat >> message <<EOF
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution directory
*************************************************************************************/
/* END LEGAL */
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
EOF
cat message > tmp.fil