diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..ca468dd
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,19 @@
+All code herein is licensed under the LGPLv3 license.
+
+Please see COPYING.LGPL and COPYING for more information
+
+ModLauncher - for launching Java programs with in-flight transformation ability.
+
+ Copyright (C) 2017-2019 cpw
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, version 3 of the License.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see .
diff --git a/src/main/java/cpw/mods/bootstraplauncher/BootstrapLauncher.java b/src/main/java/cpw/mods/bootstraplauncher/BootstrapLauncher.java
index 83ee2fb..a801cbe 100644
--- a/src/main/java/cpw/mods/bootstraplauncher/BootstrapLauncher.java
+++ b/src/main/java/cpw/mods/bootstraplauncher/BootstrapLauncher.java
@@ -1,3 +1,21 @@
+/*
+ * BootstrapLauncher - for launching Java programs with added modular fun!
+ *
+ * Copyright (C) 2021 - cpw
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, version 3 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see .
+ */
+
package cpw.mods.bootstraplauncher;
import cpw.mods.cl.JarModuleFinder;