summaryrefslogtreecommitdiff
path: root/coroutine/ucontext/Context.c
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-12-28 12:41:47 +1300
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-12-28 12:41:47 +1300
commitf96216df8dfd2d1e206150572912289f4dda7386 (patch)
tree08192bfe8c668c61774557e17d54d51a14162e6b /coroutine/ucontext/Context.c
parentf05416c91f4656db652ad9e63c5aa049dd5c0936 (diff)
Remove "All Rights Reserved." from Copyright statement.
Diffstat (limited to 'coroutine/ucontext/Context.c')
-rw-r--r--coroutine/ucontext/Context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/ucontext/Context.c b/coroutine/ucontext/Context.c
index eec4ef3956..2dc3f478e8 100644
--- a/coroutine/ucontext/Context.c
+++ b/coroutine/ucontext/Context.c
@@ -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.