From: Simon Kuenzer Date: Tue, 13 Jul 2021 15:50:00 +0000 (+0200) Subject: Correct license headers introduced by University Politehnica of Bucharest X-Git-Tag: RELEASE-0.6~8 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=34d9e5f13cca0347ad257c73a8224f23565d3a6a;p=unikraft%2Flibs%2Flwip.git Correct license headers introduced by University Politehnica of Bucharest 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 Reviewed-by: Vlad-Andrei Badoiu Tested-by: Unikraft CI GitHub-Pull-Request: #6 --- diff --git a/host.c b/host.c index 9c4c8ea..709a03d 100644 --- 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 diff --git a/inet.c b/inet.c index fd3f8c4..4af1c26 100644 --- 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 diff --git a/sendfile.c b/sendfile.c index 4608a11..cf6452d 100644 --- a/sendfile.c +++ b/sendfile.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 diff --git a/serv.c b/serv.c index 80ae036..2626ecc 100644 --- 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