From 2e5a31c2c2d9384aed64feaf3dd9035da2e07633 Mon Sep 17 00:00:00 2001 From: wl Date: Sun, 4 Jan 2009 14:50:51 +0000 Subject: * */*: Update GPL2 to GPL3. --- src/include/assert.h | 9 ++++----- src/include/cmap.h | 9 ++++----- src/include/color.h | 9 ++++----- src/include/cset.h | 9 ++++----- src/include/device.h | 9 ++++----- src/include/driver.h | 9 ++++----- src/include/errarg.h | 9 ++++----- src/include/error.h | 9 ++++----- src/include/font.h | 9 ++++----- src/include/geometry.h | 9 ++++----- src/include/getopt.h | 9 ++++----- src/include/getopt_int.h | 9 ++++----- src/include/html-strings.h | 9 ++++----- src/include/htmlhint.h | 9 ++++----- src/include/index.h | 9 ++++----- src/include/itable.h | 9 ++++----- src/include/lib.h | 9 ++++----- src/include/localcharset.h | 9 ++++----- src/include/macropath.h | 9 ++++----- src/include/nonposix.h | 9 ++++----- src/include/paper.h | 9 ++++----- src/include/posix.h | 9 ++++----- src/include/printer.h | 8 +++----- src/include/ptable.h | 9 ++++----- src/include/refid.h | 9 ++++----- src/include/relocate.h | 10 ++++------ src/include/search.h | 9 ++++----- src/include/searchpath.h | 9 ++++----- src/include/stringclass.h | 9 ++++----- src/include/symbol.h | 9 ++++----- src/include/unicode.h | 9 ++++----- 31 files changed, 123 insertions(+), 156 deletions(-) (limited to 'src/include') diff --git a/src/include/assert.h b/src/include/assert.h index 76b3b203..f50b6727 100644 --- a/src/include/assert.h +++ b/src/include/assert.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ #ifndef ASSERT_H #define ASSERT_H diff --git a/src/include/cmap.h b/src/include/cmap.h index d786829d..5737e423 100644 --- a/src/include/cmap.h +++ b/src/include/cmap.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ #ifndef UCHAR_MAX #define UCHAR_MAX 255 diff --git a/src/include/color.h b/src/include/color.h index 52f97c64..29c88008 100644 --- a/src/include/color.h +++ b/src/include/color.h @@ -11,17 +11,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ #include #include "symbol.h" diff --git a/src/include/cset.h b/src/include/cset.h index a241c002..3e270469 100644 --- a/src/include/cset.h +++ b/src/include/cset.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ #ifdef HAVE_CC_LIMITS_H #include diff --git a/src/include/device.h b/src/include/device.h index 4bd4378b..ba869e28 100644 --- a/src/include/device.h +++ b/src/include/device.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ // The target device. Once initialized, the device doesn't change during // the entire program run. Sample devices are `ps' (for Postscript), `html' diff --git a/src/include/driver.h b/src/include/driver.h index f6804eff..524d7aff 100644 --- a/src/include/driver.h +++ b/src/include/driver.h @@ -7,17 +7,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ #include "lib.h" diff --git a/src/include/errarg.h b/src/include/errarg.h index 1aa191a4..d2c1695a 100644 --- a/src/include/errarg.h +++ b/src/include/errarg.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ class errarg { enum { EMPTY, STRING, CHAR, INTEGER, UNSIGNED_INTEGER, DOUBLE } type; diff --git a/src/include/error.h b/src/include/error.h index b9d48d0a..b6ced827 100644 --- a/src/include/error.h +++ b/src/include/error.h @@ -7,17 +7,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ extern void fatal_with_file_and_line(const char *filename, int lineno, const char *format, diff --git a/src/include/font.h b/src/include/font.h index 066dae2d..e2713c27 100644 --- a/src/include/font.h +++ b/src/include/font.h @@ -7,17 +7,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ // A function of this type can be registered to define the semantics of // arbitrary commands in a font DESC file. diff --git a/src/include/geometry.h b/src/include/geometry.h index 1ce0df03..91b4c402 100644 --- a/src/include/geometry.h +++ b/src/include/geometry.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ int adjust_arc_center(const int *, double *); void check_output_arc_limits(int x, int y, diff --git a/src/include/getopt.h b/src/include/getopt.h index a4e78cb0..61b142bd 100644 --- a/src/include/getopt.h +++ b/src/include/getopt.h @@ -5,17 +5,16 @@ 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. + the Free Software Foundation, either version 3 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 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. */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ #ifndef _GETOPT_H diff --git a/src/include/getopt_int.h b/src/include/getopt_int.h index 401579fd..75820a9d 100644 --- a/src/include/getopt_int.h +++ b/src/include/getopt_int.h @@ -5,17 +5,16 @@ 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. + the Free Software Foundation, either version 3 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 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. */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ #ifndef _GETOPT_INT_H #define _GETOPT_INT_H 1 diff --git a/src/include/html-strings.h b/src/include/html-strings.h index 26daeb6c..8c5884f1 100644 --- a/src/include/html-strings.h +++ b/src/include/html-strings.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ /* * defines the image tags issued by the pre-processors (tbl, pic, eqn) diff --git a/src/include/htmlhint.h b/src/include/htmlhint.h index e0b41dd7..34b28f7c 100644 --- a/src/include/htmlhint.h +++ b/src/include/htmlhint.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ #ifndef HTMLINDICATE_H #define HTMLINDICATE_H diff --git a/src/include/index.h b/src/include/index.h index c90610e6..32792777 100644 --- a/src/include/index.h +++ b/src/include/index.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ #define INDEX_MAGIC 0x23021964 #define INDEX_VERSION 1 diff --git a/src/include/itable.h b/src/include/itable.h index e8a79d94..bfb4d3ad 100644 --- a/src/include/itable.h +++ b/src/include/itable.h @@ -7,17 +7,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ #include diff --git a/src/include/lib.h b/src/include/lib.h index 745b4aa4..2c0f0432 100644 --- a/src/include/lib.h +++ b/src/include/lib.h @@ -7,17 +7,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ #ifdef HAVE_CONFIG_H #include diff --git a/src/include/localcharset.h b/src/include/localcharset.h index 5030210d..a1592ab0 100644 --- a/src/include/localcharset.h +++ b/src/include/localcharset.h @@ -4,17 +4,16 @@ 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. + the Free Software Foundation, either version 3 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 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. */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ #ifndef _LOCALCHARSET_H #define _LOCALCHARSET_H diff --git a/src/include/macropath.h b/src/include/macropath.h index 3b38baa0..06e3348a 100644 --- a/src/include/macropath.h +++ b/src/include/macropath.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ extern search_path macro_path; extern search_path safer_macro_path; diff --git a/src/include/nonposix.h b/src/include/nonposix.h index 9564a8b7..daae54ad 100644 --- a/src/include/nonposix.h +++ b/src/include/nonposix.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ /* This header file compartmentalize all idiosyncrasies of non-Posix systems, such as MS-DOS, MS-Windows, etc. It should be loaded after diff --git a/src/include/paper.h b/src/include/paper.h index e88965d1..0bd637b9 100644 --- a/src/include/paper.h +++ b/src/include/paper.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ struct paper { char *name; diff --git a/src/include/posix.h b/src/include/posix.h index 28b807c7..ca54941b 100644 --- a/src/include/posix.h +++ b/src/include/posix.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ #include #include diff --git a/src/include/printer.h b/src/include/printer.h index b4106937..6fcf3539 100644 --- a/src/include/printer.h +++ b/src/include/printer.h @@ -13,8 +13,8 @@ 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 2, or (at your option) - any later version. + 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 @@ -22,9 +22,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with groff; see the file COPYING. If not, write to the Free - Software Foundation, 51 Franklin St - Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program. If not, see . */ /* Description diff --git a/src/include/ptable.h b/src/include/ptable.h index 7a67527a..954a6f61 100644 --- a/src/include/ptable.h +++ b/src/include/ptable.h @@ -7,17 +7,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ #include #include diff --git a/src/include/refid.h b/src/include/refid.h index 84e5119f..2a2fb49a 100644 --- a/src/include/refid.h +++ b/src/include/refid.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ class reference_id { int filename_id; diff --git a/src/include/relocate.h b/src/include/relocate.h index 51f48950..a1f5e8f6 100644 --- a/src/include/relocate.h +++ b/src/include/relocate.h @@ -3,18 +3,16 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. + by the Free Software Foundation, either version 3 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 Library General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, - USA. */ + You should have received a copy of the GNU Library General Public License + along with this program. If not, see . */ #ifdef __cplusplus extern char *curr_prefix; diff --git a/src/include/search.h b/src/include/search.h index 3dde8944..a08f31ed 100644 --- a/src/include/search.h +++ b/src/include/search.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ class search_item; class search_item_iterator; diff --git a/src/include/searchpath.h b/src/include/searchpath.h index dab161e6..2199f765 100644 --- a/src/include/searchpath.h +++ b/src/include/searchpath.h @@ -7,17 +7,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ class search_path { char *dirs; diff --git a/src/include/stringclass.h b/src/include/stringclass.h index fb3299ce..0c1af7ab 100644 --- a/src/include/stringclass.h +++ b/src/include/stringclass.h @@ -6,17 +6,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ #include #include diff --git a/src/include/symbol.h b/src/include/symbol.h index c3cc8eea..ed6f70f7 100644 --- a/src/include/symbol.h +++ b/src/include/symbol.h @@ -7,17 +7,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ #define DONT_STORE 1 #define MUST_ALREADY_EXIST 2 diff --git a/src/include/unicode.h b/src/include/unicode.h index d5351c35..76e3bdc8 100644 --- a/src/include/unicode.h +++ b/src/include/unicode.h @@ -7,17 +7,16 @@ 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 2, or (at your option) any later -version. +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 groff; see the file COPYING. If not, write to the Free Software -Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ // Convert a groff glyph name to a string containing an underscore-separated // list of Unicode code points. For example, -- cgit v1.2.1