Skip to content

Commit eb04506

Browse files
committed
Updated license identifier to 'BSD-3-Clause-Clear'.
Also bumped version to 1.0.2.
1 parent 6118047 commit eb04506

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[RubyTree][] is licensed under the [BSD][] license.
22

3-
Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
4-
Anupam Sengupta (<anupamsg@gmail.com>).
3+
Copyright (c) 2006-2021 Anupam Sengupta (<anupamsg@gmail.com>).
54

65
All rights reserved.
76

lib/tree/version.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3535
#
3636

37-
#
3837
module Tree
3938
# Rubytree Package Version
40-
VERSION = '1.0.1'
39+
VERSION = '1.0.2'.freeze
4140
end

rubytree.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ require './lib/tree/version'
1111

1212
Gem::Specification.new do |s|
1313
s.name = 'rubytree'
14-
s.date = '2020-09-07'
14+
s.date = '2021-03-01'
1515
s.version = Tree::VERSION
16-
s.license = 'BSD'
16+
s.license = 'BSD-3-Clause-Clear'
1717

1818
s.platform = Gem::Platform::RUBY
1919
s.author = 'Anupam Sengupta'

0 commit comments

Comments
 (0)