Skip to content

Commit 1eb8013

Browse files
committed
bump year
1 parent 2be8214 commit 1eb8013

27 files changed

Lines changed: 33 additions & 33 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2010-2025 Jakub T. Jankiewicz
3+
Copyright (c) 2010-2026 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,4 +419,4 @@ You can request paid support, you can find details at [support.jcubic.pl](https:
419419

420420
Licensed under [MIT](http://opensource.org/licenses/MIT) license
421421

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

__tests__/terminal.spec.js

Lines changed: 1 addition & 1 deletion
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-2025 Jakub T. Jankiewicz <http://jcubic.pl/me>
10+
* Copyright (c) 2010-2026 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

Lines changed: 2 additions & 2 deletions
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-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2010-2026 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-2025 Jakub T. Jankiewicz');
74+
console.log('Copyright (c) 2010-2026 Jakub T. Jankiewicz');
7575
console.log(`
7676
usage:
7777
${bin} [--help] [-h] [--input] [-i] [- | <file>]

css/jquery.terminal-src.css

Lines changed: 1 addition & 1 deletion
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) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2010-2026 Jakub T. Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
1515
* Date: {{DATE}}

css/jquery.terminal.css

Lines changed: 1 addition & 1 deletion
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) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2010-2026 Jakub T. Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
1515
* Date: Sun, 15 Feb 2026 13:50:40 +0000

css/jquery.terminal.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jquery.terminal.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/animation.js

Lines changed: 1 addition & 1 deletion
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-2025 Jakub Jankiewicz <https://jcubic.pl/me>
12+
* Copyright (c) 2014-2026 Jakub Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
1515
*/

js/ascii_table.js

Lines changed: 1 addition & 1 deletion
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-2025 Jakub Jankiewicz <https://jcubic.pl/me>
20+
* Copyright (c) 2018-2026 Jakub Jankiewicz <https://jcubic.pl/me>
2121
* Released under the MIT license
2222
*
2323
*/

0 commit comments

Comments
 (0)