Commit f77acbdbba49ced4e885eec0e3f091ae4ece6fa2
1 parent
82713c4a
Copyright 2015
Showing
30 changed files
with
30 additions
and
30 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-2014 Jay Berkenbilt | |
| 5 | +QPDF is copyright (c) 2005-2015 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
| ... | ... | @@ -70,7 +70,7 @@ Release Reminders |
| 70 | 70 | done or retargeted. |
| 71 | 71 | |
| 72 | 72 | * Each year, update copyright notices. Just do a case-insensitive |
| 73 | - search for copyright. Last updated: 2014. | |
| 73 | + search for copyright. Last updated: 2015. | |
| 74 | 74 | |
| 75 | 75 | * To construct a source distribution from a pristine checkout, |
| 76 | 76 | make_dist does the following: | ... | ... |
include/qpdf/Buffer.hh
include/qpdf/BufferInputSource.hh
include/qpdf/Constants.h
include/qpdf/DLL.h
include/qpdf/FileInputSource.hh
include/qpdf/InputSource.hh
include/qpdf/Pipeline.hh
include/qpdf/Pl_Buffer.hh
include/qpdf/Pl_Concatenate.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/QPDFObjGen.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/RandomDataProvider.hh
include/qpdf/Types.h
include/qpdf/qpdf-c.h
qpdf/qpdf.cc
| ... | ... | @@ -974,7 +974,7 @@ int main(int argc, char* argv[]) |
| 974 | 974 | // 12345678901234567890123456789012345678901234567890123456789012345678901234567890 |
| 975 | 975 | std::cout |
| 976 | 976 | << whoami << " version " << QPDF::QPDFVersion() << std::endl |
| 977 | - << "Copyright (c) 2005-2014 Jay Berkenbilt" | |
| 977 | + << "Copyright (c) 2005-2015 Jay Berkenbilt" | |
| 978 | 978 | << std::endl |
| 979 | 979 | << "This software may be distributed under the terms of version 2 of the" |
| 980 | 980 | << std::endl | ... | ... |