"damn i wouldn't like working with that kind of assholes around"
This commit is contained in:
Nicolas Stepien 2013-04-25 20:49:20 +02:00
parent c00fad9bd3
commit 4b474a5ec5
4 changed files with 12 additions and 11 deletions

10
LICENSE
View File

@ -20,3 +20,13 @@ 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.
---
Contains code from the following repositories:
4chan/4chan-JS (https://github.com/4chan/4chan-JS)
license: https://github.com/4chan/4chan-JS/blob/master/LICENSE
seaweedchan/4chan-x (https://github.com/seaweedchan/4chan-x)
license: https://github.com/seaweedchan/4chan-x/blob/master/LICENSE

View File

@ -1,10 +1,7 @@
/* <%= meta.name %> - Version <%= version %> - <%= grunt.template.today('yyyy-mm-dd') %>
* <%= meta.page %>
*
* Copyright (c) 2009-2011 James Campos <james.r.campos@gmail.com>
* Copyright (c) 2012-<%= grunt.template.today('yyyy') %> Nicolas Stepien <stepien.nicolas@gmail.com>
* Licensed under the MIT license.
* <%= meta.repo %>blob/master/LICENSE
* Copyrights and License: <%= meta.repo %>blob/<%= meta.mainBranch %>/LICENSE
*
* Contributors:
* <%= meta.repo %>graphs/contributors

View File

@ -2306,10 +2306,6 @@ Build =
isDeleted: !!data.filedeleted
Build.post o
post: (o, isArchived) ->
###
This function contains code from 4chan-JS (https://github.com/4chan/4chan-JS).
@license: https://github.com/4chan/4chan-JS/blob/master/LICENSE
###
{
postID, threadID, boardID
name, capcode, tripcode, uniqueID, email, subject, flagCode, flagName, date, dateUTC

View File

@ -3,9 +3,7 @@
// @version <%= version %>
// @namespace <%= name %>
// @description <%= description %>
// @copyright 2009-2011 James Campos <james.r.campos@gmail.com>
// @copyright 2012-<%= grunt.template.today('yyyy') %> Nicolas Stepien <stepien.nicolas@gmail.com>
// @license MIT; http://en.wikipedia.org/wiki/Mit_license
// @license MIT; <%= meta.repo %>blob/<%= meta.mainBranch %>/LICENSE
<%=
meta.matches.map(function(match) {
return '// @match ' + match;