| 1 | | /** |
|---|
| 2 | | * |
|---|
| 3 | | * Copyright 2005 Sabre Airline Solutions |
|---|
| 4 | | * |
|---|
| 5 | | * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this |
|---|
| 6 | | * file except in compliance with the License. You may obtain a copy of the License at |
|---|
| 7 | | * |
|---|
| 8 | | * http://www.apache.org/licenses/LICENSE-2.0 |
|---|
| 9 | | * |
|---|
| 10 | | * Unless required by applicable law or agreed to in writing, software distributed under the |
|---|
| 11 | | * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, |
|---|
| 12 | | * either express or implied. See the License for the specific language governing permissions |
|---|
| 13 | | * and limitations under the License. |
|---|
| 14 | | **/ |
|---|
| 15 | | |
|---|
| 16 | | |
|---|
| | 1 | /* |
|---|
| | 2 | * This file has been edited substantially from the Rico-released |
|---|
| | 3 | * version by the OpenLayers development team. |
|---|
| | 4 | * |
|---|
| | 5 | * Copyright 2005 Sabre Airline Solutions |
|---|
| | 6 | * |
|---|
| | 7 | * Licensed under the Apache License, Version 2.0 (the "License"); |
|---|
| | 8 | * you may not use this file except in compliance with the |
|---|
| | 9 | * License. You may obtain a copy of the License at |
|---|
| | 10 | * |
|---|
| | 11 | * http://www.apache.org/licenses/LICENSE-2.0 |
|---|
| | 12 | * |
|---|
| | 13 | * Unless required by applicable law or agreed to in writing, software |
|---|
| | 14 | * distributed under the * License is distributed on an "AS IS" BASIS, |
|---|
| | 15 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or |
|---|
| | 16 | * implied. See the License for the specific language governing |
|---|
| | 17 | * permissions * and limitations under the License. |
|---|
| | 18 | * |
|---|
| | 19 | */ |
|---|