add copyright notices for javascripts based on commit history

Conflicts:
	js/auto-reload.js
	js/toggle-images.js
This commit is contained in:
czaks 2014-01-19 14:27:24 +01:00 committed by Michael Foster
parent b07d66e55f
commit c043c42445
21 changed files with 41 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']");