From 2c8d7de17c387374b42eb00eeab167eef99ecd07 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 25 Feb 2015 19:51:35 -0800 Subject: [PATCH] Stop rebuilding LICENSE every release. --- .gitattributes | 1 - Gruntfile.coffee | 8 +--- LICENSE | 2 +- src/General/meta/banner.js | 80 -------------------------------------- 4 files changed, 3 insertions(+), 88 deletions(-) delete mode 100755 src/General/meta/banner.js diff --git a/.gitattributes b/.gitattributes index 8da07943f..f3760d287 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,6 @@ * text=auto builds/* -text -LICENSE -text # Custom for Visual Studio *.cs diff=csharp diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 96ed98331..d7b6258e0 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -76,16 +76,13 @@ module.exports = (grunt) -> 'src/General/Main.coffee' ] dest: 'tmp-<%= pkg.type %>/script.coffee' - meta: - files: - 'LICENSE': 'src/General/meta/banner.js' crx: files: 'testbuilds/updates<%= pkg.meta.suffix[pkg.channel] %>.xml': 'src/General/meta/updates.xml' 'testbuilds/crx<%= pkg.meta.suffix[pkg.channel] %>/manifest.json': 'src/General/meta/manifest.json' 'testbuilds/crx<%= pkg.meta.suffix[pkg.channel] %>/script.js': [ 'src/General/meta/botproc.js' - 'src/General/meta/banner.js' + 'LICENSE' 'src/General/meta/usestrict.js' 'tmp-<%= pkg.type %>/script.js' ] @@ -96,7 +93,7 @@ module.exports = (grunt) -> 'testbuilds/<%= pkg.name %><%= pkg.meta.suffix[pkg.channel] %>.user.js': [ 'src/General/meta/botproc.js' 'src/General/meta/metadata.js' - 'src/General/meta/banner.js' + 'LICENSE' 'src/General/meta/usestrict.js' 'tmp-<%= pkg.type %>/script.js' ] @@ -341,7 +338,6 @@ module.exports = (grunt) -> grunt.registerTask 'full', [ 'build' 'pack' - 'concat:meta' 'copy:builds' ] diff --git a/LICENSE b/LICENSE index 46ad08bb5..6d39a98a9 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.10.1.15 +* 4chan X * * Licensed under the MIT license. * https://github.com/ccd0/4chan-x/blob/master/LICENSE diff --git a/src/General/meta/banner.js b/src/General/meta/banner.js deleted file mode 100755 index b39663e8b..000000000 --- a/src/General/meta/banner.js +++ /dev/null @@ -1,80 +0,0 @@ -/* -* <%= meta.name %> - Version <%= meta.version %> -* -* Licensed under the MIT license. -* <%= meta.repo %>blob/master/LICENSE -* -* Appchan X Copyright © 2013-2015 Zixaphir -* http://zixaphir.github.io/appchan-x/ -* 4chan x Copyright © 2009-2011 James Campos -* https://github.com/aeosynth/4chan-x -* 4chan x Copyright © 2012-2014 Nicolas Stepien -* https://4chan-x.just-believe.in/ -* 4chan x Copyright © 2013-2014 Jordan Bates -* http://seaweedchan.github.io/4chan-x/ -* 4chan x Copyright © 2012-2013 ihavenoface -* http://ihavenoface.github.io/4chan-x/ -* 4chan SS Copyright © 2011-2013 Ahodesuka -* https://github.com/ahodesuka/4chan-Style-Script/ -* -* Permission is hereby granted, free of charge, to any person -* obtaining a copy of this software and associated documentation -* files (the "Software"), to deal in the Software without -* restriction, including without limitation the rights to use, -* copy, modify, merge, publish, distribute, sublicense, and/or sell -* copies of the Software, and to permit persons to whom the -* Software is furnished to do so, subject to the following -* conditions: -* -* The above copyright notice and this permission notice shall be -* included in all copies or substantial portions of the Software. -* 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 AND -* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -* OTHER DEALINGS IN THE SOFTWARE. -* -* Contributors: -* aeosynth -* mayhemydg -* noface -* !K.WeEabo0o -* blaise -* that4chanwolf -* desuwa -* seaweed -* e000 -* ahodesuka -* Shou -* ferongr -* xat -* Ongpot -* thisisanon -* Anonymous -* Seiba -* herpaderpderp -* WakiMiko -* btmcsweeney -* AppleBloom -* detharonil -* -* All the people who've taken the time to write bug reports. -* -* Thank you. -*/ - -/* -* Contains data from external sources: -* -* audio/beep.wav from http://freesound.org/people/pierrecartoons1979/sounds/90112/ -* cc-by-nc-3.0 -* -* 4chan/4chan-JS (https://github.com/4chan/4chan-JS) -* Copyright (c) 2012-2013, 4chan LLC -* All rights reserved. -* -* license: https://github.com/4chan/4chan-JS/blob/master/LICENSE -*/