diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/egcs_update | 9 |
2 files changed, 12 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index bdea6ebf229..3b2a4826f56 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 12 19:59:36 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * egcs_update: Assigned copyright to FSF. + Tue Aug 11 17:55:53 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Alexandre Oliva <oliva@dcc.unicamp.br> diff --git a/contrib/egcs_update b/contrib/egcs_update index 0a761e51091..c2cf2c9deb5 100755 --- a/contrib/egcs_update +++ b/contrib/egcs_update @@ -15,7 +15,14 @@ # contrib/egcs_update -A # contrib/egcs_update --nostdflags -P -r egcs_1_1_branch gcc/testsuite # -# By Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, August 1998. +# +# (C) 1998 Free Software Foundation +# Originally by Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, August 1998. +# +# This script is Free Software, and it can be copied, distributed and +# modified as defined in the GNU General Public License. A copy of +# its license can be downloaded from http://www.gnu.org/copyleft/gpl.html + UPDATE_OPTIONS=-P # Add -d to create any directories that exist in the repository but not |