Author: arielch Date: Mon Sep 12 23:46:32 2016 New Revision: 1760461 URL: http://svn.apache.org/viewvc?rev=1760461&view=rev Log: i127108 - Update the Copyright year
Modified: openoffice/trunk/main/LICENSE_ALv2 openoffice/trunk/main/NOTICE openoffice/trunk/main/cui/source/dialogs/about.cxx Modified: openoffice/trunk/main/LICENSE_ALv2 URL: http://svn.apache.org/viewvc/openoffice/trunk/main/LICENSE_ALv2?rev=1760461&r1=1760460&r2=1760461&view=diff ============================================================================== --- openoffice/trunk/main/LICENSE_ALv2 (original) +++ openoffice/trunk/main/LICENSE_ALv2 Mon Sep 12 23:46:32 2016 @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2011, 2012, 2013, 2014, 2015 Apache Software Foundation + Copyright 2011, 2012, 2013, 2014, 2015, 2016 Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. Modified: openoffice/trunk/main/NOTICE URL: http://svn.apache.org/viewvc/openoffice/trunk/main/NOTICE?rev=1760461&r1=1760460&r2=1760461&view=diff ============================================================================== --- openoffice/trunk/main/NOTICE (original) +++ openoffice/trunk/main/NOTICE Mon Sep 12 23:46:32 2016 @@ -1,5 +1,5 @@ Apache OpenOffice (http://www.openoffice.org) -Copyright 2011, 2015 The Apache Software Foundation +Copyright 2011, 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). Modified: openoffice/trunk/main/cui/source/dialogs/about.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/dialogs/about.cxx?rev=1760461&r1=1760460&r2=1760461&view=diff ============================================================================== --- openoffice/trunk/main/cui/source/dialogs/about.cxx (original) +++ openoffice/trunk/main/cui/source/dialogs/about.cxx Mon Sep 12 23:46:32 2016 @@ -311,7 +311,7 @@ AboutDialog::AboutDialog( Window* pParen sbcopyright.appendAscii("Copyright "); sbcopyright.append((sal_Unicode)0x00a9); sbcopyright.appendAscii(" "); - rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2015") ); + rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2016") ); if (vendor.EqualsAscii("Apache Software Foundation")) { sbcopyright.append(sYear); sbcopyright.appendAscii(" The Apache Software Foundation.\n\n");