diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-12 11:02:37 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-12 11:02:37 +0000 |
commit | 384df7ea3057418d143d15da38d6da3c98cee8cc (patch) | |
tree | 3d73acd00ef84dff181a6089a86e4f6e7ba79776 /contrib | |
parent | b0b50daf74bb7ce587892a76373f9923ec1578b6 (diff) | |
download | gcc-384df7ea3057418d143d15da38d6da3c98cee8cc.tar.gz |
* egcs_update: Assigned copyright to FSF.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21682 138bc75d-0d04-0410-961f-82ee72b054a4
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 |