Browse Source

Updated copyright years to include 2016 (#17808)

Danilo Vaz 9 years ago
parent
commit
2e2d8c1442

+ 1 - 1
NOTICE.txt

@@ -1,5 +1,5 @@
 Elasticsearch
-Copyright 2009-2015 Elasticsearch
+Copyright 2009-2016 Elasticsearch
 
 This product includes software developed by The Apache Software
 Foundation (http://www.apache.org/).

+ 1 - 1
README.textile

@@ -222,7 +222,7 @@ h1. License
 <pre>
 This software is licensed under the Apache License, version 2 ("ALv2"), quoted below.
 
-Copyright 2009-2015 Elasticsearch <https://www.elastic.co>
+Copyright 2009-2016 Elasticsearch <https://www.elastic.co>
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License. You may obtain a copy of

+ 1 - 1
core/README.textile

@@ -219,7 +219,7 @@ h1. License
 <pre>
 This software is licensed under the Apache License, version 2 ("ALv2"), quoted below.
 
-Copyright 2009-2015 Elasticsearch <https://www.elastic.co>
+Copyright 2009-2016 Elasticsearch <https://www.elastic.co>
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License. You may obtain a copy of

+ 1 - 1
distribution/deb/src/main/packaging/copyright

@@ -1,4 +1,4 @@
-Copyright 2013-2015 Elasticsearch <info@elastic.co>
+Copyright 2013-2016 Elasticsearch <info@elastic.co>
 
 License: Apache-2.0
  Licensed under the Apache License, Version 2.0 (the "License");

+ 1 - 1
distribution/src/main/resources/NOTICE.txt

@@ -1,5 +1,5 @@
 Elasticsearch
-Copyright 2009-2015 Elasticsearch
+Copyright 2009-2016 Elasticsearch
 
 This product includes software developed by The Apache Software
 Foundation (http://www.apache.org/).

+ 1 - 1
distribution/src/main/resources/README.textile

@@ -219,7 +219,7 @@ h1. License
 <pre>
 This software is licensed under the Apache License, version 2 ("ALv2"), quoted below.
 
-Copyright 2009-2015 Elasticsearch <https://www.elastic.co>
+Copyright 2009-2016 Elasticsearch <https://www.elastic.co>
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License. You may obtain a copy of

+ 1 - 1
docs/perl/index.asciidoc

@@ -115,7 +115,7 @@ https://github.com/elastic/elasticsearch-perl/blob/master/CONTRIBUTING.asciidoc[
 
 == Copyright and License
 
-This software is Copyright (c) 2013-2015 by Elasticsearch BV.
+This software is Copyright (c) 2013-2016 by Elasticsearch BV.
 
 This is free software, licensed under:
 https://github.com/elastic/elasticsearch-perl/blob/master/LICENSE.txt[The Apache License Version 2.0].

+ 2 - 2
docs/python/index.asciidoc

@@ -77,7 +77,7 @@ Simple use-case:
 {u'any': u'data', u'timestamp': u'2013-05-12T19:45:31.804229'}
 ------------------------------------
 
-[NOTE] 
+[NOTE]
 All the API calls map the raw REST api as closely as possible, including
 the distinction between required and optional arguments to the calls. This
 means that the code makes distinction between positional and keyword arguments;
@@ -111,7 +111,7 @@ some of the more engaging tasks like bulk indexing and reindexing.
 
 === License
 
-Copyright 2013-2015 Elasticsearch
+Copyright 2013-2016 Elasticsearch
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.

+ 1 - 1
docs/ruby/copyright.asciidoc

@@ -1,5 +1,5 @@
 == Copyright and License
 
-This software is Copyright (c) 2013-2015 by Elasticsearch BV.
+This software is Copyright (c) 2013-2016 by Elasticsearch BV.
 
 This is free software, licensed under The Apache License Version 2.0.