Add license to grunt file

This commit is contained in:
Jordan Bates 2013-04-25 05:19:08 -07:00
parent e31944501b
commit cedd14a040
2 changed files with 83 additions and 85 deletions

View File

@ -26,6 +26,11 @@ module.exports = (grunt) ->
] ]
dest: 'tmp-<%= pkg.type %>/script.coffee' dest: 'tmp-<%= pkg.type %>/script.coffee'
license:
options: concatOptions
files:
'LICENSE': 'src/meta/banner.js'
crx: crx:
options: concatOptions options: concatOptions
files: files:
@ -135,6 +140,7 @@ module.exports = (grunt) ->
grunt.registerTask 'build', [ grunt.registerTask 'build', [
'concurrent:build' 'concurrent:build'
'concat:license'
] ]
grunt.registerTask 'build-crx', [ grunt.registerTask 'build-crx', [

162
LICENSE
View File

@ -1,88 +1,80 @@
/* /*
* 4chan x - Version 1.0.10 - 2013-04-23 * 4chan X - Version 1.1.0 - 2013-04-25
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/4chanX/LICENSE * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
* *
* Appchan X Copyright © 2013-2013 Zixaphir <zixaphirmoxphar@gmail.com> * Appchan X Copyright © 2013-2013 Zixaphir <zixaphirmoxphar@gmail.com>
* http://zixaphir.github.io/appchan-x/ * http://zixaphir.github.io/appchan-x/
* 4chan x Copyright © 2009-2011 James Campos <james.r.campos@gmail.com> * 4chan x Copyright © 2009-2011 James Campos <james.r.campos@gmail.com>
* https://github.com/aeosynth/4chan-x * https://github.com/aeosynth/4chan-x
* 4chan x Copyright © 2012-2013 Nicolas Stepien <stepien.nicolas@gmail.com> * 4chan x Copyright © 2012-2013 Nicolas Stepien <stepien.nicolas@gmail.com>
* https://4chan-x.just-believe.in/ * https://4chan-x.just-believe.in/
* 4chan x Copyright © 2013-2013 Jordan Bates <saudrapsmann@gmail.com> * 4chan x Copyright © 2013-2013 Jordan Bates <saudrapsmann@gmail.com>
* http://seaweedchan.github.io/4chan-x/ * http://seaweedchan.github.io/4chan-x/
* 4chan x Copyright © 2012-2013 ihavenoface * 4chan x Copyright © 2012-2013 ihavenoface
* http://ihavenoface.github.io/4chan-x/ * http://ihavenoface.github.io/4chan-x/
* OneeChan Copyright © 2011-2013 Jordan Bates <saudrapsmann@gmail.com> * OneeChan Copyright © 2011-2013 Jordan Bates <saudrapsmann@gmail.com>
* http://seaweedchan.github.io/oneechan/ * http://seaweedchan.github.io/oneechan/
* 4chan SS Copyright © 2011-2013 Ahodesuka * 4chan SS Copyright © 2011-2013 Ahodesuka
* https://github.com/ahodesuka/4chan-Style-Script/ * https://github.com/ahodesuka/4chan-Style-Script/
* Raphael Icons Copyright © 2013 Dmitry Baranovskiy * Raphael Icons Copyright © 2013 Dmitry Baranovskiy
* http://raphaeljs.com/icons/ * http://raphaeljs.com/icons/
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without * files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use, * restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell * copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the * copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following * Software is furnished to do so, subject to the following
* conditions: * conditions:
* *
* The above copyright notice and this permission notice shall be * The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software. * included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
* *
* Contributors: * Contributors:
* aeosynth * aeosynth
* mayhemydg * mayhemydg
* noface * noface
* !K.WeEabo0o * !K.WeEabo0o
* blaise * blaise
* that4chanwolf * that4chanwolf
* desuwa * desuwa
* seaweed * seaweed
* e000 * e000
* ahodesuka * ahodesuka
* Shou * Shou
* ferongr * ferongr
* xat * xat
* Ongpot * Ongpot
* thisisanon * thisisanon
* Anonymous * Anonymous
* Seiba * Seiba
* herpaderpderp * herpaderpderp
* WakiMiko * WakiMiko
* btmcsweeney * btmcsweeney
* AppleBloom * AppleBloom
* *
* All the people who've taken the time to write bug reports. * All the people who've taken the time to write bug reports.
* *
* Thank you. * Thank you.
*/ */
/* /*
* Linkify based on: * Linkify based on:
* http://downloads.mozdev.org/greasemonkey/linkify.user.js * http://downloads.mozdev.org/greasemonkey/linkify.user.js
* https://github.com/MayhemYDG/LinkifyPlusFork * https://github.com/MayhemYDG/LinkifyPlusFork
* *
* Originally written by Anthony Lieuallen of http://arantius.com/ * Originally written by Anthony Lieuallen of http://arantius.com/
* Licensed for unlimited modification and redistribution as long as * Licensed for unlimited modification and redistribution as long as
* this notice is kept intact. * this notice is kept intact.
*/ */
/*
* JSColor, JavaScript Color Picker
*
* @license GNU Lesser General Public License, http://www.gnu.org/copyleft/lesser.html
* @author Jan Odvarko, http://odvarko.cz
* @link http://JSColor.com
*/