diff --git a/lib/licensir/file_analyzer.ex b/lib/licensir/file_analyzer.ex index 01ca630..9f075b0 100644 --- a/lib/licensir/file_analyzer.ex +++ b/lib/licensir/file_analyzer.ex @@ -13,8 +13,6 @@ defmodule Licensir.FileAnalyzer do lgpl: ["LGPL.txt"], mit: ["MIT.txt"], mpl2: ["MPL2.txt"], - new_bsd: ["NewBSD.txt"], - simplified_bsd: ["SimplifiedBSD.txt"] ] def analyze(dir_path) do diff --git a/mix.exs b/mix.exs index e438f5a..0ceeff2 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Licensir.Mixfile do def project do [ app: :licensir, - version: "0.2.2", + version: "0.2.3", elixir: "~> 1.5", escript: [main_module: Licensir.Licenses], deps: deps(),