Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
Remove non-existing licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Unnawut Leepaisalsuwanna committed Mar 30, 2018
1 parent a74b2b9 commit 4adb3df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/licensir/file_analyzer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 4adb3df

Please sign in to comment.