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/dumper.h
parent452525aec797dee2221cda36f7e99d2822fada4d (diff)
* dumper.cc: Change license to plain GPLv2 + later.
* dumper.h: Ditto. * parse_pe.cc: Ditto.
Diffstat (limited to 'winsup/utils/dumper.h')
-rw-r--r--winsup/utils/dumper.h18
1 files changed, 14 insertions, 4 deletions
diff --git a/winsup/utils/dumper.h b/winsup/utils/dumper.h
index 2a1841e78..4b8d2bdf7 100644
--- a/winsup/utils/dumper.h
+++ b/winsup/utils/dumper.h
@@ -4,11 +4,21 @@
Written by Egor Duda <deo@logos-m.ru>
-This file is part of Cygwin.
+ 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. */
#ifndef _DUMPER_H_
#define _DUMPER_H_