Skip to content

Commit 78263bd

Browse files
skuenzerrazvand
authored andcommitted
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 <time.h> and <sys/time.h> headers (Costin Lupu) b2192bd - Add device related stubs (Vlad-Andrei BĂDOIU (78692)) 2c79cd5 - Introduce <sys/unistd.h> 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 <uk/_types.h> 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 <[email protected]> Reviewed-by: Razvan Deaconescu <[email protected]> Tested-by: Unikraft CI <[email protected]> GitHub-Pull-Request: unikraft#8
1 parent 7a7e3aa commit 78263bd

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

dev.c

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2929
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3030
* POSSIBILITY OF SUCH DAMAGE.
31-
*
32-
* THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
3331
*/
3432

3533
#include <sys/types.h>

include/sys/_types.h

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2929
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3030
* POSSIBILITY OF SUCH DAMAGE.
31-
*
32-
* THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
3331
*/
3432

3533
#ifndef __NEWLIB_GLUE_SYS__TYPES_H__

include/sys/signal.h

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2929
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3030
* POSSIBILITY OF SUCH DAMAGE.
31-
*
32-
* THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
3331
*/
3432

3533
#define si_pid si_code /* hack until we have signals in Unikraft */

include/sys/time.h

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2929
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3030
* POSSIBILITY OF SUCH DAMAGE.
31-
*
32-
* THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
3331
*/
3432

3533
#ifndef __NEWLIB_GLUE_SYS_TIME_H__

include/sys/unistd.h

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2929
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3030
* POSSIBILITY OF SUCH DAMAGE.
31-
*
32-
* THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
3331
*/
3432

3533
#ifndef __NEWLIB_GLUE__SYS_UNISTD_H__

include/sys/wait.h

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2929
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3030
* POSSIBILITY OF SUCH DAMAGE.
31-
*
32-
* THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
3331
*/
3432

3533
#ifndef __NEWLIB_GLUE__SYS_WAIT_H__

include/uk/_types.h

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2929
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3030
* POSSIBILITY OF SUCH DAMAGE.
31-
*
32-
* THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
3331
*/
3432

3533
#ifndef __NEWLIB_GLUE_UK__TYPES_H__

mntent.c

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2929
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3030
* POSSIBILITY OF SUCH DAMAGE.
31-
*
32-
* THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
3331
*/
3432

3533
#include <stdlib.h>

0 commit comments

Comments
 (0)