]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commitdiff
Correct license headers introduced by University Politehnica of Bucharest
authorSimon Kuenzer <simon.kuenzer@neclab.eu>
Tue, 13 Jul 2021 15:50:00 +0000 (17:50 +0200)
committerUnikraft <monkey@unikraft.io>
Mon, 19 Jul 2021 10:39:19 +0000 (10:39 +0000)
This commit removes the additional clause
"THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY"
from BSD license headers that got introduced by mistake
with the following commits:
 6fc2582 - Add gethostbyaddr stub (Vlad-Andrei BĂDOIU (78692))
 8193fe5 - Add sendfile() stub (Mihai Pogonaru)
 5259076 - Add inet_ntop(), inet_pton() functions (Bogdan Lascu)
 cb9517a - Add getservbyname and getservbyport stubs (Vlad-Andrei BĂDOIU (78692))

On the one hand, this additional clause is redundant because
the BSD license already states that it must remain and the
copyright notice must be kept.
On the other hand, the clause freezes the file header
and prohibits future contributors from extending the
copyright notice for their contributions. This additional
clause is not part of the official BSD 3-clause.

The original author(s) or an authorized representative from
the author's affiliation consents to the change with a
`Reviewed-by` tag to this commit.

Signed-off-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Reviewed-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@upb.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #6

host.c
inet.c
sendfile.c
serv.c

diff --git a/host.c b/host.c
index 9c4c8ead262580a93901d401afca70d9e6f048bb..709a03d7a1c68608a4e531b9314d79f8e884045c 100644 (file)
--- a/host.c
+++ b/host.c
@@ -27,8 +27,6 @@
  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
- *
- * THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
  */
 
 #include <unistd.h>
diff --git a/inet.c b/inet.c
index fd3f8c464745b51c6d3ee84e33662d5c570db348..4af1c2652c4ef41de72c8a606fa188f076aa0a65 100644 (file)
--- a/inet.c
+++ b/inet.c
@@ -28,8 +28,6 @@
  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
- *
- * THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
  */
 
 #include <sys/socket.h>
index 4608a116ef32dec55ae30328847269332ef6cac1..cf6452d7cc9ef9d705b7eb01e10fc4c666d703d3 100644 (file)
@@ -28,8 +28,6 @@
  *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  *  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  *  POSSIBILITY OF SUCH DAMAGE.
- *
- *  THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
  */
 
 #include <sys/sendfile.h>
diff --git a/serv.c b/serv.c
index 80ae036e43ca4d9c976bb0594d87cf3d8162b3ff..2626ecc71e80cddfdb3d41d08f2b6ac2bd9ff4b9 100644 (file)
--- a/serv.c
+++ b/serv.c
@@ -27,8 +27,6 @@
  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
- *
- * THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
  */
 
 #include <sys/socket.h>