Browse Source

removed license note from files of the deps folder

FlorianPalm 7 years ago
parent
commit
e7a732917c
7 changed files with 0 additions and 21 deletions
  1. 0 3
      deps/libc_string.c
  2. 0 3
      deps/libc_time.c
  3. 0 3
      deps/libc_time.h
  4. 0 3
      deps/ms_stdint.h
  5. 0 3
      deps/pcg_basic.c
  6. 0 3
      deps/pcg_basic.h
  7. 0 3
      deps/queue.h

+ 0 - 3
deps/libc_string.c

@@ -1,6 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
-* License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /*
  * This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  * See http://creativecommons.org/publicdomain/zero/1.0/ for more information.

+ 0 - 3
deps/libc_time.c

@@ -1,6 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
-* License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /*
  * Originally released by the musl project (http://www.musl-libc.org/) under the
  * MIT license. Taken from the file /src/time/__secs_to_tm.c

+ 0 - 3
deps/libc_time.h

@@ -1,6 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
-* License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef LIBC_TIME_H_
 #define LIBC_TIME_H_
 

+ 0 - 3
deps/ms_stdint.h

@@ -1,6 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
-* License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 // ISO C9x  compliant stdint.h for Microsoft Visual Studio
 // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124 
 // 

+ 0 - 3
deps/pcg_basic.c

@@ -1,6 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
-* License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /*
  * PCG Random Number Generation for C.
  *

+ 0 - 3
deps/pcg_basic.h

@@ -1,6 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
-* License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /*
  * PCG Random Number Generation for C.
  *

+ 0 - 3
deps/queue.h

@@ -1,6 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
-* License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /*	$OpenBSD: queue.h,v 1.38 2013/07/03 15:05:21 fgsch Exp $	*/
 /*	$NetBSD: queue.h,v 1.11 1996/05/16 05:17:14 mycroft Exp $	*/