Commit bcd621e2081ac0f3c2a84aa85e2081e5959f3020
1 parent
375b494e
update copyrights for 2010
git-svn-id: svn+q:///qpdf/trunk@935 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
24 changed files
with
24 additions
and
24 deletions
README
| 1 | 1 | This is the QPDF package. Information about it can be found at |
| 2 | 2 | http://qpdf.qbilt.org. |
| 3 | 3 | |
| 4 | -QPDF is copyright (c) 2005-2009 Jay Berkenbilt | |
| 4 | +QPDF is copyright (c) 2005-2010 Jay Berkenbilt | |
| 5 | 5 | |
| 6 | 6 | This software may be distributed under the terms of version 2 of the |
| 7 | 7 | Artistic License which may be found in the source distribution as | ... | ... |
README.maintainer
| ... | ... | @@ -21,7 +21,7 @@ Release Reminders |
| 21 | 21 | * Update release date in manual/qpdf-manual.xml |
| 22 | 22 | |
| 23 | 23 | * Each year, update copyright notices. Just search for Copyright. |
| 24 | - Last updated: 2009. | |
| 24 | + Last updated: 2010. | |
| 25 | 25 | |
| 26 | 26 | * To construct a source distribution from a pristine checkout, |
| 27 | 27 | make_dist does the following: | ... | ... |
include/qpdf/Buffer.hh
include/qpdf/Constants.h
include/qpdf/DLL.h
include/qpdf/Pipeline.hh
include/qpdf/Pl_Buffer.hh
include/qpdf/Pl_Count.hh
include/qpdf/Pl_Discard.hh
include/qpdf/Pl_Flate.hh
include/qpdf/Pl_StdioFile.hh
include/qpdf/PointerHolder.hh
include/qpdf/QPDF.hh
include/qpdf/QPDFExc.hh
include/qpdf/QPDFObject.hh
include/qpdf/QPDFObjectHandle.hh
include/qpdf/QPDFTokenizer.hh
include/qpdf/QPDFWriter.hh
include/qpdf/QPDFXRefEntry.hh
include/qpdf/QTC.hh
include/qpdf/QUtil.hh
include/qpdf/qpdf-c.h
manual/qpdf-manual.xml
qpdf/qpdf.cc
| ... | ... | @@ -556,7 +556,7 @@ int main(int argc, char* argv[]) |
| 556 | 556 | // 12345678901234567890123456789012345678901234567890123456789012345678901234567890 |
| 557 | 557 | std::cout |
| 558 | 558 | << whoami << " version " << QPDF::QPDFVersion() << std::endl |
| 559 | - << "Copyright (c) 2005-2009 Jay Berkenbilt" | |
| 559 | + << "Copyright (c) 2005-2010 Jay Berkenbilt" | |
| 560 | 560 | << std::endl |
| 561 | 561 | << "This software may be distributed under the terms of version 2 of the" |
| 562 | 562 | << std::endl | ... | ... |