From: Simon Kuenzer Date: Tue, 13 Jul 2021 19:10:23 +0000 (+0200) Subject: Correct license headers introduced by University Politehnica of Bucharest X-Git-Tag: RELEASE-0.6~5 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=78263bd9acd53559e309ea85d52d727f9aa3e535;p=unikraft%2Flibs%2Fnewlib.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: 949e761 - Use our own and headers (Costin Lupu) b2192bd - Add device related stubs (Vlad-Andrei BĂDOIU (78692)) 2c79cd5 - Introduce for including both newlib and Unikraft definitions (Costin Lupu) 04f03ec - Add WCOREDUMP and WIFCONTINUED (Costin Lupu) d901960 - Add sys/signal.h header (Mihai Pogonaru) 9287428 - Add mntent.c stubs (Costin Lupu) 20ab046 - Introduce header for basic types defined by Unikraft (Costin Lupu) 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: Razvan Deaconescu Tested-by: Unikraft CI GitHub-Pull-Request: #8 --- diff --git a/dev.c b/dev.c index 22f22d3..2b9530b 100644 --- a/dev.c +++ b/dev.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/include/sys/_types.h b/include/sys/_types.h index 4b99561..0a7f3f3 100644 --- a/include/sys/_types.h +++ b/include/sys/_types.h @@ -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. */ #ifndef __NEWLIB_GLUE_SYS__TYPES_H__ diff --git a/include/sys/signal.h b/include/sys/signal.h index 706302b..e96ac9b 100644 --- a/include/sys/signal.h +++ b/include/sys/signal.h @@ -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. */ #define si_pid si_code /* hack until we have signals in Unikraft */ diff --git a/include/sys/time.h b/include/sys/time.h index 4a81946..02fc1d6 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -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. */ #ifndef __NEWLIB_GLUE_SYS_TIME_H__ diff --git a/include/sys/unistd.h b/include/sys/unistd.h index bc42f86..e4c28c1 100644 --- a/include/sys/unistd.h +++ b/include/sys/unistd.h @@ -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. */ #ifndef __NEWLIB_GLUE__SYS_UNISTD_H__ diff --git a/include/sys/wait.h b/include/sys/wait.h index b6b48d0..dc61bee 100644 --- a/include/sys/wait.h +++ b/include/sys/wait.h @@ -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. */ #ifndef __NEWLIB_GLUE__SYS_WAIT_H__ diff --git a/include/uk/_types.h b/include/uk/_types.h index 72e25b9..bb840cf 100644 --- a/include/uk/_types.h +++ b/include/uk/_types.h @@ -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. */ #ifndef __NEWLIB_GLUE_UK__TYPES_H__ diff --git a/mntent.c b/mntent.c index 18a6328..58826bf 100644 --- a/mntent.c +++ b/mntent.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