This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] newlib: drop Cygwin license from sys/select.h


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4c73ad6b20378e4b74355fcdb2005f2aac489c9f

commit 4c73ad6b20378e4b74355fcdb2005f2aac489c9f
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Fri Feb 2 11:27:58 2018 +0100

    newlib: drop Cygwin license from sys/select.h
    
    This license was accidentally retained when moving the file from Cygwin to newlib.
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 newlib/libc/include/sys/select.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/newlib/libc/include/sys/select.h b/newlib/libc/include/sys/select.h
index f5dc586..1e5d895 100644
--- a/newlib/libc/include/sys/select.h
+++ b/newlib/libc/include/sys/select.h
@@ -1,14 +1,3 @@
-/* select.h
-   Copyright 1998, 1999, 2000, 2001, 2005, 2009 Red Hat, Inc.
-
-   Written by Geoffrey Noer <noer@cygnus.com>
-
-This file is part of Cygwin.
-
-This software is a copyrighted work licensed under the terms of the
-Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
-details. */
-
 #ifndef _SYS_SELECT_H
 #define _SYS_SELECT_H


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]