summaryrefslogtreecommitdiff
path: root/coroutine/win64
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/win64
parentf05416c91f4656db652ad9e63c5aa049dd5c0936 (diff)
downloadruby-f96216df8dfd2d1e206150572912289f4dda7386.tar.gz
Remove "All Rights Reserved." from Copyright statement.
Diffstat (limited to 'coroutine/win64')
-rw-r--r--coroutine/win64/Context.S2
-rw-r--r--coroutine/win64/Context.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/coroutine/win64/Context.S b/coroutine/win64/Context.S
index 4b16e0ce8c..e0ee38e006 100644
--- a/coroutine/win64/Context.S
+++ b/coroutine/win64/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 4/11/2018.
-## Copyright, 2018, by Samuel Williams. All rights reserved.
+## Copyright, 2018, by Samuel Williams.
##
.text
diff --git a/coroutine/win64/Context.asm b/coroutine/win64/Context.asm
index 59673ffa3e..8c4dea1c93 100644
--- a/coroutine/win64/Context.asm
+++ b/coroutine/win64/Context.asm
@@ -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