diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-01-27 22:20:06 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-01-27 22:20:06 -0500 |
commit | d105475ef9d024d570a4c02ee8823c47a57fbabc (patch) | |
tree | 51e8abe2c0b208ce6e0e49ef0cc4a47139e92510 /doc | |
parent | 8b075903dfe92bec911294aa02dfaa7e3d90ca8e (diff) | |
download | dimension-d105475ef9d024d570a4c02ee8823c47a57fbabc.tar.xz |
Fix up license blurbs and copyright year.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 18 | ||||
-rw-r--r-- | doc/libdimension.texi | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index c42209d..e95161d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,17 +1,17 @@ ########################################################################### -## Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> ## +## Copyright (C) 2010 Tavian Barnes <tavianator@gmail.com> ## ## ## -## This file is part of The FPFD Library Build Suite. ## +## This file is part of The Dimension Build Suite. ## ## ## -## The FPFD Library Build Suite 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 ## +## The Dimension Build Suite 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. ## ## ## -## The FPFD Library Build Suite 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. ## +## The Dimension Build Suite 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/>. ## diff --git a/doc/libdimension.texi b/doc/libdimension.texi index eab2ffa..915360d 100644 --- a/doc/libdimension.texi +++ b/doc/libdimension.texi @@ -10,7 +10,7 @@ @c Wrap code examples at 72 chars, please @copying -Copyright @copyright{} 2009 Tavian Barnes +Copyright @copyright{} 2010 Tavian Barnes @end copying @titlepage |