Skip to content

Commit 12e92ed

Browse files
committed
Update year
1 parent 3c939f0 commit 12e92ed

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2009-2024 Simone Carletti <[email protected]>
1+
Copyright (c) 2009-2025 Simone Carletti <[email protected]>
22

33
MIT License
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ See the [CHANGELOG.md](CHANGELOG.md) file for details.
207207

208208
## License
209209

210-
Copyright (c) 2009-2024 Simone Carletti. This is Free Software distributed under the MIT license.
210+
Copyright (c) 2009-2025 Simone Carletti. This is Free Software distributed under the MIT license.
211211

212212
The [Public Suffix List source](https://publicsuffix.org/list/) is subject to the terms of the Mozilla Public License, v. 2.0.
213213

lib/public_suffix.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Domain name parser based on the Public Suffix List.
66
#
7-
# Copyright (c) 2009-2024 Simone Carletti <[email protected]>
7+
# Copyright (c) 2009-2025 Simone Carletti <[email protected]>
88

99
require_relative "public_suffix/domain"
1010
require_relative "public_suffix/version"

lib/public_suffix/domain.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Domain name parser based on the Public Suffix List.
66
#
7-
# Copyright (c) 2009-2024 Simone Carletti <[email protected]>
7+
# Copyright (c) 2009-2025 Simone Carletti <[email protected]>
88

99
module PublicSuffix
1010

lib/public_suffix/errors.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Domain name parser based on the Public Suffix List.
66
#
7-
# Copyright (c) 2009-2024 Simone Carletti <[email protected]>
7+
# Copyright (c) 2009-2025 Simone Carletti <[email protected]>
88

99
module PublicSuffix
1010

lib/public_suffix/list.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Domain name parser based on the Public Suffix List.
66
#
7-
# Copyright (c) 2009-2024 Simone Carletti <[email protected]>
7+
# Copyright (c) 2009-2025 Simone Carletti <[email protected]>
88

99
module PublicSuffix
1010

lib/public_suffix/rule.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Domain name parser based on the Public Suffix List.
66
#
7-
# Copyright (c) 2009-2024 Simone Carletti <[email protected]>
7+
# Copyright (c) 2009-2025 Simone Carletti <[email protected]>
88

99
module PublicSuffix
1010

lib/public_suffix/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Domain name parser based on the Public Suffix List.
66
#
7-
# Copyright (c) 2009-2024 Simone Carletti <[email protected]>
7+
# Copyright (c) 2009-2025 Simone Carletti <[email protected]>
88

99
module PublicSuffix
1010

0 commit comments

Comments
 (0)