ruby-changes:64263
From: Kenta <ko1@a...>
Date: Fri, 18 Dec 2020 14:26:30 +0900 (JST)
Subject: [ruby-changes:64263] b5de66e132 (master): [strscan] Fix license comment and files
https://git.ruby-lang.org/ruby.git/commit/?id=b5de66e132 From b5de66e13278ec588cbc8b76b7212e22898e6a89 Mon Sep 17 00:00:00 2001 From: Kenta Murata <mrkn@m...> Date: Thu, 17 Dec 2020 22:40:26 +0900 Subject: [strscan] Fix license comment and files https://github.com/ruby/strscan/commit/a999f2c6d1 diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index 524e303..88074a0 100644 --- a/ext/strscan/strscan.c +++ b/ext/strscan/strscan.c @@ -4,8 +4,8 @@ https://github.com/ruby/ruby/blob/trunk/ext/strscan/strscan.c#L4 Copyright (c) 1999-2006 Minero Aoki This program is free software. - You can distribute/modify this program under the terms of - the Ruby License. For details, see the file COPYING. + You can redistribute this program under the terms of the Ruby's or 2-clause + BSD License. For details, see the COPYING and LICENSE.txt files. */ #include "ruby/ruby.h" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/