Skip to content

Commit ceedb01

Browse files
authored
Added ! to copyright/licence notice comments (#76)
2 parents b425681 + 2e71d39 commit ceedb01

File tree

8 files changed

+9
-8
lines changed

8 files changed

+9
-8
lines changed

src/IP.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*!
22
* Copyright © 2025 Cloudnode OÜ.
33
*
44
* This file is part of @cldn/ip.

src/IPAddress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*!
22
* Copyright © 2024–2025 Cloudnode OÜ.
33
*
44
* This file is part of @cldn/ip.

src/IPv4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*!
22
* Copyright © 2024–2025 Cloudnode OÜ.
33
*
44
* This file is part of @cldn/ip.

src/IPv6.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*!
22
* Copyright © 2024–2025 Cloudnode OÜ.
33
*
44
* This file is part of @cldn/ip.

src/Network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*!
22
* Copyright © 2025 Cloudnode OÜ.
33
*
44
* This file is part of @cldn/ip.

src/Subnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*!
22
* Copyright © 2024–2025 Cloudnode OÜ.
33
*
44
* This file is part of @cldn/ip.

src/SubnetList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*!
22
* Copyright © 2024–2025 Cloudnode OÜ.
33
*
44
* This file is part of @cldn/ip.

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*!
22
* Copyright © 2024 Cloudnode OÜ.
33
*
44
* This file is part of @cldn/ip.
@@ -14,6 +14,7 @@
1414
* You should have received a copy of the GNU Lesser General Public License along with @cldn/ip.
1515
* If not, see <https://www.gnu.org/licenses/>.
1616
*/
17+
1718
export {IP} from "./IP.js";
1819
export {IPAddress} from "./IPAddress.js";
1920
export {IPv4} from "./IPv4.js";

0 commit comments

Comments
 (0)