Change license text to point to "OpenLayers contributors", referencing

authors.txt file. In reality, MetaCarta does not own copyright to these files,
they merely have a right to distribute them under the license terms agreed to
by the contributors. At this point, there is no longer any reference to
MetaCarta as a copyright holder in the OpenLayers project, only to its
individual contributors via the authors.txt file.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@10706 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2010-09-01 03:06:31 +00:00
parent dde71c9b3b
commit f0d474e50b
284 changed files with 832 additions and 656 deletions

View File

@@ -2,7 +2,7 @@
throws.js -- Adds a `throws_` method to AnotherWay test objects.
Copyright 2005 MetaCarta, Inc., released under the BSD License.
Copyright 2005 OpenLayers Contributors. released under the BSD License.
A reference to this file needs to be added to `run-tests.html` in the
@@ -79,4 +79,4 @@ function (fn, expectedException, doc) {
} else {
this.fail(doc);
}
};
};