Cleanup
This commit is contained in:
parent
403158ddda
commit
59e1ca8fb4
1 changed files with 0 additions and 3 deletions
|
@ -18,7 +18,6 @@ impl AboutResource {
|
||||||
|
|
||||||
enum License {
|
enum License {
|
||||||
Bsd3Clause,
|
Bsd3Clause,
|
||||||
Gpl3,
|
|
||||||
Mit,
|
Mit,
|
||||||
Mpl2,
|
Mpl2,
|
||||||
Ofl11,
|
Ofl11,
|
||||||
|
@ -29,7 +28,6 @@ impl License {
|
||||||
use self::License::*;
|
use self::License::*;
|
||||||
match self {
|
match self {
|
||||||
&Bsd3Clause => "bsd-3-clause",
|
&Bsd3Clause => "bsd-3-clause",
|
||||||
&Gpl3 => "gpl3",
|
|
||||||
&Mit => "mit",
|
&Mit => "mit",
|
||||||
&Mpl2 => "mpl2",
|
&Mpl2 => "mpl2",
|
||||||
&Ofl11 => "sil-ofl-1.1",
|
&Ofl11 => "sil-ofl-1.1",
|
||||||
|
@ -40,7 +38,6 @@ impl License {
|
||||||
use self::License::*;
|
use self::License::*;
|
||||||
match self {
|
match self {
|
||||||
&Bsd3Clause => "BSD-3-Clause",
|
&Bsd3Clause => "BSD-3-Clause",
|
||||||
&Gpl3 => "GPL3",
|
|
||||||
&Mit => "MIT",
|
&Mit => "MIT",
|
||||||
&Mpl2 => "MPL2",
|
&Mpl2 => "MPL2",
|
||||||
&Ofl11 => "OFL-1.1",
|
&Ofl11 => "OFL-1.1",
|
||||||
|
|
Loading…
Reference in a new issue