Skip to content

Commit 03f4d7d

Browse files
committed
* implemented belatedpngfix (MIT license) - NOT tested yet
git-svn-id: svn://svn.ajax.org/platform/source/trunk@1268 3c3c2983-eddd-4584-88e6-321645f70290
1 parent 814cbd1 commit 03f4d7d

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

NOTICE

+13-12
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,37 @@ Some Javascript Array prototype extensions and the Event Native class have been
1111
generously borrowed from the excellent Mootools library (http://mootools.net)
1212
and is licensed under the MIT license.
1313

14-
The Url and Storage libraries have been generously templated from the
15-
excellent Dojo Toolkit (http://dojotoolkit.org), Copyright (c) 2005-2008,
14+
The Url and Storage libraries have been generously templated from the
15+
excellent Dojo Toolkit (http://dojotoolkit.org), Copyright (c) 2005-2008,
1616
The Dojo Foundation, and is licensed under the BSD license.
1717

18-
The Javascript Base64 encode / decode library is copyrighted by
18+
The Javascript Base64 encode / decode library is copyrighted by
1919
http://www.webtoolkit.info/. License type unknown.
2020

2121
The JavaScript implementation of the RSA Data Security, Inc. MD4 Message Digest
22-
Algorithm, version 2.1, is copyrighted by Jerrad Pierce, Paul Johnston 1999 -
22+
Algorithm, version 2.1, is copyrighted by Jerrad Pierce, Paul Johnston 1999 -
2323
2002 (http://pajhome.org.uk/crypt/md5/) and licensed under the BSD license.
2424

2525
The JavaScript implementation of the RSA Data Security, Inc. MD5 Message Digest
26-
Algorithm, version 2.1, is copyrighted by Paul Johnston 1999 - 2002
26+
Algorithm, version 2.1, is copyrighted by Paul Johnston 1999 - 2002
2727
(http://pajhome.org.uk/crypt/md5/) and licensed under the BSD license.
2828

2929
The JavaScript implementation of the Secure Hash Algorithm, SHA-1, version 2.1a,
3030
is copyrighted by Paul Johnston 2000 - 2002 (http://pajhome.org.uk/crypt/md5)
3131
and licensed under the BSD license.
3232

33-
The Flow library is based on the js-graph-it library, which is open source
34-
software from Luca Zenti (http://js-graph-it.sourceforge.net/) and is licensed
33+
The Flow library is based on the js-graph-it library, which is open source
34+
software from Luca Zenti (http://js-graph-it.sourceforge.net/) and is licensed
3535
under the BSD license
3636

37-
The Date Format library is open source software from Steven Levithan
37+
The Date Format library is open source software from Steven Levithan
3838
(http://stevenlevithan.com/) and is licensed under the MIT license.
3939

4040
Quicktime is a registered trademark of Apple Inc.
4141
The AC_Quicktime library, version 1.2, is open source software from Apple Inc.,
4242
copyright (c) 2006-2007 Apple Computer, Inc., All Rights Reserved.
4343

44-
The FAVideo library, version 1.7, is open source software from Adobe Systems,
44+
The FAVideo library, version 1.7, is open source software from Adobe Systems,
4545
copyright (c) 2007. Adobe Systems Incorporated, and licensed under the BSD
4646
license.
4747

@@ -53,9 +53,10 @@ The SoundManager2 library, version 2.78a.20080901, is copyrighted by Scott
5353
Schiller 2008 (http://schillmania.com/projects/soundmanager2/) and licensed
5454
under the BSD license.
5555

56-
The IE5.5+ PNG Alpha Fix, version 2.0 Alpha is copyrighted by Angus Turnbull
57-
2008 (http://www.twinhelix.com) and licensed under the LGPL license.
56+
The DD_belatedPNG library, version 0.0.6a is copyrighted by Drew Diller 2008
57+
(http://www.dillerdesign.com/experiment/DD_belatedPNG/) and licensed under the
58+
MIT license.
5859

5960
Other libraries used in this product require their respective headers with
6061
copyright and license notices to remain unchanged in the file(s) containing the
61-
source code.
62+
source code.

loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jpf.Elements = [
113113
"video",
114114
"xslt",
115115

116-
"appsettings/iepngfix_tilebg",
116+
"appsettings/belatedpngfix",
117117

118118
"audio/type_flash",
119119

0 commit comments

Comments
 (0)