OLD | NEW |
(Empty) | |
| 1 ====================================================================== |
| 2 ./popuplib.js (PopupManager): |
| 3 ====================================================================== |
| 4 |
| 5 // Copyright 2009 Google Inc. |
| 6 // |
| 7 // Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 // you may not use this file except in compliance with the License. |
| 9 // 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 implied. |
| 16 // See the License for the specific language governing permissions and |
| 17 // limitations under the License. |
| 18 |
| 19 ====================================================================== |
| 20 ./index.php JS templating engine: |
| 21 ====================================================================== |
| 22 |
| 23 The MIT License |
| 24 |
| 25 Copyright (c) 2010 John Resig |
| 26 |
| 27 Permission is hereby granted, free of charge, to any person obtaining a copy |
| 28 of this software and associated documentation files (the "Software"), to deal |
| 29 in the Software without restriction, including without limitation the rights |
| 30 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 31 copies of the Software, and to permit persons to whom the Software is |
| 32 furnished to do so, subject to the following conditions: |
| 33 |
| 34 The above copyright notice and this permission notice shall be included in |
| 35 all copies or substantial portions of the Software. |
| 36 |
| 37 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 38 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 39 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 40 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 41 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 42 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 43 THE SOFTWARE. |
| 44 |
| 45 ====================================================================== |
| 46 ./lib/oauth/ is licensed as follows |
| 47 (Cf. ../lib/oauth/LICENSE.txt): |
| 48 ====================================================================== |
| 49 |
| 50 The MIT License |
| 51 |
| 52 Copyright (c) 2007 Andy Smith |
| 53 |
| 54 Permission is hereby granted, free of charge, to any person obtaining a copy |
| 55 of this software and associated documentation files (the "Software"), to deal |
| 56 in the Software without restriction, including without limitation the rights |
| 57 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 58 copies of the Software, and to permit persons to whom the Software is |
| 59 furnished to do so, subject to the following conditions: |
| 60 |
| 61 The above copyright notice and this permission notice shall be included in |
| 62 all copies or substantial portions of the Software. |
| 63 |
| 64 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 65 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 66 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 67 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 68 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 69 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 70 THE SOFTWARE. |
| 71 |
| 72 ====================================================================== |
| 73 ./lib/lightopenid/ is licensed as follows |
| 74 (Cf. ../lib/lightopenid/openid.php): |
| 75 ====================================================================== |
| 76 |
| 77 The MIT License |
| 78 |
| 79 Copyright (c) 2010, Mewp |
| 80 |
| 81 Permission is hereby granted, free of charge, to any person obtaining a copy |
| 82 of this software and associated documentation files (the "Software"), to deal |
| 83 in the Software without restriction, including without limitation the rights |
| 84 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 85 copies of the Software, and to permit persons to whom the Software is |
| 86 furnished to do so, subject to the following conditions: |
| 87 |
| 88 The above copyright notice and this permission notice shall be included in |
| 89 all copies or substantial portions of the Software. |
| 90 |
| 91 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 92 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 93 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 94 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 95 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 96 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 97 THE SOFTWARE. |
OLD | NEW |