Skip to content

Commit e0a6726

Browse files
committed
update copyright #1006
1 parent 92c8e42 commit e0a6726

32 files changed

+48
-48
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2011-2024 Jakub T. Jankiewicz
3+
Copyright (c) 2010-2025 Jakub T. Jankiewicz
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![npm](https://img.shields.io/badge/npm-DEV-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
99
![bower](https://img.shields.io/badge/bower-DEV-yellow.svg)
1010
[![Build and test](https://github.com/jcubic/jquery.terminal/actions/workflows/build.yaml/badge.svg?branch=devel&event=push)](https://github.com/jcubic/jquery.terminal/actions/workflows/build.yaml)
11-
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&98337d9e45365737fee0a9c68019ec79)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel)
11+
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&f835e1e451a9a328fcbd9f39c4dc0103)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel)
1212
![NPM Downloads](https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat)
1313
[![jsDelivr Downloads](https://data.jsdelivr.com/v1/package/npm/jquery.terminal/badge?style=rounded&n=1)](https://www.jsdelivr.com/package/npm/jquery.terminal)
1414
[![Paid Support](https://img.shields.io/badge/paid-support-354465.svg)](https://support.jcubic.pl/)
@@ -407,4 +407,4 @@ You can request paid support, you can find details at [support.jcubic.pl](https:
407407

408408
Licensed under [MIT](http://opensource.org/licenses/MIT) license
409409

410-
Copyright (c) 2011-2024 [Jakub T. Jankiewicz](https://jcubic.pl/me)
410+
Copyright (c) 2010-2025 [Jakub T. Jankiewicz](https://jcubic.pl/me)

__tests__/terminal.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* \/ /____/ version {{VER}}
88
*
99
* This file is part of jQuery Terminal. http://terminal.jcubic.pl
10-
* Copyright (c) 2010-2024 Jakub T. Jankiewicz <http://jcubic.pl/me>
10+
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <http://jcubic.pl/me>
1111
* Released under the MIT license
1212
*
1313
* Image Credit: Author Peter Hamer, source Wikipedia

bin/convert.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
1111
*
12-
* Copyright (c) 2010-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*/
1515

@@ -71,7 +71,7 @@ function usage() {
7171
const bin = path.basename(process.argv[1]);
7272
const space = ' '.repeat(bin.length);
7373
console.log('jQuery Terminal utility to convert ANSI escapes');
74-
console.log('Copyright (c) 2010-2024 Jakub T. Jankiewicz');
74+
console.log('Copyright (c) 2010-2025 Jakub T. Jankiewicz');
7575
console.log(`
7676
usage:
7777
${bin} [--help] [-h] [--input] [-i] [- | <file>]

css/jquery.terminal-2.43.0.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This file is part of jQuery Terminal.
1111
*
12-
* Copyright (c) 2011-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2011-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
1515
* Date: Sun, 08 Sep 2024 09:53:47 +0000

css/jquery.terminal-2.43.0.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jquery.terminal-src.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This file is part of jQuery Terminal.
1111
*
12-
* Copyright (c) 2011-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
1515
* Date: {{DATE}}

css/jquery.terminal.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
*
1010
* This file is part of jQuery Terminal.
1111
*
12-
* Copyright (c) 2011-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
15-
* Date: Fri, 13 Dec 2024 15:03:29 +0000
15+
* Date: Sun, 26 Jan 2025 13:40:03 +0000
1616
*/
1717
.terminal .terminal-output .format, .cmd .format,
1818
.cmd-prompt, .cmd-prompt div {
@@ -23,7 +23,7 @@
2323
}
2424
.cmd .cmd-clipboard {
2525
position: absolute !important;
26-
left: -16px;
26+
let: -16px;
2727
left: calc(-16px / var(--pixel-density, 1)) !important;
2828
top: 0 !important;
2929
width: 16px;

css/jquery.terminal.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jquery.terminal.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/animation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This file is part of jQuery Terminal that create base class for animation
1111
*
12-
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
1515
*/

js/ascii_table.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* // or
1818
* term.echo(ascii_table(arr, true)); // this will render first row as header
1919
*
20-
* Copyright (c) 2018-2024 Jakub Jankiewicz <https://jcubic.pl/me>
20+
* Copyright (c) 2018-2025 Jakub Jankiewicz <https://jcubic.pl/me>
2121
* Released under the MIT license
2222
*
2323
*/

js/autocomplete_menu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Wrapper for options that will create autocomplete menu for jQuery Terminal
1111
*
12-
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
1515
*/

js/dterm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
77
* \/ /____/
88
* Example plugin using jQuery Terminal Emulator
9-
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
9+
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
1010
* Released under the MIT license
1111
*
1212
*/

js/echo_newline.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Monkey patch to add newlinew option for echo method inside jQuery Terminal
1111
* this file is depracated the echo without newline was added to the library
1212
*
13-
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
13+
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
1414
* Released under the MIT license
1515
*
1616
*/

js/emoji.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* this is formatter for jQuery Terminal that add support for emoji
1111
*
12-
* Copyright (c) 2019-2024 Jakub Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2019-2025 Jakub Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
1515
*/

js/figlet.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This is wrapper over Figlet.js library by patorjk
1111
*
12-
* Copyright (c) 2024 Jakub Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2024-2025 Jakub Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
1515
*/

js/forms.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This file is part of jQuery Terminal that creates interactive forms
1111
*
12-
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
1515
*/

js/jquery.terminal-2.43.0.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
1010
*
11-
* Copyright (c) 2010-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
11+
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
1212
* Released under the MIT license
1313
*
1414
* Contains:
@@ -7437,7 +7437,7 @@
74377437
// :: TERMINAL PLUGIN CODE
74387438
// -----------------------------------------------------------------------
74397439
var version_set = !$.terminal.version.match(/^\{\{/);
7440-
var copyright = 'Copyright (c) 2011-2024 Jakub T. Jankiewicz ' +
7440+
var copyright = 'Copyright (c) 2011-2025 Jakub T. Jankiewicz ' +
74417441
'<https://jcubic.pl/me>';
74427442
var version_string = version_set ? ' v. ' + $.terminal.version : ' ';
74437443
// regex is for placing version string aligned to the right
@@ -7448,7 +7448,7 @@
74487448
// :: Terminal Signatures
74497449
// -----------------------------------------------------------------------
74507450
var signatures = [
7451-
['jQuery Terminal', '(c) 2011-2024 jcubic'],
7451+
['jQuery Terminal', '(c) 2011-2025 jcubic'],
74527452
[name_ver, copyright.replace(/^Copyright | *<.*>/g, '')],
74537453
[name_ver, copyright.replace(/^Copyright /, '')],
74547454
[

js/jquery.terminal-2.43.0.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.terminal-src.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
1010
*
11-
* Copyright (c) 2010-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
11+
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
1212
* Released under the MIT license
1313
*
1414
* Contains:
@@ -7576,13 +7576,13 @@
75767576
// :: TERMINAL PLUGIN CODE
75777577
// -----------------------------------------------------------------------
75787578
var version_set = !$.terminal.version.match(/^\{\{/);
7579-
var copyright = 'Copyright (c) 2011-2024 Jakub T. Jankiewicz ' +
7579+
var copyright = 'Copyright (c) 2010-2025 Jakub T. Jankiewicz ' +
75807580
'<https://jcubic.pl/me>';
75817581
var version_string = version_set ? ' v. ' + $.terminal.version : ' ';
75827582
// regex is for placing version string aligned to the right
75837583
var reg = new RegExp(' {' + version_string.length + '}$');
75847584
function small_string(name) {
7585-
return '(c) 2011-2024 [[!;;;;https://jcubic.pl/me]' + name + ']';
7585+
return '(c) 2010-2025 [[!;;;;https://jcubic.pl/me]' + name + ']';
75867586
}
75877587
// -----------------------------------------------------------------------
75887588
// :: Terminal Signatures

js/jquery.terminal.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
1010
*
11-
* Copyright (c) 2010-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
11+
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
1212
* Released under the MIT license
1313
*
1414
* Contains:
@@ -41,7 +41,7 @@
4141
*
4242
* broken image by Sophia Bai from the Noun Project (CC-BY)
4343
*
44-
* Date: Sun, 26 Jan 2025 13:33:38 +0000
44+
* Date: Sun, 26 Jan 2025 13:39:43 +0000
4545
*/
4646
/* global define, Map, BigInt */
4747
/* eslint-disable */
@@ -5436,7 +5436,7 @@
54365436
// -------------------------------------------------------------------------
54375437
$.terminal = {
54385438
version: 'DEV',
5439-
date: 'Sun, 26 Jan 2025 13:33:38 +0000',
5439+
date: 'Sun, 26 Jan 2025 13:39:43 +0000',
54405440
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
54415441
color_names: [
54425442
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
@@ -7576,13 +7576,13 @@
75767576
// :: TERMINAL PLUGIN CODE
75777577
// -----------------------------------------------------------------------
75787578
var version_set = !$.terminal.version.match(/^\{\{/);
7579-
var copyright = 'Copyright (c) 2011-2024 Jakub T. Jankiewicz ' +
7579+
var copyright = 'Copyright (c) 2010-2025 Jakub T. Jankiewicz ' +
75807580
'<https://jcubic.pl/me>';
75817581
var version_string = version_set ? ' v. ' + $.terminal.version : ' ';
75827582
// regex is for placing version string aligned to the right
75837583
var reg = new RegExp(' {' + version_string.length + '}$');
75847584
function small_string(name) {
7585-
return '(c) 2011-2024 [[!;;;;https://jcubic.pl/me]' + name + ']';
7585+
return '(c) 2010-2025 [[!;;;;https://jcubic.pl/me]' + name + ']';
75867586
}
75877587
// -----------------------------------------------------------------------
75887588
// :: Terminal Signatures

js/jquery.terminal.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.terminal.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/less.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* This is example of how to create less like command for jQuery Terminal
1111
* the code is based on the one from leash shell and written as jQuery plugin
1212
*
13-
* Copyright (c) 2018-2024 Jakub Jankiewicz <https://jcubic.pl/me>
13+
* Copyright (c) 2018-2025 Jakub Jankiewicz <https://jcubic.pl/me>
1414
* Released under the MIT license
1515
*
1616
*/

js/pipe.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This is object enchancment that will add pipe operator and redirects to commands
1111
*
12-
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
1515
*/

js/prism.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* by default only javascript markup and css languages are defined (also file extension
3131
* for them. To have more languages you need to include appropriate js files.
3232
*
33-
* Copyright (c) 2018-2024 Jakub Jankiewicz <https://jcubic.pl/me>
33+
* Copyright (c) 2018-2025 Jakub Jankiewicz <https://jcubic.pl/me>
3434
* Released under the MIT license
3535
*
3636
*/

js/terminal.widget.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
1010
*
11-
* Copyright (c) 2010-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
11+
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
1212
* Released under the MIT license
1313
*/
1414
/* global jQuery */

js/terminal.widget.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
1010
*
11-
* Copyright (c) 2010-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
11+
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
1212
* Released under the MIT license
1313
*/
1414
/* global jQuery */

js/unix_formatting.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This is example of how to create custom formatter for jQuery Terminal
1111
*
12-
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
1515
* Includes: node-ansiparser, MIT license, Copyright (c) 2014 Joerg Breitbart

js/xml_formatting.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This is example of custom formatter for jQuery Terminal
1111
*
12-
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
1515
*/

templates/README.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,4 @@ You can request paid support, you can find details at [support.jcubic.pl](https:
407407

408408
Licensed under [MIT](http://opensource.org/licenses/MIT) license
409409

410-
Copyright (c) 2011-2024 [Jakub T. Jankiewicz](https://jcubic.pl/me)
410+
Copyright (c) 2010-2025 [Jakub T. Jankiewicz](https://jcubic.pl/me)

0 commit comments

Comments
 (0)