Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 2cfc270

Browse files
committed
chore: add license file template
1 parent 2dab293 commit 2cfc270

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

scripts/licence.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (C) ${new Date().getFullYear()} InterChat
3+
*
4+
* InterChat is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU Affero General Public License as published
6+
* by the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* InterChat is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU Affero General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU Affero General Public License
15+
* along with InterChat. If not, see <https://www.gnu.org/licenses/>.
16+
*/
17+

0 commit comments

Comments
 (0)