I will update from 2017 to 2018 (without CHANGES.txt entries and JIRA ticket since it's just two digits/lines and a trivial change).
----- Original Message ----- From: [email protected] To: [email protected] At: 06/02/17 11:01:26 Repository: lucene-solr Updated Branches: refs/heads/master 5b93b738b -> 445ceda01 LUCENE-7852: Correct copyright year(s) in lucene/LICENSE.txt and solr/LICENSE.txt files Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/72ba34f6 Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/72ba34f6 Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/72ba34f6 Branch: refs/heads/master Commit: 72ba34f66c60c6d6a052502c99f8f28c6b671e38 Parents: 5b93b73 Author: Christine Poerschke <[email protected]> Authored: Fri Jun 2 10:36:07 2017 +0100 Committer: Christine Poerschke <[email protected]> Committed: Fri Jun 2 10:36:07 2017 +0100 ---------------------------------------------------------------------- lucene/CHANGES.txt | 3 +++ lucene/NOTICE.txt | 2 +- solr/CHANGES.txt | 3 +++ solr/NOTICE.txt | 4 ++-- 4 files changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/72ba34f6/lucene/CHANGES.txt ---------------------------------------------------------------------- diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 79a30fa..4e2e4f2 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -110,6 +110,9 @@ Other * LUCENE-7540: Upgrade ICU to 59.1 (Mike McCandless, Jim Ferenczi) +* LUCENE-7852: Correct copyright year(s) in lucene/LICENSE.txt file. + (Christine Poerschke, Steve Rowe) + ======================= Lucene 6.7.0 ======================= Other http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/72ba34f6/lucene/NOTICE.txt ---------------------------------------------------------------------- diff --git a/lucene/NOTICE.txt b/lucene/NOTICE.txt index 6260f3b..1903adc 100644 --- a/lucene/NOTICE.txt +++ b/lucene/NOTICE.txt @@ -1,5 +1,5 @@ Apache Lucene -Copyright 2014 The Apache Software Foundation +Copyright 2001-2017 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/72ba34f6/solr/CHANGES.txt ---------------------------------------------------------------------- diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 106a4df..af9ec5e 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -215,6 +215,9 @@ Other Changes * SOLR-10791: Remove deprecated options in SSLTestConfig (hossman) +* LUCENE-7852: Correct copyright year(s) in solr/LICENSE.txt file. + (Christine Poerschke, Steve Rowe) + ================== 6.7.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/72ba34f6/solr/NOTICE.txt ---------------------------------------------------------------------- diff --git a/solr/NOTICE.txt b/solr/NOTICE.txt index 214a2f8..4f3fa2a 100644 --- a/solr/NOTICE.txt +++ b/solr/NOTICE.txt @@ -1,6 +1,6 @@ ============================================================== Apache Solr - Copyright 2006-2014 The Apache Software Foundation + Copyright 2006-2017 The Apache Software Foundation ============================================================== This product includes software developed at @@ -119,7 +119,7 @@ [email protected] ========================================================================= Apache Lucene -Copyright 2014 The Apache Software Foundation +Copyright 2001-2017 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
