diff --git a/ATTRIBUTION.txt b/ATTRIBUTION.txt new file mode 100644 index 00000000000..123c7d0ca4f --- /dev/null +++ b/ATTRIBUTION.txt @@ -0,0 +1,9 @@ +Portions of the AlloyUI CSS Framwork (base.css, icons.css) +based on the jQuery UI CSS Framework +Copyright (c) 2008 jQuery UI Team (http://jqueryui.com/about) +Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. +---------------------------------- +Fugue Icons (icon_sprite.png) +Copyright (C) 2009 Yusuke Kamiyamane. All rights reserved. +The icons are licensed under a Creative Commons Attribution 3.0 license. + \ No newline at end of file diff --git a/README.txt b/README.txt index 59e9396656a..77fafce388b 100644 --- a/README.txt +++ b/README.txt @@ -4,6 +4,7 @@ Welcome to Alloy Library Source @VERSION@ * Documentation: http://alloy.liferay.com/api/ * Discuss: http://alloy.liferay.com/forum/ * Latest Stable Release: http://alloy.liferay.com/downloads/ +* Attribution/Third-party licenses: http://alloy.liferay.com/ATTRIBUTION.txt Folder description api/ - Contains the generated API Documentation diff --git a/src/aui-base/js/aui-core.js b/src/aui-base/js/aui-core.js index 6be8250ab16..17611659a7b 100644 --- a/src/aui-base/js/aui-core.js +++ b/src/aui-base/js/aui-core.js @@ -9,6 +9,9 @@ * Nate Cavanaugh (nathan.cavanaugh@liferay.com) * Eduardo Lundgren (eduardo.lundgren@liferay.com) * + * Attribution/Third-party licenses + * http://alloy.liferay.com/ATTRIBUTION.txt + * * Date: @DATE@ * Revision: @REVISION@ */