diff options
Diffstat (limited to 'winsup/utils/dumper.h')
-rw-r--r-- | winsup/utils/dumper.h | 18 |
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_ |