musicfix

music file renamer and tagger
git clone git://git.2f30.org/musicfix
Log | Files | Refs | README | LICENSE

commit 109ecf8b6fdd4dd976d6d12cb5b43a62dbc8c900
parent a493a1505a7ed5586cd11f5458cd46dfcc576c2a
Author: lostd <lostd@2f30.org>
Date:   Wed,  8 Nov 2017 14:01:04 +0200

Update license

Diffstat:
MCHANGELOG | 3+++
MLICENSE | 2+-
Mmusicfix.gemspec | 4++--
3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,6 @@ +## 0.2.1 +* Updated license and license identifier in gem. + ## 0.2.0 * Fix zero padding in numbering and filename order. * Switch to HTTPS and use Discogs Auth through user tokens. diff --git a/LICENSE b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012--2014 Lazaros Koromilas <lostd@2f30.org> +Copyright (c) 2012--2017 Lazaros Koromilas <lostd@2f30.org> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/musicfix.gemspec b/musicfix.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'musicfix' - s.version = '0.2.0' + s.version = '0.2.1' s.date = '2017-11-08' s.summary = 'Music file renamer and tagger that uses Discogs.com' s.description = @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.email = 'lostd@2f30.org' s.files = ['bin/musicfix', 'README', 'LICENSE', 'CHANGELOG'] s.homepage = 'http://git.2f30.org/musicfix/' - s.license = 'BSD' + s.license = 'BSD-2-Clause' s.add_runtime_dependency 'stringex', '~> 0' s.add_runtime_dependency 'taglib-ruby', '~> 0' s.executables = ['musicfix']