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

View File

@ -2306,10 +2306,6 @@ Build =
isDeleted: !!data.filedeleted isDeleted: !!data.filedeleted
Build.post o Build.post o
post: (o, isArchived) -> 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 postID, threadID, boardID
name, capcode, tripcode, uniqueID, email, subject, flagCode, flagName, date, dateUTC name, capcode, tripcode, uniqueID, email, subject, flagCode, flagName, date, dateUTC

View File

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