summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar modmuss502022-09-14 13:12:55 +0100
committerGravatar GitHub2022-09-14 13:12:55 +0100
commit9c736848fb7aa82d295b3aa2946e6cd132ee998f (patch)
treeb982613cfa7201b2db25cb64a5950f9a2c34a5b3 /README.md
parentNested packages in Swing UI (#458) (diff)
downloadenigma-9c736848fb7aa82d295b3aa2946e6cd132ee998f.tar.gz
enigma-9c736848fb7aa82d295b3aa2946e6cd132ee998f.tar.xz
enigma-9c736848fb7aa82d295b3aa2946e6cd132ee998f.zip
Add checkstyle (#460)
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index f3ab4c79..b156364d 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,14 @@ A tool for deobfuscation of Java bytecode. Forked from <https://bitbucket.org/cu
7Enigma is distributed under the [LGPL-3.0](LICENSE). 7Enigma is distributed under the [LGPL-3.0](LICENSE).
8 8
9Enigma includes the following open-source libraries: 9Enigma includes the following open-source libraries:
10 - A [modified version](https://github.com/FabricMC/procyon) of [Procyon](https://bitbucket.org/mstrobel/procyon) (Apache-2.0) 10
11 - A [modified version](https://github.com/FabricMC/cfr) of [CFR](https://github.com/leibnitz27/cfr) (MIT) 11- A [modified version](https://github.com/FabricMC/procyon) of [Procyon](https://bitbucket.org/mstrobel/procyon) (Apache-2.0)
12 - [Guava](https://github.com/google/guava) (Apache-2.0) 12- A [modified version](https://github.com/FabricMC/cfr) of [CFR](https://github.com/leibnitz27/cfr) (MIT)
13 - [SyntaxPane](https://github.com/Sciss/SyntaxPane) (Apache-2.0) 13- [Guava](https://github.com/google/guava) (Apache-2.0)
14 - [FlatLaf](https://github.com/JFormDesigner/FlatLaf) (Apache-2.0) 14- [SyntaxPane](https://github.com/Sciss/SyntaxPane) (Apache-2.0)
15 - [jopt-simple](https://github.com/jopt-simple/jopt-simple) (MIT) 15- [FlatLaf](https://github.com/JFormDesigner/FlatLaf) (Apache-2.0)
16 - [ASM](https://asm.ow2.io/) (BSD-3-Clause) 16- [jopt-simple](https://github.com/jopt-simple/jopt-simple) (MIT)
17- [ASM](https://asm.ow2.io/) (BSD-3-Clause)
17 18
18## Usage 19## Usage
19 20