diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-12 13:52:03 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-14 19:21:38 +0100 |
commit | 36bb1196d16eada7dff05540dbeb74ed9f54e600 (patch) | |
tree | f22313c8cb3c4e18e34f120ebb4cbfb6f76fd513 | |
parent | 6d5425976f562000ea319180e6c329886bba2c1f (diff) | |
download | openwrt-36bb1196d16eada7dff05540dbeb74ed9f54e600.tar.gz openwrt-36bb1196d16eada7dff05540dbeb74ed9f54e600.tar.bz2 openwrt-36bb1196d16eada7dff05540dbeb74ed9f54e600.zip |
COPYING: add COPYING file to specify project licenses
Since multiple licenses are provided now in the LICENSES folder,
add a COPYING file to specify the project license.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Acked-by: Paul Spooren <mail@aparcar.org>
-rw-r--r-- | COPYING | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/COPYING b/COPYING new file mode 100644 index 0000000000..ea8112482a --- /dev/null +++ b/COPYING @@ -0,0 +1,12 @@ +OpenWrt is provided under: + + SPDX-License-Identifier: GPL-2.0-only + +Being under the terms of the GNU General Public License version 2 only, +according with: + + LICENSES/GPL-2.0 + +In addition, other licenses may also apply. + +All contributions to OpenWrt are subject to this COPYING file. |