Skip to content

Commit bdda401

Browse files
committed
#199: Update copyright year.
Variable_Environment.ts: Contained earlier accidentally also Vinay Rajur's name. I removed it now.
1 parent 65b5c0e commit bdda401

File tree

145 files changed

+338
-287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+338
-287
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ This project is free open source software and receives no funding. I want to tha
132132

133133
## Copyright
134134

135-
Copyright (C) 2021 - 2022 Jarkko Linnanvirta (see other authors in [AUTHORS.md](https://github.com/Taitava/obsidian-shellcommands/blob/main/AUTHORS.md)).
135+
Copyright (C) 2021 - 2023 Jarkko Linnanvirta (see other authors in [AUTHORS.md](https://github.com/Taitava/obsidian-shellcommands/blob/main/AUTHORS.md)).
136136

137137
This program is free software: you can redistribute it and/or modify
138138
it under the terms of the GNU General Public License as published by

src/Common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* 'Shell commands' plugin for Obsidian.
3-
* Copyright (C) 2021 - 2022 Jarkko Linnanvirta
3+
* Copyright (C) 2021 - 2023 Jarkko Linnanvirta
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, version 3 of the License.
7+
* the Free Software Foundation, version 3.0 of the License.
88
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/ConfirmationModal.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* 'Shell commands' plugin for Obsidian.
3-
* Copyright (C) 2021 - 2022 Jarkko Linnanvirta
3+
* Copyright (C) 2021 - 2023 Jarkko Linnanvirta
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, version 3 of the License.
7+
* the Free Software Foundation, version 3.0 of the License.
88
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/Debug.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
/*
33
* 'Shell commands' plugin for Obsidian.
4-
* Copyright (C) 2021 - 2022 Jarkko Linnanvirta
4+
* Copyright (C) 2021 - 2023 Jarkko Linnanvirta
55
*
66
* This program is free software: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation, version 3 of the License.
8+
* the Free Software Foundation, version 3.0 of the License.
99
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/Documentation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* 'Shell commands' plugin for Obsidian.
3-
* Copyright (C) 2021 - 2022 Jarkko Linnanvirta
3+
* Copyright (C) 2021 - 2023 Jarkko Linnanvirta
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, version 3 of the License.
7+
* the Free Software Foundation, version 3.0 of the License.
88
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/Hotkeys.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* 'Shell commands' plugin for Obsidian.
3-
* Copyright (C) 2021 - 2022 Jarkko Linnanvirta
3+
* Copyright (C) 2021 - 2023 Jarkko Linnanvirta
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, version 3 of the License.
7+
* the Free Software Foundation, version 3.0 of the License.
88
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/IDGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* 'Shell commands' plugin for Obsidian.
3-
* Copyright (C) 2021 - 2022 Jarkko Linnanvirta
3+
* Copyright (C) 2021 - 2023 Jarkko Linnanvirta
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, version 3 of the License.
7+
* the Free Software Foundation, version 3.0 of the License.
88
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/Icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* 'Shell commands' plugin for Obsidian.
3-
* Copyright (C) 2021 - 2022 Jarkko Linnanvirta
3+
* Copyright (C) 2021 - 2023 Jarkko Linnanvirta
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/Migrations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* 'Shell commands' plugin for Obsidian.
3-
* Copyright (C) 2021 - 2022 Jarkko Linnanvirta
3+
* Copyright (C) 2021 - 2023 Jarkko Linnanvirta
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, version 3 of the License.
7+
* the Free Software Foundation, version 3.0 of the License.
88
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/ObsidianCommandsContainer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* 'Shell commands' plugin for Obsidian.
3-
* Copyright (C) 2021 - 2022 Jarkko Linnanvirta
3+
* Copyright (C) 2021 - 2023 Jarkko Linnanvirta
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, version 3 of the License.
7+
* the Free Software Foundation, version 3.0 of the License.
88
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

0 commit comments

Comments
 (0)