Commit 8843e499b85fed77c49e8ec0cdc83887a77d59db
1 parent
ae1385cd
Update copyright year to 2013
Also add copyright notice to a few public headers that were missing one.
Showing
29 changed files
with
64 additions
and
24 deletions
README
| @@ -2,7 +2,7 @@ This is the QPDF package. Information about it can be found at | @@ -2,7 +2,7 @@ This is the QPDF package. Information about it can be found at | ||
| 2 | http://qpdf.sourceforge.net. The source code repository is hosted | 2 | http://qpdf.sourceforge.net. The source code repository is hosted |
| 3 | at github: https://github.com/qpdf/qpdf. | 3 | at github: https://github.com/qpdf/qpdf. |
| 4 | 4 | ||
| 5 | -QPDF is copyright (c) 2005-2012 Jay Berkenbilt | 5 | +QPDF is copyright (c) 2005-2013 Jay Berkenbilt |
| 6 | 6 | ||
| 7 | This software may be distributed under the terms of version 2 of the | 7 | This software may be distributed under the terms of version 2 of the |
| 8 | Artistic License which may be found in the source distribution as | 8 | Artistic License which may be found in the source distribution as |
README.maintainer
| @@ -58,7 +58,7 @@ Release Reminders | @@ -58,7 +58,7 @@ Release Reminders | ||
| 58 | done or retargeted. | 58 | done or retargeted. |
| 59 | 59 | ||
| 60 | * Each year, update copyright notices. Just search for Copyright. | 60 | * Each year, update copyright notices. Just search for Copyright. |
| 61 | - Last updated: 2012. | 61 | + Last updated: 2013. |
| 62 | 62 | ||
| 63 | * To construct a source distribution from a pristine checkout, | 63 | * To construct a source distribution from a pristine checkout, |
| 64 | make_dist does the following: | 64 | make_dist does the following: |
include/qpdf/Buffer.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/BufferInputSource.hh
| 1 | +/* Copyright (c) 2005-2013 Jay Berkenbilt | ||
| 2 | + * | ||
| 3 | + * This file is part of qpdf. This software may be distributed under | ||
| 4 | + * the terms of version 2 of the Artistic License which may be found | ||
| 5 | + * in the source distribution. It is provided "as is" without express | ||
| 6 | + * or implied warranty. | ||
| 7 | + */ | ||
| 8 | + | ||
| 1 | #ifndef __QPDF_BUFFERINPUTSOURCE_HH__ | 9 | #ifndef __QPDF_BUFFERINPUTSOURCE_HH__ |
| 2 | #define __QPDF_BUFFERINPUTSOURCE_HH__ | 10 | #define __QPDF_BUFFERINPUTSOURCE_HH__ |
| 3 | 11 |
include/qpdf/Constants.h
| 1 | -/* Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +/* Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | * | 2 | * |
| 3 | * This file is part of qpdf. This software may be distributed under | 3 | * This file is part of qpdf. This software may be distributed under |
| 4 | * the terms of version 2 of the Artistic License which may be found | 4 | * the terms of version 2 of the Artistic License which may be found |
include/qpdf/DLL.h
| 1 | -/* Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +/* Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | * | 2 | * |
| 3 | * This file is part of qpdf. This software may be distributed under | 3 | * This file is part of qpdf. This software may be distributed under |
| 4 | * the terms of version 2 of the Artistic License which may be found | 4 | * the terms of version 2 of the Artistic License which may be found |
include/qpdf/FileInputSource.hh
| 1 | +/* Copyright (c) 2005-2013 Jay Berkenbilt | ||
| 2 | + * | ||
| 3 | + * This file is part of qpdf. This software may be distributed under | ||
| 4 | + * the terms of version 2 of the Artistic License which may be found | ||
| 5 | + * in the source distribution. It is provided "as is" without express | ||
| 6 | + * or implied warranty. | ||
| 7 | + */ | ||
| 8 | + | ||
| 1 | #ifndef __QPDF_FILEINPUTSOURCE_HH__ | 9 | #ifndef __QPDF_FILEINPUTSOURCE_HH__ |
| 2 | #define __QPDF_FILEINPUTSOURCE_HH__ | 10 | #define __QPDF_FILEINPUTSOURCE_HH__ |
| 3 | 11 |
include/qpdf/InputSource.hh
| 1 | +/* Copyright (c) 2005-2013 Jay Berkenbilt | ||
| 2 | + * | ||
| 3 | + * This file is part of qpdf. This software may be distributed under | ||
| 4 | + * the terms of version 2 of the Artistic License which may be found | ||
| 5 | + * in the source distribution. It is provided "as is" without express | ||
| 6 | + * or implied warranty. | ||
| 7 | + */ | ||
| 8 | + | ||
| 1 | #ifndef __QPDF_INPUTSOURCE_HH__ | 9 | #ifndef __QPDF_INPUTSOURCE_HH__ |
| 2 | #define __QPDF_INPUTSOURCE_HH__ | 10 | #define __QPDF_INPUTSOURCE_HH__ |
| 3 | 11 |
include/qpdf/Pipeline.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/Pl_Buffer.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/Pl_Concatenate.hh
| 1 | +/* Copyright (c) 2005-2013 Jay Berkenbilt | ||
| 2 | + * | ||
| 3 | + * This file is part of qpdf. This software may be distributed under | ||
| 4 | + * the terms of version 2 of the Artistic License which may be found | ||
| 5 | + * in the source distribution. It is provided "as is" without express | ||
| 6 | + * or implied warranty. | ||
| 7 | + */ | ||
| 8 | + | ||
| 1 | #ifndef __PL_CONCATENATE_HH__ | 9 | #ifndef __PL_CONCATENATE_HH__ |
| 2 | #define __PL_CONCATENATE_HH__ | 10 | #define __PL_CONCATENATE_HH__ |
| 3 | 11 |
include/qpdf/Pl_Count.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/Pl_Discard.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/Pl_Flate.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/Pl_StdioFile.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/PointerHolder.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/QPDF.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/QPDFExc.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/QPDFObject.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/QPDFObjectHandle.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/QPDFTokenizer.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/QPDFWriter.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/QPDFXRefEntry.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/QTC.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/QUtil.hh
| 1 | -// Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +// Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | // | 2 | // |
| 3 | // This file is part of qpdf. This software may be distributed under | 3 | // This file is part of qpdf. This software may be distributed under |
| 4 | // the terms of version 2 of the Artistic License which may be found | 4 | // the terms of version 2 of the Artistic License which may be found |
include/qpdf/Types.h
| 1 | +/* Copyright (c) 2005-2013 Jay Berkenbilt | ||
| 2 | + * | ||
| 3 | + * This file is part of qpdf. This software may be distributed under | ||
| 4 | + * the terms of version 2 of the Artistic License which may be found | ||
| 5 | + * in the source distribution. It is provided "as is" without express | ||
| 6 | + * or implied warranty. | ||
| 7 | + */ | ||
| 8 | + | ||
| 1 | #ifndef __QPDFTYPES_H__ | 9 | #ifndef __QPDFTYPES_H__ |
| 2 | #define __QPDFTYPES_H__ | 10 | #define __QPDFTYPES_H__ |
| 3 | 11 |
include/qpdf/qpdf-c.h
| 1 | -/* Copyright (c) 2005-2012 Jay Berkenbilt | 1 | +/* Copyright (c) 2005-2013 Jay Berkenbilt |
| 2 | * | 2 | * |
| 3 | * This file is part of qpdf. This software may be distributed under | 3 | * This file is part of qpdf. This software may be distributed under |
| 4 | * the terms of version 2 of the Artistic License which may be found | 4 | * the terms of version 2 of the Artistic License which may be found |
manual/qpdf-manual.xml
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | <firstname>Jay</firstname><surname>Berkenbilt</surname> | 16 | <firstname>Jay</firstname><surname>Berkenbilt</surname> |
| 17 | </author> | 17 | </author> |
| 18 | <copyright> | 18 | <copyright> |
| 19 | - <year>2005–2012</year> | 19 | + <year>2005–2013</year> |
| 20 | <holder>Jay Berkenbilt</holder> | 20 | <holder>Jay Berkenbilt</holder> |
| 21 | </copyright> | 21 | </copyright> |
| 22 | </bookinfo> | 22 | </bookinfo> |
qpdf/qpdf.cc
| @@ -916,7 +916,7 @@ int main(int argc, char* argv[]) | @@ -916,7 +916,7 @@ int main(int argc, char* argv[]) | ||
| 916 | // 12345678901234567890123456789012345678901234567890123456789012345678901234567890 | 916 | // 12345678901234567890123456789012345678901234567890123456789012345678901234567890 |
| 917 | std::cout | 917 | std::cout |
| 918 | << whoami << " version " << QPDF::QPDFVersion() << std::endl | 918 | << whoami << " version " << QPDF::QPDFVersion() << std::endl |
| 919 | - << "Copyright (c) 2005-2012 Jay Berkenbilt" | 919 | + << "Copyright (c) 2005-2013 Jay Berkenbilt" |
| 920 | << std::endl | 920 | << std::endl |
| 921 | << "This software may be distributed under the terms of version 2 of the" | 921 | << "This software may be distributed under the terms of version 2 of the" |
| 922 | << std::endl | 922 | << std::endl |