diff options
author | TizenOpenSource <tizenopensrc@samsung.com> | 2022-12-27 12:15:44 +0900 |
---|---|---|
committer | TizenOpenSource <tizenopensrc@samsung.com> | 2022-12-27 12:15:44 +0900 |
commit | 63bb5dc37a2dfabc6c03c04bc27ea5d47b922863 (patch) | |
tree | 13e5ba9b31ae74cbb14da50aac84905018a7fba5 /lib/getopt.in.h | |
parent | 8b3c9e355c111dccdc9116fbb27514acb21789f1 (diff) | |
download | diffutils-63bb5dc37a2dfabc6c03c04bc27ea5d47b922863.tar.gz diffutils-63bb5dc37a2dfabc6c03c04bc27ea5d47b922863.tar.bz2 diffutils-63bb5dc37a2dfabc6c03c04bc27ea5d47b922863.zip |
Imported Upstream version 3.8upstream/3.8
Diffstat (limited to 'lib/getopt.in.h')
-rw-r--r-- | lib/getopt.in.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/getopt.in.h b/lib/getopt.in.h index 5fb58dd..bf884f0 100644 --- a/lib/getopt.in.h +++ b/lib/getopt.in.h @@ -1,22 +1,22 @@ /* Declarations for getopt. - Copyright (C) 1989-2018 Free Software Foundation, Inc. + Copyright (C) 1989-2021 Free Software Foundation, Inc. This file is part of gnulib. Unlike most of the getopt implementation, it is NOT shared with the GNU C Library, which supplies a different version of this file. - This file 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 3 of - the License, or (at your option) any later version. + This file 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 of the + License, or (at your option) any later version. - This file 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. + This file 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 General Public - License along with gnulib; if not, see <https://www.gnu.org/licenses/>. */ + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _@GUARD_PREFIX@_GETOPT_H |