mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove "All Rights Reserved." from Copyright statement.
This commit is contained in:
parent
f05416c91f
commit
f96216df8d
13 changed files with 13 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
||||||
## This file is part of the "Coroutine" project and released under the MIT License.
|
## This file is part of the "Coroutine" project and released under the MIT License.
|
||||||
##
|
##
|
||||||
## Created by Samuel Williams on 10/5/2018.
|
## 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
|
#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.
|
* This file is part of the "Coroutine" project and released under the MIT License.
|
||||||
*
|
*
|
||||||
* Created by Samuel Williams on 10/5/2018.
|
* Created by Samuel Williams on 10/5/2018.
|
||||||
* Copyright, 2018, by Samuel Williams. All rights reserved.
|
* Copyright, 2018, by Samuel Williams.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
## This file is part of the "Coroutine" project and released under the MIT License.
|
## This file is part of the "Coroutine" project and released under the MIT License.
|
||||||
##
|
##
|
||||||
## Created by Samuel Williams on 10/5/2018.
|
## Created by Samuel Williams on 10/5/2018.
|
||||||
## Copyright, 2018, by Samuel Williams. All rights reserved.
|
## Copyright, 2018, by Samuel Williams.
|
||||||
##
|
##
|
||||||
|
|
||||||
.text
|
.text
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* This file is part of the "Coroutine" project and released under the MIT License.
|
* This file is part of the "Coroutine" project and released under the MIT License.
|
||||||
*
|
*
|
||||||
* Created by Samuel Williams on 10/5/2018.
|
* Created by Samuel Williams on 10/5/2018.
|
||||||
* Copyright, 2018, by Samuel Williams. All rights reserved.
|
* Copyright, 2018, by Samuel Williams.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
## This file is part of the "Coroutine" project and released under the MIT License.
|
## This file is part of the "Coroutine" project and released under the MIT License.
|
||||||
##
|
##
|
||||||
## Created by Samuel Williams on 10/5/2018.
|
## Created by Samuel Williams on 10/5/2018.
|
||||||
## Copyright, 2018, by Samuel Williams. All rights reserved.
|
## Copyright, 2018, by Samuel Williams.
|
||||||
##
|
##
|
||||||
|
|
||||||
.text
|
.text
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* This file is part of the "Coroutine" project and released under the MIT License.
|
* This file is part of the "Coroutine" project and released under the MIT License.
|
||||||
*
|
*
|
||||||
* Created by Samuel Williams on 10/5/2018.
|
* Created by Samuel Williams on 10/5/2018.
|
||||||
* Copyright, 2018, by Samuel Williams. All rights reserved.
|
* Copyright, 2018, by Samuel Williams.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* This file is part of the "Coroutine" project and released under the MIT License.
|
* This file is part of the "Coroutine" project and released under the MIT License.
|
||||||
*
|
*
|
||||||
* Created by Samuel Williams on 24/6/2019.
|
* Created by Samuel Williams on 24/6/2019.
|
||||||
* Copyright, 2019, by Samuel Williams. All rights reserved.
|
* Copyright, 2019, by Samuel Williams.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Context.h"
|
#include "Context.h"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* This file is part of the "Coroutine" project and released under the MIT License.
|
* This file is part of the "Coroutine" project and released under the MIT License.
|
||||||
*
|
*
|
||||||
* Created by Samuel Williams on 27/6/2019.
|
* Created by Samuel Williams on 27/6/2019.
|
||||||
* Copyright, 2019, by Samuel Williams. All rights reserved.
|
* Copyright, 2019, by Samuel Williams.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* This file is part of the "Coroutine" project and released under the MIT License.
|
* This file is part of the "Coroutine" project and released under the MIT License.
|
||||||
*
|
*
|
||||||
* Created by Samuel Williams on 24/6/2019.
|
* 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.
|
/* 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.
|
;; This file is part of the "Coroutine" project and released under the MIT License.
|
||||||
;;
|
;;
|
||||||
;; Created by Samuel Williams on 10/5/2018.
|
;; Created by Samuel Williams on 10/5/2018.
|
||||||
;; Copyright, 2018, by Samuel Williams. All rights reserved.
|
;; Copyright, 2018, by Samuel Williams.
|
||||||
;;
|
;;
|
||||||
|
|
||||||
.386
|
.386
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
## This file is part of the "Coroutine" project and released under the MIT License.
|
## This file is part of the "Coroutine" project and released under the MIT License.
|
||||||
##
|
##
|
||||||
## Created by Samuel Williams on 4/11/2018.
|
## Created by Samuel Williams on 4/11/2018.
|
||||||
## Copyright, 2018, by Samuel Williams. All rights reserved.
|
## Copyright, 2018, by Samuel Williams.
|
||||||
##
|
##
|
||||||
|
|
||||||
.text
|
.text
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
;; This file is part of the "Coroutine" project and released under the MIT License.
|
;; This file is part of the "Coroutine" project and released under the MIT License.
|
||||||
;;
|
;;
|
||||||
;; Created by Samuel Williams on 10/5/2018.
|
;; Created by Samuel Williams on 10/5/2018.
|
||||||
;; Copyright, 2018, by Samuel Williams. All rights reserved.
|
;; Copyright, 2018, by Samuel Williams.
|
||||||
;;
|
;;
|
||||||
|
|
||||||
.code
|
.code
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
## This file is part of the "Coroutine" project and released under the MIT License.
|
## This file is part of the "Coroutine" project and released under the MIT License.
|
||||||
##
|
##
|
||||||
## Created by Samuel Williams on 3/11/2018.
|
## 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
|
#define TOKEN_PASTE(x,y) x##y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue