diff mbox series

[3/3] COPYING: add COPYING file to specify project licenses

Message ID 20210212125318.2002-3-freifunk@adrianschmutzler.de
State Accepted
Delegated to: Adrian Schmutzler
Headers show
Series [1/3] LICENSES: include all used licenses in LICENSES directory | expand

Commit Message

Adrian Schmutzler Feb. 12, 2021, 12:53 p.m. UTC
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>
---
 COPYING | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 COPYING

Comments

Paul Spooren Feb. 13, 2021, 1:52 a.m. UTC | #1
On Fri, Feb 12, 2021 at 13:53, Adrian Schmutzler 
<freifunk@adrianschmutzler.de> wrote:
> 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>

>  COPYING | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 COPYING
> 
> 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.
> --
> 2.20.1
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
diff mbox series

Patch

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.