| | 15 | /* Prototype JavaScript framework, version 1.4.0 |
|---|
| | 16 | * (c) 2005 Sam Stephenson <sam@conio.net> |
|---|
| | 17 | * |
|---|
| | 18 | * Prototype is freely distributable under the terms of an MIT-style license. |
|---|
| | 19 | * For details, see the Prototype web site: http://prototype.conio.net/ |
|---|
| | 20 | * |
|---|
| | 21 | /*--------------------------------------------------------------------------*/ |
|---|
| | 22 | |
|---|
| | 23 | /** |
|---|
| | 24 | * |
|---|
| | 25 | * Contains portions of Rico <http://openrico.org/> |
|---|
| | 26 | * |
|---|
| | 27 | * Copyright 2005 Sabre Airline Solutions |
|---|
| | 28 | * |
|---|
| | 29 | * Licensed under the Apache License, Version 2.0 (the "License"); you |
|---|
| | 30 | * may not use this file except in compliance with the License. You |
|---|
| | 31 | * may obtain a copy of the License at |
|---|
| | 32 | * |
|---|
| | 33 | * http://www.apache.org/licenses/LICENSE-2.0 |
|---|
| | 34 | * |
|---|
| | 35 | * Unless required by applicable law or agreed to in writing, software |
|---|
| | 36 | * distributed under the License is distributed on an "AS IS" BASIS, |
|---|
| | 37 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
|---|
| | 38 | * implied. See the License for the specific language governing |
|---|
| | 39 | * permissions and limitations under the License. |
|---|
| | 40 | * |
|---|
| | 41 | **/ |
|---|
| | 42 | |
|---|