mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 03:17:07 +01:00
copyright script update to 80 column text
This commit is contained in:
@ -5,8 +5,7 @@ while (( "$#" )); do
|
|||||||
echo $1
|
echo $1
|
||||||
|
|
||||||
cat > message <<EOF
|
cat > message <<EOF
|
||||||
/*************************************************************************************
|
/*******************************************************************************
|
||||||
|
|
||||||
Grid physics library, www.github.com/paboyle/Grid
|
Grid physics library, www.github.com/paboyle/Grid
|
||||||
|
|
||||||
Source file: $1
|
Source file: $1
|
||||||
@ -33,9 +32,10 @@ cat >> message <<EOF
|
|||||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
See the full license in the file "LICENSE" in the top level distribution directory
|
See the full license in the file "LICENSE" in the top level distribution
|
||||||
*************************************************************************************/
|
directory.
|
||||||
/* END LEGAL */
|
*******************************************************************************/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat message > tmp.fil
|
cat message > tmp.fil
|
||||||
|
Reference in New Issue
Block a user