| | 55 | |
|---|
| | 56 | /** |
|---|
| | 57 | * Contains portions of Gears <http://code.google.com/apis/gears/> |
|---|
| | 58 | * |
|---|
| | 59 | * Copyright 2007, Google Inc. |
|---|
| | 60 | * |
|---|
| | 61 | * Redistribution and use in source and binary forms, with or without |
|---|
| | 62 | * modification, are permitted provided that the following conditions are met: |
|---|
| | 63 | * |
|---|
| | 64 | * 1. Redistributions of source code must retain the above copyright notice, |
|---|
| | 65 | * this list of conditions and the following disclaimer. |
|---|
| | 66 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
|---|
| | 67 | * this list of conditions and the following disclaimer in the documentation |
|---|
| | 68 | * and/or other materials provided with the distribution. |
|---|
| | 69 | * 3. Neither the name of Google Inc. nor the names of its contributors may be |
|---|
| | 70 | * used to endorse or promote products derived from this software without |
|---|
| | 71 | * specific prior written permission. |
|---|
| | 72 | * |
|---|
| | 73 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED |
|---|
| | 74 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
|---|
| | 75 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO |
|---|
| | 76 | * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
|---|
| | 77 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
|---|
| | 78 | * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
|---|
| | 79 | * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
|---|
| | 80 | * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
|---|
| | 81 | * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
|---|
| | 82 | * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| | 83 | * |
|---|
| | 84 | * Sets up google.gears.*, which is *the only* supported way to access Gears. |
|---|
| | 85 | * |
|---|
| | 86 | * Circumvent this file at your own risk! |
|---|
| | 87 | * |
|---|
| | 88 | * In the future, Gears may automatically define google.gears.* without this |
|---|
| | 89 | * file. Gears may use these objects to transparently fix bugs and compatibility |
|---|
| | 90 | * issues. Applications that use the code below will continue to work seamlessly |
|---|
| | 91 | * when that happens. |
|---|
| | 92 | */ |
|---|