Remove "All Rights Reserved." from Copyright statement.

This commit is contained in:
Samuel Williams 2019-12-28 12:41:47 +13:00
Родитель f05416c91f
Коммит f96216df8d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A0765423A44728FB
13 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@ -2,7 +2,7 @@
## This file is part of the "Coroutine" project and released under the MIT License.
##
## Created by Samuel Williams on 10/5/2018.
## Copyright, 2018, by Samuel Williams. All rights reserved.
## Copyright, 2018, by Samuel Williams.
##
#define TOKEN_PASTE(x,y) x##y

Просмотреть файл

@ -2,7 +2,7 @@
* This file is part of the "Coroutine" project and released under the MIT License.
*
* Created by Samuel Williams on 10/5/2018.
* Copyright, 2018, by Samuel Williams. All rights reserved.
* Copyright, 2018, by Samuel Williams.
*/
#pragma once

Просмотреть файл

@ -2,7 +2,7 @@
## This file is part of the "Coroutine" project and released under the MIT License.
##
## Created by Samuel Williams on 10/5/2018.
## Copyright, 2018, by Samuel Williams. All rights reserved.
## Copyright, 2018, by Samuel Williams.
##
.text

Просмотреть файл

@ -2,7 +2,7 @@
* This file is part of the "Coroutine" project and released under the MIT License.
*
* Created by Samuel Williams on 10/5/2018.
* Copyright, 2018, by Samuel Williams. All rights reserved.
* Copyright, 2018, by Samuel Williams.
*/
#pragma once

Просмотреть файл

@ -2,7 +2,7 @@
## This file is part of the "Coroutine" project and released under the MIT License.
##
## Created by Samuel Williams on 10/5/2018.
## Copyright, 2018, by Samuel Williams. All rights reserved.
## Copyright, 2018, by Samuel Williams.
##
.text

Просмотреть файл

@ -2,7 +2,7 @@
* This file is part of the "Coroutine" project and released under the MIT License.
*
* Created by Samuel Williams on 10/5/2018.
* Copyright, 2018, by Samuel Williams. All rights reserved.
* Copyright, 2018, by Samuel Williams.
*/
#pragma once

Просмотреть файл

@ -2,7 +2,7 @@
* This file is part of the "Coroutine" project and released under the MIT License.
*
* Created by Samuel Williams on 24/6/2019.
* Copyright, 2019, by Samuel Williams. All rights reserved.
* Copyright, 2019, by Samuel Williams.
*/
#include "Context.h"

Просмотреть файл

@ -2,7 +2,7 @@
* This file is part of the "Coroutine" project and released under the MIT License.
*
* Created by Samuel Williams on 27/6/2019.
* Copyright, 2019, by Samuel Williams. All rights reserved.
* Copyright, 2019, by Samuel Williams.
*/
#pragma once

Просмотреть файл

@ -2,7 +2,7 @@
* This file is part of the "Coroutine" project and released under the MIT License.
*
* Created by Samuel Williams on 24/6/2019.
* Copyright, 2019, by Samuel Williams. All rights reserved.
* Copyright, 2019, by Samuel Williams.
*/
/* According to Solaris' ucontext.h, makecontext, etc. are removed in SUSv4.

Просмотреть файл

@ -2,7 +2,7 @@
;; This file is part of the "Coroutine" project and released under the MIT License.
;;
;; Created by Samuel Williams on 10/5/2018.
;; Copyright, 2018, by Samuel Williams. All rights reserved.
;; Copyright, 2018, by Samuel Williams.
;;
.386

Просмотреть файл

@ -2,7 +2,7 @@
## This file is part of the "Coroutine" project and released under the MIT License.
##
## Created by Samuel Williams on 4/11/2018.
## Copyright, 2018, by Samuel Williams. All rights reserved.
## Copyright, 2018, by Samuel Williams.
##
.text

Просмотреть файл

@ -2,7 +2,7 @@
;; This file is part of the "Coroutine" project and released under the MIT License.
;;
;; Created by Samuel Williams on 10/5/2018.
;; Copyright, 2018, by Samuel Williams. All rights reserved.
;; Copyright, 2018, by Samuel Williams.
;;
.code

Просмотреть файл

@ -2,7 +2,7 @@
## This file is part of the "Coroutine" project and released under the MIT License.
##
## Created by Samuel Williams on 3/11/2018.
## Copyright, 2018, by Samuel Williams. All rights reserved.
## Copyright, 2018, by Samuel Williams.
##
#define TOKEN_PASTE(x,y) x##y