Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2007-07-24 23:08:23 +0400
committerCorinna Vinschen <corinna@vinschen.de>2007-07-24 23:08:23 +0400
commitdd67e696347313eb1c135942a2540249021ff598 (patch)
treef867af3b4b36e4e4cd3ac2f271ce1728bc2620b5 /winsup/utils/parse_pe.cc
parent452525aec797dee2221cda36f7e99d2822fada4d (diff)
* dumper.cc: Change license to plain GPLv2 + later.
* dumper.h: Ditto. * parse_pe.cc: Ditto.
Diffstat (limited to 'winsup/utils/parse_pe.cc')
-rw-r--r--winsup/utils/parse_pe.cc16
1 files changed, 13 insertions, 3 deletions
diff --git a/winsup/utils/parse_pe.cc b/winsup/utils/parse_pe.cc
index 226c6f9f3..44b4068a4 100644
--- a/winsup/utils/parse_pe.cc
+++ b/winsup/utils/parse_pe.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 <bfd.h>
#include <stdio.h>