Add license to grunt file
This commit is contained in:
parent
e31944501b
commit
cedd14a040
@ -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', [
|
||||||
|
|||||||
12
LICENSE
12
LICENSE
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* 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/
|
||||||
@ -78,11 +78,3 @@
|
|||||||
* 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
|
|
||||||
*/
|
|
||||||
Loading…
x
Reference in New Issue
Block a user