diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2007-07-24 19:08:23 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2007-07-24 19:08:23 +0000 |
commit | dd67e696347313eb1c135942a2540249021ff598 (patch) | |
tree | f867af3b4b36e4e4cd3ac2f271ce1728bc2620b5 /winsup/utils/dumper.cc | |
parent | 452525aec797dee2221cda36f7e99d2822fada4d (diff) | |
download | cygnal-dd67e696347313eb1c135942a2540249021ff598.tar.gz cygnal-dd67e696347313eb1c135942a2540249021ff598.tar.bz2 cygnal-dd67e696347313eb1c135942a2540249021ff598.zip |
* dumper.cc: Change license to plain GPLv2 + later.
* dumper.h: Ditto.
* parse_pe.cc: Ditto.
Diffstat (limited to 'winsup/utils/dumper.cc')
-rw-r--r-- | winsup/utils/dumper.cc | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/winsup/utils/dumper.cc b/winsup/utils/dumper.cc index 7a88b5588..6d48ff8bb 100644 --- a/winsup/utils/dumper.cc +++ b/winsup/utils/dumper.cc @@ -6,9 +6,19 @@ This file is part of Cygwin. - This software is a copyrighted work licensed under the terms of the - Cygwin license. Please consult the file "CYGWIN_LICENSE" for - details. */ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License (file COPYING.dumper) for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ #include <ansidecl.h> #include <bfd.h> |