ruby-changes:59540
From: Samuel <ko1@a...>
Date: Sat, 28 Dec 2019 08:42:27 +0900 (JST)
Subject: [ruby-changes:59540] f96216df8d (master): Remove "All Rights Reserved." from Copyright statement.
https://git.ruby-lang.org/ruby.git/commit/?id=f96216df8d From f96216df8dfd2d1e206150572912289f4dda7386 Mon Sep 17 00:00:00 2001 From: Samuel Williams <samuel.williams@o...> Date: Sat, 28 Dec 2019 12:41:47 +1300 Subject: Remove "All Rights Reserved." from Copyright statement. diff --git a/coroutine/amd64/Context.S b/coroutine/amd64/Context.S index ac986b2..051db1c 100644 --- a/coroutine/amd64/Context.S +++ b/coroutine/amd64/Context.S @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/amd64/Context.S#L2 ## 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. ## #define TOKEN_PASTE(x,y) x##y diff --git a/coroutine/amd64/Context.h b/coroutine/amd64/Context.h index 441c449..581525b 100644 --- a/coroutine/amd64/Context.h +++ b/coroutine/amd64/Context.h @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/amd64/Context.h#L2 * 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 diff --git a/coroutine/arm32/Context.S b/coroutine/arm32/Context.S index 4308e1d..195364f 100644 --- a/coroutine/arm32/Context.S +++ b/coroutine/arm32/Context.S @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/arm32/Context.S#L2 ## 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 8bba8f6..e69f4b2 100644 --- a/coroutine/arm32/Context.h +++ b/coroutine/arm32/Context.h @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/arm32/Context.h#L2 * 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 diff --git a/coroutine/arm64/Context.S b/coroutine/arm64/Context.S index f6e5f0a..7d28262 100644 --- a/coroutine/arm64/Context.S +++ b/coroutine/arm64/Context.S @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/arm64/Context.S#L2 ## 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/arm64/Context.h b/coroutine/arm64/Context.h index 63170ce..34be995 100644 --- a/coroutine/arm64/Context.h +++ b/coroutine/arm64/Context.h @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/arm64/Context.h#L2 * 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 diff --git a/coroutine/copy/Context.c b/coroutine/copy/Context.c index a1b8a71..c1b4144 100644 --- a/coroutine/copy/Context.c +++ b/coroutine/copy/Context.c @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/copy/Context.c#L2 * 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. */ #include "Context.h" diff --git a/coroutine/copy/Context.h b/coroutine/copy/Context.h index 5e5d9e0..6038f00 100644 --- a/coroutine/copy/Context.h +++ b/coroutine/copy/Context.h @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/copy/Context.h#L2 * This file is part of the "Coroutine" project and released under the MIT License. * * Created by Samuel Williams on 27/6/2019. - * Copyright, 2019, by Samuel Williams. All rights reserved. + * Copyright, 2019, by Samuel Williams. */ #pragma once diff --git a/coroutine/ucontext/Context.c b/coroutine/ucontext/Context.c index eec4ef3..2dc3f47 100644 --- a/coroutine/ucontext/Context.c +++ b/coroutine/ucontext/Context.c @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/ucontext/Context.c#L2 * 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. diff --git a/coroutine/win32/Context.asm b/coroutine/win32/Context.asm index 2647ea4..f8f4312 100644 --- a/coroutine/win32/Context.asm +++ b/coroutine/win32/Context.asm @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/win32/Context.asm#L2 ;; 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. ;; .386 diff --git a/coroutine/win64/Context.S b/coroutine/win64/Context.S index 4b16e0c..e0ee38e 100644 --- a/coroutine/win64/Context.S +++ b/coroutine/win64/Context.S @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/win64/Context.S#L2 ## 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 59673ff..8c4dea1 100644 --- a/coroutine/win64/Context.asm +++ b/coroutine/win64/Context.asm @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/win64/Context.asm#L2 ;; 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 diff --git a/coroutine/x86/Context.S b/coroutine/x86/Context.S index 001b699..6983f21 100644 --- a/coroutine/x86/Context.S +++ b/coroutine/x86/Context.S @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/x86/Context.S#L2 ## This file is part of the "Coroutine" project and released under the MIT License. ## ## 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/