diff options
author | Werner LEMBERG <wl@gnu.org> | 2009-01-04 14:51:14 +0000 |
---|---|---|
committer | Werner LEMBERG <wl@gnu.org> | 2009-01-04 14:51:14 +0000 |
commit | 0ba9ac513f520a1a82bc2392340c2b9f65756909 (patch) | |
tree | 6b6be86728b848beea328c3695f00edd89070897 /src/devices/grodvi | |
parent | ecbf4f146b6111e85ab19f5d6a1c2201727b4860 (diff) | |
download | groff-git-0ba9ac513f520a1a82bc2392340c2b9f65756909.tar.gz |
* */*: Update GPL2 to GPL3.
Diffstat (limited to 'src/devices/grodvi')
-rw-r--r-- | src/devices/grodvi/dvi.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/devices/grodvi/dvi.cpp b/src/devices/grodvi/dvi.cpp index d6b68d1af..2d9b0a426 100644 --- a/src/devices/grodvi/dvi.cpp +++ b/src/devices/grodvi/dvi.cpp @@ -8,17 +8,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 <http://www.gnu.org/licenses/>. */ #include "driver.h" #include "nonposix.h" |