2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-31 17:30:54 +00:00

update copyright, release 2.0.3

git-svn-id: svn+q:///qpdf/trunk@644 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-02-15 16:31:12 +00:00
parent caad089789
commit 9f93c89ee5
25 changed files with 33 additions and 27 deletions

View File

@ -1,3 +1,7 @@
2009-02-15 Jay Berkenbilt <ejb@ql.org>
* 2.0.3: release
2008-12-11 Jay Berkenbilt <ejb@ql.org> 2008-12-11 Jay Berkenbilt <ejb@ql.org>
* qpdf/qpdf.cc (main): Accept -help and -version as well as --help * qpdf/qpdf.cc (main): Accept -help and -version as well as --help

2
README
View File

@ -1,7 +1,7 @@
This is the QPDF package. Information about it can be found at This is the QPDF package. Information about it can be found at
http://qpdf.qbilt.org. http://qpdf.qbilt.org.
QPDF is copyright (c) 2005-2008 Jay Berkenbilt QPDF is copyright (c) 2005-2009 Jay Berkenbilt
This software may be distributed under the terms of version 2 of the This software may be distributed under the terms of version 2 of the
Artistic License which may be found in the source distribution as Artistic License which may be found in the source distribution as

View File

@ -16,7 +16,7 @@ Release Reminders
make_dist verifies this consistency. make_dist verifies this consistency.
* Each year, update copyright notices. Just search for Copyright. * Each year, update copyright notices. Just search for Copyright.
Last updated: 2008. Last updated: 2009.
* To construct a source distribution from a pristine checkout, * To construct a source distribution from a pristine checkout,
make_dist does the following: make_dist does the following:
@ -36,6 +36,8 @@ Release Reminders
* Remember to update documentation in the "files" subdirectory of the * Remember to update documentation in the "files" subdirectory of the
website on sourceforge.net. website on sourceforge.net.
* Create a tag in the version control system.
General Build Stuff General Build Stuff
=================== ===================

View File

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl This config.in requires autoconf 2.5 or greater. dnl This config.in requires autoconf 2.5 or greater.
AC_PREREQ(2.60) AC_PREREQ(2.60)
AC_INIT(qpdf,2.0.2) AC_INIT(qpdf,2.0.3)
dnl No AC_CONFIG_HEADERS. If this changes, update README.maintainer. dnl No AC_CONFIG_HEADERS. If this changes, update README.maintainer.
AC_CONFIG_FILES([autoconf.mk]) AC_CONFIG_FILES([autoconf.mk])

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2008 Jay Berkenbilt // Copyright (c) 2005-2009 Jay Berkenbilt
// //
// This file is part of qpdf. This software may be distributed under // This file is part of qpdf. This software may be distributed under
// the terms of version 2 of the Artistic License which may be found // the terms of version 2 of the Artistic License which may be found

View File

@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;"> <!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;"> <!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;"> <!ENTITY nbsp "&#xA0;">
<!ENTITY swversion "2.0.2"> <!ENTITY swversion "2.0.3">
<!ENTITY lastreleased "June 30, 2008"> <!ENTITY lastreleased "February 15, 2009">
]> ]>
<book> <book>
<bookinfo> <bookinfo>
@ -16,7 +16,7 @@
<firstname>Jay</firstname><surname>Berkenbilt</surname> <firstname>Jay</firstname><surname>Berkenbilt</surname>
</author> </author>
<copyright> <copyright>
<year>2005&ndash;2008</year> <year>2005&ndash;2009</year>
<holder>Jay Berkenbilt</holder> <holder>Jay Berkenbilt</holder>
</copyright> </copyright>
</bookinfo> </bookinfo>

View File

@ -1,6 +1,6 @@
Summary: Command-line tools and library for transforming PDF files Summary: Command-line tools and library for transforming PDF files
Name: qpdf Name: qpdf
Version: 2.0.2 Version: 2.0.3
Release: 1%{?dist} Release: 1%{?dist}
License: Artistic License: Artistic
Group: System Environment/Libraries Group: System Environment/Libraries

View File

@ -449,8 +449,8 @@ int main(int argc, char* argv[])
// 1 2 3 4 5 6 7 8 // 1 2 3 4 5 6 7 8
// 12345678901234567890123456789012345678901234567890123456789012345678901234567890 // 12345678901234567890123456789012345678901234567890123456789012345678901234567890
std::cout std::cout
<< whoami << " version 2.0.2" << std::endl << whoami << " version 2.0.3" << std::endl
<< "Copyright (c) 2005-2008 Jay Berkenbilt" << "Copyright (c) 2005-2009 Jay Berkenbilt"
<< std::endl << std::endl
<< "This software may be distributed under the terms of version 2 of the" << "This software may be distributed under the terms of version 2 of the"
<< std::endl << std::endl