diff --git a/LICENSE b/LICENSE index 37991acde..78a762845 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/src/banner.js b/src/banner.js index f7d4ace23..10140c5d6 100644 --- a/src/banner.js +++ b/src/banner.js @@ -1,10 +1,7 @@ /* <%= meta.name %> - Version <%= version %> - <%= grunt.template.today('yyyy-mm-dd') %> * <%= meta.page %> * - * Copyright (c) 2009-2011 James Campos - * Copyright (c) 2012-<%= grunt.template.today('yyyy') %> Nicolas Stepien - * Licensed under the MIT license. - * <%= meta.repo %>blob/master/LICENSE + * Copyrights and License: <%= meta.repo %>blob/<%= meta.mainBranch %>/LICENSE * * Contributors: * <%= meta.repo %>graphs/contributors diff --git a/src/features.coffee b/src/features.coffee index 728d3fa58..7e9d612f7 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -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 diff --git a/src/metadata.js b/src/metadata.js index 8371b5a41..957342f9a 100644 --- a/src/metadata.js +++ b/src/metadata.js @@ -3,9 +3,7 @@ // @version <%= version %> // @namespace <%= name %> // @description <%= description %> -// @copyright 2009-2011 James Campos -// @copyright 2012-<%= grunt.template.today('yyyy') %> Nicolas Stepien -// @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;