diff --git a/COPYING b/GPL2.txt similarity index 100% rename from COPYING rename to GPL2.txt diff --git a/COPYING.LIB b/LGPL2.txt similarity index 100% rename from COPYING.LIB rename to LGPL2.txt diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..184a5b27 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +The following files may be used under the terms of the GNU Lesser +General Public License, version 2.1 ("LGPL"): + +- All files in the include/ directory. +- All files in the lib/ directory. +- meson.build + +The full terms of the LGPL can be found in the LGPL2.txt file. + + +All other files may be used only under the terms of the GNU General +Public License, version 2 ("GPL"). The full text of this license can +be found in the GPL2.txt file.