From 6bb0c868748f3ee247b7ea4d456dbd2a51a74837 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 1 May 2017 23:04:34 +0200 Subject: [PATCH] Update copyright year in the documentation to 2017 Don't touch the year elsewhere and especially in the sources to avoid the mismatch with the existing binary packages, it's not that important. --- docs/doxygen/mainpages/copyright.h | 2 +- docs/doxygen/regen.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 docs/doxygen/regen.sh diff --git a/docs/doxygen/mainpages/copyright.h b/docs/doxygen/mainpages/copyright.h index 245983246b..13fda6de6d 100644 --- a/docs/doxygen/mainpages/copyright.h +++ b/docs/doxygen/mainpages/copyright.h @@ -11,7 +11,7 @@ @section section_copyright wxWidgets Copyrights and Licenses -Copyright (c) 1992-2013 Julian Smart, Vadim Zeitlin, Stefan Csomor, Robert +Copyright (c) 1992-2017 Julian Smart, Vadim Zeitlin, Stefan Csomor, Robert Roebling, and other members of the wxWidgets team, please see the acknowledgements section below. diff --git a/docs/doxygen/regen.sh b/docs/doxygen/regen.sh old mode 100755 new mode 100644 index 6112e087cc..653b551a0a --- a/docs/doxygen/regen.sh +++ b/docs/doxygen/regen.sh @@ -185,7 +185,7 @@ if [[ "$1" = "docset" ]]; then defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetFeedURL $ATOMDIR/$ATOM defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetFallbackURL http://docs.wxwidgets.org defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetDescription "API reference and conceptual documentation for wxWidgets 3.0" - defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info NSHumanReadableCopyright "Copyright 1992-2014 wxWidgets team, Portions 1996 Artificial Intelligence Applications Institute" + defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info NSHumanReadableCopyright "Copyright 1992-2017 wxWidgets team, Portions 1996 Artificial Intelligence Applications Institute" defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info isJavaScriptEnabled true defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info dashIndexFilePath index.html defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetPlatformFamily wx