|
3 | 3 | "prefix": "!copyright-html", |
4 | 4 | "body": [ |
5 | 5 | "<!--", |
6 | | - " baer1 website\n Copyright (C) 2024 baer1\n\n This website is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n A copy of the GNU General Public License can be found on this website's\n GitHub repository (LICENSE). If not, see <https://www.gnu.org/licenses/>.\n\n [email protected]", |
| 6 | + " baer1 website\n Copyright (C) 2024 baer1\n\n This website is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n A copy of the GNU General Public License can be found on this website's\n GitHub repository (LICENSE). If not, see <https://www.gnu.org/licenses/>.\n\n [email protected]", |
7 | 7 | "-->\n", |
8 | 8 | ], |
9 | 9 | "description": "Insert copyright notice formatted for HTML", |
|
12 | 12 | "prefix": "!copyright-js", |
13 | 13 | "body": [ |
14 | 14 | "/*", |
15 | | - " baer1 website\n Copyright (C) 2024 baer1\n\n This website is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n A copy of the GNU General Public License can be found on this website's\n GitHub repository (LICENSE). If not, see <https://www.gnu.org/licenses/>.\n\n [email protected]", |
| 15 | + " baer1 website\n Copyright (C) 2024 baer1\n\n This website is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n A copy of the GNU General Public License can be found on this website's\n GitHub repository (LICENSE). If not, see <https://www.gnu.org/licenses/>.\n\n [email protected]", |
16 | 16 | "*/\n", |
17 | 17 | ], |
18 | 18 | "description": "Insert copyright notice formatted for JS and CSS", |
19 | 19 | }, |
20 | 20 | "Copyright": { |
21 | 21 | "prefix": "!copyright", |
22 | 22 | "body": [ |
23 | | - " baer1 website\n Copyright (C) 2024 baer1\n\n This website is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n A copy of the GNU General Public License can be found on this website's\n GitHub repository (LICENSE). If not, see <https://www.gnu.org/licenses/>.\n\n [email protected]", |
| 23 | + " baer1 website\n Copyright (C) 2024 baer1\n\n This website is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n A copy of the GNU General Public License can be found on this website's\n GitHub repository (LICENSE). If not, see <https://www.gnu.org/licenses/>.\n\n [email protected]", |
24 | 24 | ], |
25 | 25 | "description": "Insert copyright notice", |
26 | 26 | }, |
|
0 commit comments