Skip to content

Commit 3e90364

Browse files
committed
Update copyright years
Bump copyright headers in files modified this year to 2026.
1 parent aaf8fba commit 3e90364

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Rakefile - This file is part of the RubyTree package.
44
#
5-
# Copyright (c) 2006-2024 Anupam Sengupta
5+
# Copyright (c) 2006-2026 Anupam Sengupta
66
#
77
# All rights reserved.
88
#

lib/tree.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Author:: Anupam Sengupta (anupamsg@gmail.com)
1010
#
1111

12-
# Copyright (c) 2006-2022 Anupam Sengupta. All rights reserved.
12+
# Copyright (c) 2006-2026 Anupam Sengupta. All rights reserved.
1313
#
1414
# Redistribution and use in source and binary forms, with or without
1515
# modification, are permitted provided that the following conditions are met:

lib/tree/binarytree.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Author:: Anupam Sengupta (anupamsg@gmail.com)
99
#
1010

11-
# Copyright (c) 2007-2022 Anupam Sengupta. All rights reserved.
11+
# Copyright (c) 2007-2026 Anupam Sengupta. All rights reserved.
1212
#
1313
# Redistribution and use in source and binary forms, with or without
1414
# modification, are permitted provided that the following conditions are met:

lib/tree/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Author:: Anupam Sengupta (anupamsg@gmail.com)
66
#
7-
# Copyright (c) 2012-2024 Anupam Sengupta. All rights reserved.
7+
# Copyright (c) 2012-2026 Anupam Sengupta. All rights reserved.
88
#
99
# Redistribution and use in source and binary forms, with or without
1010
# modification, are permitted provided that the following conditions are met:

rubytree.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Author:: Anupam Sengupta (anupamsg@gmail.com)
55
#
6-
# Copyright (c) 2012-2024, 2026 Anupam Sengupta. All rights reserved.
6+
# Copyright (c) 2012-2026 Anupam Sengupta. All rights reserved.
77
#
88
# frozen_string_literal: true
99

test/test_binarytree.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# test_binarytree.rb - This file is part of the RubyTree package.
44
#
55
#
6-
# Copyright (c) 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2015, 2017, 2022 Anupam Sengupta
6+
# Copyright (c) 2006-2026 Anupam Sengupta
77
#
88
# All rights reserved.
99
#

test/test_tree.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# test_tree.rb - This file is part of the RubyTree package.
44
#
5-
# Copyright (c) 2006-2022 Anupam Sengupta. All rights reserved.
5+
# Copyright (c) 2006-2026 Anupam Sengupta. All rights reserved.
66
#
77
# Redistribution and use in source and binary forms, with or without modification,
88
# are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)