[前][次][番号順一覧][スレッド一覧]

ruby-changes:59541

From: Samuel <ko1@a...>
Date: Sat, 28 Dec 2019 08:45:54 +0900 (JST)
Subject: [ruby-changes:59541] bf04fe086b (master): Remove "All Rights Reserved." from Copyright statement.

https://git.ruby-lang.org/ruby.git/commit/?id=bf04fe086b

From bf04fe086bca47184c6ab13603e064b3c0e88d8e Mon Sep 17 00:00:00 2001
From: Samuel Williams <samuel.williams@o...>
Date: Sat, 28 Dec 2019 12:45:37 +1300
Subject: Remove "All Rights Reserved." from Copyright statement.


diff --git a/coroutine/ucontext/Context.h b/coroutine/ucontext/Context.h
index 6cf16c8..2b2a593 100644
--- a/coroutine/ucontext/Context.h
+++ b/coroutine/ucontext/Context.h
@@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/ucontext/Context.h#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.
 */
 
 #pragma once
diff --git a/coroutine/win32/Context.h b/coroutine/win32/Context.h
index 68a71a7..e20342a 100644
--- a/coroutine/win32/Context.h
+++ b/coroutine/win32/Context.h
@@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/win32/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/win64/Context.h b/coroutine/win64/Context.h
index 659e503..e28e6a6 100644
--- a/coroutine/win64/Context.h
+++ b/coroutine/win64/Context.h
@@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/win64/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/x86/Context.h b/coroutine/x86/Context.h
index 123321d..dfdde24 100644
--- a/coroutine/x86/Context.h
+++ b/coroutine/x86/Context.h
@@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/coroutine/x86/Context.h#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.
 */
 
 #pragma once
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]