add copyright notices for javascripts based on commit history

This commit is contained in:
czaks 2014-01-19 14:27:24 +01:00
parent 29642bba3e
commit 1c6b178dc5
21 changed files with 40 additions and 4 deletions

View file

@ -1,4 +1,16 @@
// This script puts a link to the catalog below the board subtitle, and next to the board list.
/*
* catalog-link.js - This script puts a link to the catalog below the board
* subtitle and next to the board list.
* https://github.com/vichan-devel/Tinyboard/blob/master/js/catalog-link.js
*
* Released under the MIT license
* Copyright (c) 2013 copypaste <wizardchan@hush.com>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';
* $config['additional_javascript'][] = 'js/catalog-link.js';
*/
function catalog() {
var board = $("input[name='board']");