Browse Source

add copyright notices for javascripts based on commit history

pull/40/head
czaks 10 years ago
parent
commit
1c6b178dc5
  1. 1
      js/ajax.js
  2. 1
      js/auto-reload.js
  3. 14
      js/catalog-link.js
  4. 1
      js/download-original.js
  5. 1
      js/expand-all-images.js
  6. 2
      js/expand.js
  7. 1
      js/forced-anon.js
  8. 1
      js/hide-images.js
  9. 1
      js/inline-expanding.js
  10. 1
      js/local-time.js
  11. 2
      js/post-hover.js
  12. 2
      js/quick-post-controls.js
  13. 2
      js/quick-reply-old.js
  14. 1
      js/quick-reply.js
  15. 1
      js/settings.js
  16. 1
      js/show-backlinks.js
  17. 1
      js/smartphone-spoiler.js
  18. 1
      js/style-select.js
  19. 7
      js/toggle-images.js
  20. 1
      js/toggle-locked-threads.js
  21. 1
      js/youtube.js

1
js/ajax.js

@ -4,6 +4,7 @@
*
* Released under the MIT license
* Copyright (c) 2013 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';

1
js/auto-reload.js

@ -7,6 +7,7 @@
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
* Copyright (c) 2013 undido <firekid109@hotmail.com>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';

14
js/catalog-link.js

@ -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']");

1
js/download-original.js

@ -7,6 +7,7 @@
*
* Released under the MIT license
* Copyright (c) 2012-2013 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';

1
js/expand-all-images.js

@ -6,6 +6,7 @@
*
* Released under the MIT license
* Copyright (c) 2012-2013 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';

2
js/expand.js

@ -4,6 +4,8 @@
*
* Released under the MIT license
* Copyright (c) 2012-2013 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013 Czterooki <czterooki1337@gmail.com>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';

1
js/forced-anon.js

@ -4,6 +4,7 @@
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';

1
js/hide-images.js

@ -6,6 +6,7 @@
*
* Released under the MIT license
* Copyright (c) 2013 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';

1
js/inline-expanding.js

@ -4,6 +4,7 @@
*
* Released under the MIT license
* Copyright (c) 2012-2013 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* // $config['additional_javascript'][] = 'js/jquery.min.js';

1
js/local-time.js

@ -4,6 +4,7 @@
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* // $config['additional_javascript'][] = 'js/jquery.min.js';

2
js/post-hover.js

@ -4,6 +4,8 @@
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
* Copyright (c) 2013 Macil Tech <maciltech@gmail.com>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';

2
js/quick-post-controls.js

@ -4,6 +4,8 @@
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013 undido <firekid109@hotmail.com>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';

2
js/quick-reply-old.js

@ -4,6 +4,8 @@
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
* Copyright (c) 2013 lancee <lancee@55ch.org>
*
* Usage:
* $config['quick_reply'] = true;

1
js/quick-reply.js

@ -4,6 +4,7 @@
*
* Released under the MIT license
* Copyright (c) 2013 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';

1
js/settings.js

@ -11,6 +11,7 @@
*
* Released under the MIT license
* Copyright (c) 2013 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';

1
js/show-backlinks.js

@ -4,6 +4,7 @@
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';

1
js/smartphone-spoiler.js

@ -4,6 +4,7 @@
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/mobile-style.js';

1
js/style-select.js

@ -6,6 +6,7 @@
*
* Released under the MIT license
* Copyright (c) 2013 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';

7
js/toggle-images.js

@ -3,6 +3,7 @@
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';
@ -58,10 +59,10 @@ $(document).ready(function(){
.click(function() {
hide_images = !hide_images;
if (hide_images) {
$('img.post-image').each(hideImage);
$('img.post-image, .theme-catalog .thread>a>img').each(hideImage);
localStorage.hideimages = true;
} else {
$('img.post-image').each(restoreImage);
$('img.post-image, .theme-catalog .thread>a>img').each(restoreImage);
delete localStorage.hideimages;
}
@ -71,7 +72,7 @@ $(document).ready(function(){
});
if (hide_images) {
$('img.post-image, .catalog-theme .thread img').each(hideImage);
$('img.post-image, .theme-catalog .thread>a>img').each(hideImage);
show_hide_hide_images_buttons();
}

1
js/toggle-locked-threads.js

@ -3,6 +3,7 @@
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';

1
js/youtube.js

@ -10,6 +10,7 @@
*
* Released under the MIT license
* Copyright (c) 2013 Michael Save <savetheinternet@tinyboard.org>
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
*
* Usage:
* $config['embedding'] = array();

Loading…
Cancel
Save