Browse Source

Updated copyright years to include 2015

Clinton Gormley 10 years ago
parent
commit
4d78026ef1

+ 1 - 1
NOTICE.txt

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

+ 1 - 1
README.textile

@@ -215,7 +215,7 @@ h1. License
 <pre>
 This software is licensed under the Apache License, version 2 ("ALv2"), quoted below.
 
-Copyright 2009-2014 Elasticsearch <http://www.elasticsearch.org>
+Copyright 2009-2015 Elasticsearch <http://www.elasticsearch.org>
 
 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

+ 2 - 2
docs/javascript/index.asciidoc

@@ -133,6 +133,6 @@ client.search({
 
 == Copyright and License
 
-This software is Copyright (c) 2013 by Elasticsearch BV.
+This software is Copyright (c) 2013-2015 by Elasticsearch BV.
 
-This is free software, licensed under The Apache License Version 2.0.
+This is free software, licensed under The Apache License Version 2.0.

+ 1 - 1
docs/perl/index.asciidoc

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

+ 1 - 1
docs/python/index.asciidoc

@@ -74,7 +74,7 @@ The client's features include:
 
 === License
 
-Copyright 2013 Elasticsearch
+Copyright 2013-2015 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 by Elasticsearch BV.
+This software is Copyright (c) 2013-2015 by Elasticsearch BV.
 
 This is free software, licensed under The Apache License Version 2.0.

+ 1 - 1
pom.xml

@@ -1025,7 +1025,7 @@
                 <artifactId>rpm-maven-plugin</artifactId>
                 <version>2.1-alpha-3</version>
                 <configuration>
-                    <copyright>2013, Elasticsearch</copyright>
+                    <copyright>2015, Elasticsearch</copyright>
                     <distribution>Elasticsearch</distribution>
                     <group>Application/Internet</group>
                     <packager>Elasticsearch</packager>

+ 1 - 1
rest-api-spec/LICENSE.txt

@@ -1,4 +1,4 @@
-Copyright (c) 2013 Elasticsearch
+Copyright (c) 2013-2015 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
src/deb/copyright

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