From fde53cf6e00fe8f5914a67fc89af702889e36f86 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sat, 20 Jun 2015 21:31:40 +0200 Subject: [PATCH] Clarify licenses --- LICENSE | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3435791 --- /dev/null +++ b/LICENSE @@ -0,0 +1,26 @@ +The source code is available at https://github.com/akhodakivskiy/VimFx. +The source code is licensed as follows: + +All `.coffee` files are licensed with GPL-3.0+. That’s also explicitly noted at +the top of each file. A copy of the license is included in the file `COPYING`. + +All `.tmpl`, `.xul` and `.json` files are in the public domain. So are all `.md` +files, except the ones in the `documentation/` directory. + +All files in the `documentation/` directory are licensed with GFDL-1.3+. +That’s also explicitly noted at the top of each file. A copy of the license is +included in the file `documentation/GNU Free Documentation License`. + +All files in the `extension/locale/` directory and its subdirectories are in the +public domain. Translators are credited in `PEOPLE.md` and the “About” dialog of +the extension. + +All images are copyrighted by Heidi Xu 2013. They may be distributed as part of +this extension. + +VimFx has a few dependencies, listed in `package.json`. They can be downloaded +into the `node_modules/` directory by running `npm install`. Each of them have +their own license and instructions on where to get their source code. + +Instructions on how to build VimFx from source are available in the +`documentation/tools.md` file. -- 2.39.3