diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-29 17:53:07 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-29 17:53:07 (EDT) |
commit | e2e38671e43b40973ec72cdb33aa6e142f7f8b58 (patch) | |
tree | 2077d0fb6568c5ee518e046d98d26b21439d675d | |
parent | 53f6bc10e999e734c1e50a995bf63f5e484f8fe2 (diff) |
copyright: Remove notices for getopt, only used on DOS
-rw-r--r-- | copyright | 48 |
1 files changed, 0 insertions, 48 deletions
@@ -30,54 +30,6 @@ documentation: This software includes code from XZ Utils <http://tukaani.org/xz/>. -lib/getopt.c, lib/getopt.in.h, lib/getopt1.c --------------------------------------------- - -Copyright (C) 1987,88,1989-1994,95,1996-1999,2000,2001,2002,2003,2004,2005,2006,2007 -Free Software Foundation, Inc. -This file is part of the GNU C Library. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation; either version 2.1, 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 Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser 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. - -On this system, a copy of the GNU Lesser General Public License may be found at -<file:///usr/share/common-licenses/LGPL-2.1>. - -lib/getopt_int.h ----------------- - -Copyright (C) 1989-1994,1996-1999,2001,2003,2004 -Free Software Foundation, Inc. -This file is part of the GNU C Library. - -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, 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 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. - -On this system, a copy of the GNU General Public License may be found at -<file:///usr/share/common-licenses/GPL-2>. - src/scripts/xzgrep.in --------------------- |