Author: reebalazs Date: Mon Aug 18 12:28:06 2008 New Revision: 57399 Modified: kukit/kukit.js/branch/1.4/3rd_party/sarissa.js kukit/kukit.js/branch/1.4/doc/HISTORY.txt Log: Backport -r57396 of kukit.js trunk: Change license header of third-party sarissa.js to work around ohloh's license detection problems
Modified: kukit/kukit.js/branch/1.4/3rd_party/sarissa.js ============================================================================== --- kukit/kukit.js/branch/1.4/3rd_party/sarissa.js (original) +++ kukit/kukit.js/branch/1.4/3rd_party/sarissa.js Mon Aug 18 12:28:06 2008 @@ -10,13 +10,8 @@ * ==================================================================== * Licence * ==================================================================== - * Sarissa is free software distributed under the GNU GPL version 2 (see <a href="gpl.txt">gpl.txt</a>) or higher, - * GNU LGPL version 2.1 (see <a href="lgpl.txt">lgpl.txt</a>) or higher and Apache Software License 2.0 or higher - * (see <a href="asl.txt">asl.txt</a>). This means you can choose one of the three and use that if you like. If - * you make modifications under the ASL, i would appreciate it if you submitted those. - * In case your copy of Sarissa does not include the license texts, you may find - * them online in various formats at <a href="http://www.gnu.org">http://www.gnu.org</a> and - * <a href="http://www.apache.org">http://www.apache.org</a>. + * Sarissa is free software distributed under the GNU GPL version 2 + * Other licenses are also available, see http://dev.abiss.gr/sarissa/ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE * WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE Modified: kukit/kukit.js/branch/1.4/doc/HISTORY.txt ============================================================================== --- kukit/kukit.js/branch/1.4/doc/HISTORY.txt (original) +++ kukit/kukit.js/branch/1.4/doc/HISTORY.txt Mon Aug 18 12:28:06 2008 @@ -5,7 +5,14 @@ kukit.js - 1.4dev Unreleased - ... - + + - Replaced license header of third-party sarissa.js + to workaround the license detection of ohloh. + sarissa.js is redistributed under GNU GPL v2 + as previously. + [ree] + + - Fix cssQuery-compat.js to use newest base2 api. [ree] _______________________________________________ Kukit-checkins mailing list [email protected] http://codespeak.net/mailman/listinfo/kukit-checkins
