mirror of
				https://github.com/jrcutler/threadless.io.git
				synced 2024-07-07 10:35:49 +00:00 
			
		
		
		
	Add copyright/license blocks to source files
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | /* threadless.io | ||||||
|  |  * Copyright (c) 2016 Justin R. Cutler | ||||||
|  |  * Licensed under the MIT License. See LICENSE file in the project root for | ||||||
|  |  * full license information. | ||||||
|  |  */ | ||||||
| #ifndef THREADLESS_COROUTINE_H | #ifndef THREADLESS_COROUTINE_H | ||||||
| #define THREADLESS_COROUTINE_H | #define THREADLESS_COROUTINE_H | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,3 +1,9 @@ | |||||||
|  | /* threadless.io | ||||||
|  |  * Copyright (c) 2016 Justin R. Cutler | ||||||
|  |  * Licensed under the MIT License. See LICENSE file in the project root for | ||||||
|  |  * full license information. | ||||||
|  |  */ | ||||||
|  |  | ||||||
| /* stack_t (in ucontext.h) */ | /* stack_t (in ucontext.h) */ | ||||||
| #define _BSD_SOURCE | #define _BSD_SOURCE | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,3 +1,9 @@ | |||||||
|  | /* threadless.io | ||||||
|  |  * Copyright (c) 2016 Justin R. Cutler | ||||||
|  |  * Licensed under the MIT License. See LICENSE file in the project root for | ||||||
|  |  * full license information. | ||||||
|  |  */ | ||||||
|  |  | ||||||
| /* printf, perror */ | /* printf, perror */ | ||||||
| #include <stdio.h> | #include <stdio.h> | ||||||
| /* EXIT_SUCCESS, EXIT_FAILURE */ | /* EXIT_SUCCESS, EXIT_FAILURE */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user