Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/IP.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
* Copyright © 2025 Cloudnode OÜ.
*
* This file is part of @cldn/ip.
Expand Down
2 changes: 1 addition & 1 deletion src/IPAddress.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
* Copyright © 2024–2025 Cloudnode OÜ.
*
* This file is part of @cldn/ip.
Expand Down
2 changes: 1 addition & 1 deletion src/IPv4.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
* Copyright © 2024–2025 Cloudnode OÜ.
*
* This file is part of @cldn/ip.
Expand Down
2 changes: 1 addition & 1 deletion src/IPv6.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
* Copyright © 2024–2025 Cloudnode OÜ.
*
* This file is part of @cldn/ip.
Expand Down
2 changes: 1 addition & 1 deletion src/Network.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
* Copyright © 2025 Cloudnode OÜ.
*
* This file is part of @cldn/ip.
Expand Down
2 changes: 1 addition & 1 deletion src/Subnet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
* Copyright © 2024–2025 Cloudnode OÜ.
*
* This file is part of @cldn/ip.
Expand Down
2 changes: 1 addition & 1 deletion src/SubnetList.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
* Copyright © 2024–2025 Cloudnode OÜ.
*
* This file is part of @cldn/ip.
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*!
* Copyright © 2024 Cloudnode OÜ.
*
* This file is part of @cldn/ip.
Expand All @@ -14,6 +14,7 @@
* You should have received a copy of the GNU Lesser General Public License along with @cldn/ip.
* If not, see <https://www.gnu.org/licenses/>.
*/

export {IP} from "./IP.js";
export {IPAddress} from "./IPAddress.js";
export {IPv4} from "./IPv4.js";
Expand Down