Skip to content

Commit

Permalink
update copyright #1006
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 26, 2025
1 parent 92c8e42 commit e0a6726
Show file tree
Hide file tree
Showing 32 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![npm](https://img.shields.io/badge/npm-DEV-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
![bower](https://img.shields.io/badge/bower-DEV-yellow.svg)
[![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)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&98337d9e45365737fee0a9c68019ec79)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&f835e1e451a9a328fcbd9f39c4dc0103)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel)
![NPM Downloads](https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat)
[![jsDelivr Downloads](https://data.jsdelivr.com/v1/package/npm/jquery.terminal/badge?style=rounded&n=1)](https://www.jsdelivr.com/package/npm/jquery.terminal)
[![Paid Support](https://img.shields.io/badge/paid-support-354465.svg)](https://support.jcubic.pl/)
Expand Down Expand Up @@ -407,4 +407,4 @@ You can request paid support, you can find details at [support.jcubic.pl](https:

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

Copyright (c) 2011-2024 [Jakub T. Jankiewicz](https://jcubic.pl/me)
Copyright (c) 2010-2025 [Jakub T. Jankiewicz](https://jcubic.pl/me)
2 changes: 1 addition & 1 deletion __tests__/terminal.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* \/ /____/ version {{VER}}
*
* This file is part of jQuery Terminal. http://terminal.jcubic.pl
* Copyright (c) 2010-2024 Jakub T. Jankiewicz <http://jcubic.pl/me>
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <http://jcubic.pl/me>
* Released under the MIT license
*
* Image Credit: Author Peter Hamer, source Wikipedia
Expand Down
4 changes: 2 additions & 2 deletions bin/convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
*
* Copyright (c) 2010-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*/

Expand Down Expand Up @@ -71,7 +71,7 @@ function usage() {
const bin = path.basename(process.argv[1]);
const space = ' '.repeat(bin.length);
console.log('jQuery Terminal utility to convert ANSI escapes');
console.log('Copyright (c) 2010-2024 Jakub T. Jankiewicz');
console.log('Copyright (c) 2010-2025 Jakub T. Jankiewicz');
console.log(`
usage:
${bin} [--help] [-h] [--input] [-i] [- | <file>]
Expand Down
2 changes: 1 addition & 1 deletion css/jquery.terminal-2.43.0.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This file is part of jQuery Terminal.
*
* Copyright (c) 2011-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2011-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Date: Sun, 08 Sep 2024 09:53:47 +0000
Expand Down
2 changes: 1 addition & 1 deletion css/jquery.terminal-2.43.0.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/jquery.terminal-src.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This file is part of jQuery Terminal.
*
* Copyright (c) 2011-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Date: {{DATE}}
Expand Down
6 changes: 3 additions & 3 deletions css/jquery.terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
*
* This file is part of jQuery Terminal.
*
* Copyright (c) 2011-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Date: Fri, 13 Dec 2024 15:03:29 +0000
* Date: Sun, 26 Jan 2025 13:40:03 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd-prompt, .cmd-prompt div {
Expand All @@ -23,7 +23,7 @@
}
.cmd .cmd-clipboard {
position: absolute !important;
left: -16px;
let: -16px;
left: calc(-16px / var(--pixel-density, 1)) !important;
top: 0 !important;
width: 16px;
Expand Down
4 changes: 2 additions & 2 deletions css/jquery.terminal.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/jquery.terminal.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This file is part of jQuery Terminal that create base class for animation
*
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion js/ascii_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* // or
* term.echo(ascii_table(arr, true)); // this will render first row as header
*
* Copyright (c) 2018-2024 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018-2025 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion js/autocomplete_menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Wrapper for options that will create autocomplete menu for jQuery Terminal
*
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion js/dterm.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/
* Example plugin using jQuery Terminal Emulator
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion js/echo_newline.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Monkey patch to add newlinew option for echo method inside jQuery Terminal
* this file is depracated the echo without newline was added to the library
*
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion js/emoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* this is formatter for jQuery Terminal that add support for emoji
*
* Copyright (c) 2019-2024 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2019-2025 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion js/figlet.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This is wrapper over Figlet.js library by patorjk
*
* Copyright (c) 2024 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2024-2025 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion js/forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This file is part of jQuery Terminal that creates interactive forms
*
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
6 changes: 3 additions & 3 deletions js/jquery.terminal-2.43.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
*
* Copyright (c) 2010-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Contains:
Expand Down Expand Up @@ -7437,7 +7437,7 @@
// :: TERMINAL PLUGIN CODE
// -----------------------------------------------------------------------
var version_set = !$.terminal.version.match(/^\{\{/);
var copyright = 'Copyright (c) 2011-2024 Jakub T. Jankiewicz ' +
var copyright = 'Copyright (c) 2011-2025 Jakub T. Jankiewicz ' +
'<https://jcubic.pl/me>';
var version_string = version_set ? ' v. ' + $.terminal.version : ' ';
// regex is for placing version string aligned to the right
Expand All @@ -7448,7 +7448,7 @@
// :: Terminal Signatures
// -----------------------------------------------------------------------
var signatures = [
['jQuery Terminal', '(c) 2011-2024 jcubic'],
['jQuery Terminal', '(c) 2011-2025 jcubic'],
[name_ver, copyright.replace(/^Copyright | *<.*>/g, '')],
[name_ver, copyright.replace(/^Copyright /, '')],
[
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.terminal-2.43.0.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions js/jquery.terminal-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
*
* Copyright (c) 2010-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Contains:
Expand Down Expand Up @@ -7576,13 +7576,13 @@
// :: TERMINAL PLUGIN CODE
// -----------------------------------------------------------------------
var version_set = !$.terminal.version.match(/^\{\{/);
var copyright = 'Copyright (c) 2011-2024 Jakub T. Jankiewicz ' +
var copyright = 'Copyright (c) 2010-2025 Jakub T. Jankiewicz ' +
'<https://jcubic.pl/me>';
var version_string = version_set ? ' v. ' + $.terminal.version : ' ';
// regex is for placing version string aligned to the right
var reg = new RegExp(' {' + version_string.length + '}$');
function small_string(name) {
return '(c) 2011-2024 [[!;;;;https://jcubic.pl/me]' + name + ']';
return '(c) 2010-2025 [[!;;;;https://jcubic.pl/me]' + name + ']';
}
// -----------------------------------------------------------------------
// :: Terminal Signatures
Expand Down
10 changes: 5 additions & 5 deletions js/jquery.terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
*
* Copyright (c) 2010-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Contains:
Expand Down Expand Up @@ -41,7 +41,7 @@
*
* broken image by Sophia Bai from the Noun Project (CC-BY)
*
* Date: Sun, 26 Jan 2025 13:33:38 +0000
* Date: Sun, 26 Jan 2025 13:39:43 +0000
*/
/* global define, Map, BigInt */
/* eslint-disable */
Expand Down Expand Up @@ -5436,7 +5436,7 @@
// -------------------------------------------------------------------------
$.terminal = {
version: 'DEV',
date: 'Sun, 26 Jan 2025 13:33:38 +0000',
date: 'Sun, 26 Jan 2025 13:39:43 +0000',
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
color_names: [
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
Expand Down Expand Up @@ -7576,13 +7576,13 @@
// :: TERMINAL PLUGIN CODE
// -----------------------------------------------------------------------
var version_set = !$.terminal.version.match(/^\{\{/);
var copyright = 'Copyright (c) 2011-2024 Jakub T. Jankiewicz ' +
var copyright = 'Copyright (c) 2010-2025 Jakub T. Jankiewicz ' +
'<https://jcubic.pl/me>';
var version_string = version_set ? ' v. ' + $.terminal.version : ' ';
// regex is for placing version string aligned to the right
var reg = new RegExp(' {' + version_string.length + '}$');
function small_string(name) {
return '(c) 2011-2024 [[!;;;;https://jcubic.pl/me]' + name + ']';
return '(c) 2010-2025 [[!;;;;https://jcubic.pl/me]' + name + ']';
}
// -----------------------------------------------------------------------
// :: Terminal Signatures
Expand Down
6 changes: 3 additions & 3 deletions js/jquery.terminal.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/jquery.terminal.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/less.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* This is example of how to create less like command for jQuery Terminal
* the code is based on the one from leash shell and written as jQuery plugin
*
* Copyright (c) 2018-2024 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018-2025 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion js/pipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This is object enchancment that will add pipe operator and redirects to commands
*
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion js/prism.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* by default only javascript markup and css languages are defined (also file extension
* for them. To have more languages you need to include appropriate js files.
*
* Copyright (c) 2018-2024 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018-2025 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion js/terminal.widget.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
*
* Copyright (c) 2010-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*/
/* global jQuery */
Expand Down
2 changes: 1 addition & 1 deletion js/terminal.widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
*
* Copyright (c) 2010-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*/
/* global jQuery */
Expand Down
2 changes: 1 addition & 1 deletion js/unix_formatting.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This is example of how to create custom formatter for jQuery Terminal
*
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Includes: node-ansiparser, MIT license, Copyright (c) 2014 Joerg Breitbart
Expand Down
2 changes: 1 addition & 1 deletion js/xml_formatting.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This is example of custom formatter for jQuery Terminal
*
* Copyright (c) 2014-2024 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2014-2025 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion templates/README.in
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,4 @@ You can request paid support, you can find details at [support.jcubic.pl](https:

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

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

0 comments on commit e0a6726

Please sign in to comment.