Skip to content

Commit

Permalink
[Changed] Fix license definition tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xtreme-shane-lattanzio committed Jun 3, 2019
1 parent 874a8cf commit 15b524f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/license_finder/license/definitions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def build_unrecognized(name)

def apache1_1
License.new(
short_name: 'Apache1.1',
short_name: 'Apache1_1',
pretty_name: 'Apache 1.1',
other_names: [
'Apache-1.1',
Expand Down Expand Up @@ -133,7 +133,7 @@ def lgpl

def lgpl2_1
License.new(
short_name: 'LGPL2.1',
short_name: 'LGPL2_1',
pretty_name: 'GNU Lesser General Public License version 2.1',
other_names: [
'LGPL-2.1-only',
Expand Down

0 comments on commit 15b524f

Please sign in to comment.