From 454fc51457b784cd5fcb994e485ce11e0905e496 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sat, 23 Jun 2018 12:22:30 +0300 Subject: [PATCH] Clarify licensing Previously copyright was assigned to FSF which was intended ideal that did not represent reality. Now copyright is asserted by apeos contributors which are still individually tracable through git commiter status. --- GNUmakefile | 2 +- LICENSE | 12 ++++++++++++ doc/boot.txt | 2 ++ doc/shell.txt | 2 ++ main/main.c | 2 +- 5 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/GNUmakefile b/GNUmakefile index c854d44..51569e2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright 2018 apeos contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0392f6c --- /dev/null +++ b/LICENSE @@ -0,0 +1,12 @@ +Copyright 2018 apeos contributors + +apeos project licensing aims at Free Software Foundation license +as currently expressed by GNU General Public License, Version 3. +Copy of this license can be found in /gpl-3.0.txt file. + +Individual authorship of apeos contributors is expressed though git +committer status. Any apeos source file tree exported from git should +reconstruct file individual authorship. + +apeos build incorporates parts of esp-idf version 3, which is +distributed under conditions of Apache Licnese, Version 2.0. diff --git a/doc/boot.txt b/doc/boot.txt index 26836a9..85636f3 100644 --- a/doc/boot.txt +++ b/doc/boot.txt @@ -1,3 +1,5 @@ +Copyright 2018 apeos contributors + Boot process is the esp-idf boot process, with bootloader, partition table and at least one application partition. The bootloader and application messages showing boot progress are sent to UART0. Then diff --git a/doc/shell.txt b/doc/shell.txt index f493083..7b862c1 100644 --- a/doc/shell.txt +++ b/doc/shell.txt @@ -1,3 +1,5 @@ +Copyright 2018 apeos contributors + The boot process ends with apeos providing interactive text shell on UART0. diff --git a/main/main.c b/main/main.c index b30b77b..812fff4 100644 --- a/main/main.c +++ b/main/main.c @@ -1,6 +1,6 @@ /* -*- Mode: C ; c-basic-offset: 2 -*- */ /* - * Copyright (C) 2018 Free Software Foundation, Inc. + * Copyright 2018 apeos contributors * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- 2.11.4.GIT