• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1This extension uses code from the following two JavaScript libraries:
2
3http://unitedheroes.net/OAuthSimple/js/OAuthSimple.js
4=====================================================
5/* OAuthSimple
6  * A simpler version of OAuth
7  *
8  * author:     jr conlin
9  * mail:       src@anticipatr.com
10  * copyright:  unitedHeroes.net
11  * version:    1.0
12  * url:        http://unitedHeroes.net/OAuthSimple
13  *
14  * Copyright (c) 2009, unitedHeroes.net
15  * All rights reserved.
16  *
17  * Redistribution and use in source and binary forms, with or without
18  * modification, are permitted provided that the following conditions are met:
19  *     * Redistributions of source code must retain the above copyright
20  *       notice, this list of conditions and the following disclaimer.
21  *     * Redistributions in binary form must reproduce the above copyright
22  *       notice, this list of conditions and the following disclaimer in the
23  *       documentation and/or other materials provided with the distribution.
24  *     * Neither the name of the unitedHeroes.net nor the
25  *       names of its contributors may be used to endorse or promote products
26  *       derived from this software without specific prior written permission.
27  *
28  * THIS SOFTWARE IS PROVIDED BY UNITEDHEROES.NET ''AS IS'' AND ANY
29  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
30  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
31  * DISCLAIMED. IN NO EVENT SHALL UNITEDHEROES.NET BE LIABLE FOR ANY
32  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
33  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
34  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
35  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
36  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
37  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38 */
39
40 http://pajhome.org.uk/crypt/md5/sha1.js
41 =======================================
42 /*
43 * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined
44 * in FIPS PUB 180-1
45 * Version 2.1a Copyright Paul Johnston 2000 - 2002.
46 * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
47 * Distributed under the BSD License
48 * See http://pajhome.org.uk/crypt/md5 for details.
49 */
50