From 4f21a0de363116cde65151d09ef4af9aff08886c Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 1 Jan 2013 14:42:33 +0100 Subject: [PATCH] Bump copyright year to 2013 Change-Id: Iab660dcfffc2a511092398926338ed06f6408925 --- cui/source/dialogs/about.src | 2 +- sfx2/source/appl/app.src | 2 +- solenv/inc/minor.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cui/source/dialogs/about.src b/cui/source/dialogs/about.src index 9cd728f2fed5..defcf907182c 100644 --- a/cui/source/dialogs/about.src +++ b/cui/source/dialogs/about.src @@ -75,7 +75,7 @@ ModalDialog RID_DEFAULTABOUT }; String ABOUT_STR_COPYRIGHT { - Text[ en-US ] = "Copyright © 2000 - 2012 LibreOffice contributors and/or their affiliates"; + Text[ en-US ] = "Copyright © 2000 - 2013 LibreOffice contributors and/or their affiliates"; }; String ABOUT_STR_BASED { diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index 78457ae6b8be..e32c5db516fa 100644 --- a/sfx2/source/appl/app.src +++ b/sfx2/source/appl/app.src @@ -543,7 +543,7 @@ ModalDialog DLG_HELP_LICENSING String STR_LICENSING_INFORMATION_4 { Text [ en-US ] = - "Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights\n" + "Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights\n" "reserved." ; }; String STR_LICENSING_INFORMATION_5 diff --git a/solenv/inc/minor.mk b/solenv/inc/minor.mk index 36f5986cd6e8..7f9f543e303c 100644 --- a/solenv/inc/minor.mk +++ b/solenv/inc/minor.mk @@ -8,4 +8,4 @@ VERSIONMAJOR=4 VERSIONMINOR=1 VERSIONMICRO=0 -COPYRIGHTYEARRANGE=2000-2012 +COPYRIGHTYEARRANGE=2000-2013