Add copyright/license blocks to source files

This commit is contained in:
Justin R. Cutler 2016-04-01 09:42:12 -04:00
parent b7197ac8c5
commit d7e7bcdc88
3 changed files with 17 additions and 0 deletions

View File

@ -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
#define THREADLESS_COROUTINE_H

View File

@ -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) */
#define _BSD_SOURCE

View File

@ -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 */
#include <stdio.h>
/* EXIT_SUCCESS, EXIT_FAILURE */