Commit f83bddf882094b1047443a7c0866a6f942567017
1 parent
2280c4f6
Update copyright to 2012
Showing
24 changed files
with
24 additions
and
24 deletions
README
| ... | ... | @@ -2,7 +2,7 @@ This is the QPDF package. Information about it can be found at |
| 2 | 2 | http://qpdf.sourceforge.net. The source code repository is hosted |
| 3 | 3 | at github: https://github.com/qpdf/qpdf. |
| 4 | 4 | |
| 5 | -QPDF is copyright (c) 2005-2011 Jay Berkenbilt | |
| 5 | +QPDF is copyright (c) 2005-2012 Jay Berkenbilt | |
| 6 | 6 | |
| 7 | 7 | This software may be distributed under the terms of version 2 of the |
| 8 | 8 | Artistic License which may be found in the source distribution as | ... | ... |
README.maintainer
| ... | ... | @@ -56,7 +56,7 @@ Release Reminders |
| 56 | 56 | done or retargeted. |
| 57 | 57 | |
| 58 | 58 | * Each year, update copyright notices. Just search for Copyright. |
| 59 | - Last updated: 2011. | |
| 59 | + Last updated: 2012. | |
| 60 | 60 | |
| 61 | 61 | * To construct a source distribution from a pristine checkout, |
| 62 | 62 | 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
| ... | ... | @@ -861,7 +861,7 @@ int main(int argc, char* argv[]) |
| 861 | 861 | // 12345678901234567890123456789012345678901234567890123456789012345678901234567890 |
| 862 | 862 | std::cout |
| 863 | 863 | << whoami << " version " << QPDF::QPDFVersion() << std::endl |
| 864 | - << "Copyright (c) 2005-2011 Jay Berkenbilt" | |
| 864 | + << "Copyright (c) 2005-2012 Jay Berkenbilt" | |
| 865 | 865 | << std::endl |
| 866 | 866 | << "This software may be distributed under the terms of version 2 of the" |
| 867 | 867 | << std::endl | ... | ... |