From b5de66e13278ec588cbc8b76b7212e22898e6a89 Mon Sep 17 00:00:00 2001 From: Kenta Murata Date: Thu, 17 Dec 2020 22:40:26 +0900 Subject: [strscan] Fix license comment and files https://github.com/ruby/strscan/commit/a999f2c6d1 --- ext/strscan/strscan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index 524e303aed..88074a0a26 100644 --- a/ext/strscan/strscan.c +++ b/ext/strscan/strscan.c @@ -4,8 +4,8 @@ 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 v1.2.3