Skip to content

Commit f96216d

Browse files
committed
Remove "All Rights Reserved." from Copyright statement.
1 parent f05416c commit f96216d

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

coroutine/amd64/Context.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## This file is part of the "Coroutine" project and released under the MIT License.
33
##
44
## Created by Samuel Williams on 10/5/2018.
5-
## Copyright, 2018, by Samuel Williams. All rights reserved.
5+
## Copyright, 2018, by Samuel Williams.
66
##
77

88
#define TOKEN_PASTE(x,y) x##y

coroutine/amd64/Context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of the "Coroutine" project and released under the MIT License.
33
*
44
* Created by Samuel Williams on 10/5/2018.
5-
* Copyright, 2018, by Samuel Williams. All rights reserved.
5+
* Copyright, 2018, by Samuel Williams.
66
*/
77

88
#pragma once

coroutine/arm32/Context.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## This file is part of the "Coroutine" project and released under the MIT License.
33
##
44
## Created by Samuel Williams on 10/5/2018.
5-
## Copyright, 2018, by Samuel Williams. All rights reserved.
5+
## Copyright, 2018, by Samuel Williams.
66
##
77

88
.text

coroutine/arm32/Context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of the "Coroutine" project and released under the MIT License.
33
*
44
* Created by Samuel Williams on 10/5/2018.
5-
* Copyright, 2018, by Samuel Williams. All rights reserved.
5+
* Copyright, 2018, by Samuel Williams.
66
*/
77

88
#pragma once

coroutine/arm64/Context.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## This file is part of the "Coroutine" project and released under the MIT License.
33
##
44
## Created by Samuel Williams on 10/5/2018.
5-
## Copyright, 2018, by Samuel Williams. All rights reserved.
5+
## Copyright, 2018, by Samuel Williams.
66
##
77

88
.text

coroutine/arm64/Context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of the "Coroutine" project and released under the MIT License.
33
*
44
* Created by Samuel Williams on 10/5/2018.
5-
* Copyright, 2018, by Samuel Williams. All rights reserved.
5+
* Copyright, 2018, by Samuel Williams.
66
*/
77

88
#pragma once

coroutine/copy/Context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of the "Coroutine" project and released under the MIT License.
33
*
44
* Created by Samuel Williams on 24/6/2019.
5-
* Copyright, 2019, by Samuel Williams. All rights reserved.
5+
* Copyright, 2019, by Samuel Williams.
66
*/
77

88
#include "Context.h"

coroutine/copy/Context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of the "Coroutine" project and released under the MIT License.
33
*
44
* Created by Samuel Williams on 27/6/2019.
5-
* Copyright, 2019, by Samuel Williams. All rights reserved.
5+
* Copyright, 2019, by Samuel Williams.
66
*/
77

88
#pragma once

coroutine/ucontext/Context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of the "Coroutine" project and released under the MIT License.
33
*
44
* Created by Samuel Williams on 24/6/2019.
5-
* Copyright, 2019, by Samuel Williams. All rights reserved.
5+
* Copyright, 2019, by Samuel Williams.
66
*/
77

88
/* According to Solaris' ucontext.h, makecontext, etc. are removed in SUSv4.

coroutine/win32/Context.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
;; This file is part of the "Coroutine" project and released under the MIT License.
33
;;
44
;; Created by Samuel Williams on 10/5/2018.
5-
;; Copyright, 2018, by Samuel Williams. All rights reserved.
5+
;; Copyright, 2018, by Samuel Williams.
66
;;
77

88
.386

0 commit comments

Comments
 (0)