summaryrefslogtreecommitdiff
path: root/coroutine/arm32
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/arm32')
-rw-r--r--coroutine/arm32/Context.S2
-rw-r--r--coroutine/arm32/Context.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/coroutine/arm32/Context.S b/coroutine/arm32/Context.S
index 4308e1d1d2..195364fb65 100644
--- a/coroutine/arm32/Context.S
+++ b/coroutine/arm32/Context.S
@@ -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
diff --git a/coroutine/arm32/Context.h b/coroutine/arm32/Context.h
index 8bba8f6376..e69f4b2eeb 100644
--- a/coroutine/arm32/Context.h
+++ b/coroutine/arm32/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 10/5/2018.
- * Copyright, 2018, by Samuel Williams. All rights reserved.
+ * Copyright, 2018, by Samuel Williams.
*/
#pragma once