Add mention that the files have been changed. This is obvious from

context, but the apache license requires us to mention it explicitly. 
(No functional changes.)


git-svn-id: http://svn.openlayers.org/trunk/openlayers@5971 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-02-02 14:46:04 +00:00
parent 592e1719db
commit 2bb8d7cc8f
2 changed files with 25 additions and 16 deletions
+6
View File
@@ -1,3 +1,9 @@
/*
* This file has been edited substantially from the Rico-released version by
* the OpenLayers development team.
*
* This file is licensed under the Apache License, Version 2.0.
*/
OpenLayers.Rico.Color = OpenLayers.Class({ OpenLayers.Rico.Color = OpenLayers.Class({
initialize: function(red, green, blue) { initialize: function(red, green, blue) {
+13 -10
View File
@@ -1,19 +1,22 @@
/** /*
* This file has been edited substantially from the Rico-released
* version by the OpenLayers development team.
* *
* Copyright 2005 Sabre Airline Solutions * Copyright 2005 Sabre Airline Solutions
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * Licensed under the Apache License, Version 2.0 (the "License");
* file except in compliance with the License. You may obtain a copy of the License at * you may not use this file except in compliance with the
* License. You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software distributed under the * Unless required by applicable law or agreed to in writing, software
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * distributed under the * License is distributed on an "AS IS" BASIS,
* either express or implied. See the License for the specific language governing permissions * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or
* and limitations under the License. * implied. See the License for the specific language governing
**/ * permissions * and limitations under the License.
*
*/
OpenLayers.Rico = new Object(); OpenLayers.Rico = new Object();
OpenLayers.Rico.Corner = { OpenLayers.Rico.Corner = {