diff options
| author | Bernd Warken <groff-bernd.warken-72@web.de> | 2014-09-17 18:08:58 +0200 |
|---|---|---|
| committer | Bernd Warken <groff-bernd.warken-72@web.de> | 2014-09-17 18:08:58 +0200 |
| commit | 60bb4549ee285d3a9fabbba9c53d3e6a5da3befb (patch) | |
| tree | 70289fc6e1b4e83112f5a610ea9a957efd3c0a9a /src/include/gettext.h | |
| parent | dc026bb42691cad82e825c49596ee649cd54cec2 (diff) | |
| download | groff-git-60bb4549ee285d3a9fabbba9c53d3e6a5da3befb.tar.gz | |
src/include/*: Improve the license information.
Diffstat (limited to 'src/include/gettext.h')
| -rw-r--r-- | src/include/gettext.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/include/gettext.h b/src/include/gettext.h index 26fd2c570..4be6b5ebd 100644 --- a/src/include/gettext.h +++ b/src/include/gettext.h @@ -1,3 +1,21 @@ +// -*- C++ -*- +/* Copyright (C) 2014 Free Software Foundation, Inc. + +This file is part of groff. + +groff 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. + +groff 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, see <http://www.gnu.org/licenses/>. */ + /* This is a dummy header file to make getopt compile without gettext support. */ |
