Skip to content

Commit 2915771

Browse files
committed
copyright & licence notice
1 parent 6baa3c2 commit 2915771

File tree

8 files changed

+109
-0
lines changed

8 files changed

+109
-0
lines changed

.idea/copyright/Copyright_Cloudnode___LGPL_3_0.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/IPAddress.ts

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

319
/**

src/IPv4.ts

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

319
/**

src/IPv6.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright © 2024 Cloudnode OÜ
3+
*
4+
* This file is part of @cldn/ip.
5+
*
6+
* @cldn/ip is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser
7+
* General Public License as published by the Free Software Foundation, either version 3 of the License,
8+
* or (at your option) any later version.
9+
*
10+
* @cldn/ip is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
11+
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
12+
* for more details.
13+
*
14+
* You should have received a copy of the GNU Lesser General Public License along with @cldn/ip.
15+
* If not, see <https://www.gnu.org/licenses/>.
16+
*/
117
import {IPAddress, IPv4, Subnet} from "./index.js";
218

319
/**

src/Network.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright © 2024 Cloudnode OÜ
3+
*
4+
* This file is part of @cldn/ip.
5+
*
6+
* @cldn/ip is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser
7+
* General Public License as published by the Free Software Foundation, either version 3 of the License,
8+
* or (at your option) any later version.
9+
*
10+
* @cldn/ip is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
11+
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
12+
* for more details.
13+
*
14+
* You should have received a copy of the GNU Lesser General Public License along with @cldn/ip.
15+
* If not, see <https://www.gnu.org/licenses/>.
16+
*/
117
import {IPv4, IPv6, Subnet} from "./index.js"
218

319
/**

src/Subnet.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright © 2024 Cloudnode OÜ
3+
*
4+
* This file is part of @cldn/ip.
5+
*
6+
* @cldn/ip is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser
7+
* General Public License as published by the Free Software Foundation, either version 3 of the License,
8+
* or (at your option) any later version.
9+
*
10+
* @cldn/ip is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
11+
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
12+
* for more details.
13+
*
14+
* You should have received a copy of the GNU Lesser General Public License along with @cldn/ip.
15+
* If not, see <https://www.gnu.org/licenses/>.
16+
*/
117
import {IPAddress, IPv4, IPv6} from "./index.js";
218

319
/**

src/index.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright © 2024 Cloudnode OÜ
3+
*
4+
* This file is part of @cldn/ip.
5+
*
6+
* @cldn/ip is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser
7+
* General Public License as published by the Free Software Foundation, either version 3 of the License,
8+
* or (at your option) any later version.
9+
*
10+
* @cldn/ip is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
11+
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
12+
* for more details.
13+
*
14+
* You should have received a copy of the GNU Lesser General Public License along with @cldn/ip.
15+
* If not, see <https://www.gnu.org/licenses/>.
16+
*/
117
export {IPAddress} from "./IPAddress.js";
218
export {IPv4} from "./IPv4.js";
319
export {IPv6} from "./IPv6.js";

0 commit comments

Comments
 (0)