lib/license_finder/license/definitions.rb in license_finder-2.0.3 vs lib/license_finder/license/definitions.rb in license_finder-2.0.4

- old
+ new

@@ -155,10 +155,10 @@ def simplifiedbsd License.new( short_name: "SimplifiedBSD", pretty_name: "Simplified BSD", - other_names: ["FreeBSD", "2-clause BSD", "BSD-2-Clause"], + other_names: ["FreeBSD", "2-clause BSD", "BSD-2-Clause", "BSD 2-Clause"], url: "http://opensource.org/licenses/bsd-license" ) end end end