From 2bb8d7cc8fc02fae7d2ddc330d17c771126f9def Mon Sep 17 00:00:00 2001 From: crschmidt Date: Sat, 2 Feb 2008 14:46:04 +0000 Subject: [PATCH] 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 --- lib/Rico/Color.js | 6 ++++++ lib/Rico/Corner.js | 35 +++++++++++++++++++---------------- 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/lib/Rico/Color.js b/lib/Rico/Color.js index bcbfe1c86e..e62a89de8f 100644 --- a/lib/Rico/Color.js +++ b/lib/Rico/Color.js @@ -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({ initialize: function(red, green, blue) { diff --git a/lib/Rico/Corner.js b/lib/Rico/Corner.js index 1f1bd807a7..80f73c0ad0 100644 --- a/lib/Rico/Corner.js +++ b/lib/Rico/Corner.js @@ -1,19 +1,22 @@ -/** -* -* Copyright 2005 Sabre Airline Solutions -* -* 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 the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software distributed under the -* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, -* either express or implied. See the License for the specific language governing permissions -* and limitations under the License. -**/ - - +/* + * This file has been edited substantially from the Rico-released + * version by the OpenLayers development team. + * + * Copyright 2005 Sabre Airline Solutions + * + * 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 the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the * License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or + * implied. See the License for the specific language governing + * permissions * and limitations under the License. + * + */ OpenLayers.Rico = new Object(); OpenLayers.Rico.Corner = {