summaryrefslogtreecommitdiff
path: root/ext/strscan/strscan.c
diff options
context:
space:
mode:
authorKenta Murata <mrkn@mrkn.jp>2020-12-17 22:40:26 +0900
committerKenta Murata <mrkn@mrkn.jp>2020-12-18 14:25:48 +0900
commitb5de66e13278ec588cbc8b76b7212e22898e6a89 (patch)
tree354dcc2fb2a38af4be1fc85d88dabfe53dca0288 /ext/strscan/strscan.c
parent5370963992a0c79925c812e70beb94d09dbc5e47 (diff)
[strscan] Fix license comment and files
https://github.com/ruby/strscan/commit/a999f2c6d1
Diffstat (limited to 'ext/strscan/strscan.c')
-rw-r--r--ext/strscan/strscan.c4
1 files changed, 2 insertions, 2 deletions
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"