From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id AFE961A0000C for ; Thu, 17 Mar 2016 09:17:03 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 3ED07B5D918 for ; Thu, 17 Mar 2016 09:53:18 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 6F30218CC7ED for ; Thu, 17 Mar 2016 09:53:18 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 141D612044C; Thu, 17 Mar 2016 09:53:17 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id C1FCB120439 for ; Thu, 17 Mar 2016 09:53:13 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=d/MURSJkW+946XI8IIzL1uboy4Y=; b=Tv/Fc9etzR14J17E1/ yhNiIhwiCnlp5ZGGSHAvvEg2xT8SCiLT8rIHbr5d3mFTYQx8hS34E1GI+XmrvKev LNBLW7JWCRPsz58zWtt7krRsTO9d9+jc9wRloHQqR8fubQ1mOGxypuBBmySczkzQ JS7cmGjxE1Uxw5bkwFGWnYnJQ= Received: by filter0569p1mdw1.sendgrid.net with SMTP id filter0569p1mdw1.22394.56E9FFF441 2016-03-17 00:53:08.668905842 +0000 UTC Received: from herokuapp.com (ec2-54-144-22-168.compute-1.amazonaws.com [54.144.22.168]) by ismtpd0006p1iad1.sendgrid.net (SG) with ESMTP id Cuttx2TJQJ28QE51YrsPHw for ; Thu, 17 Mar 2016 00:53:08.644 +0000 (UTC) Date: Thu, 17 Mar 2016 00:53:08 +0000 From: shibata.hiroshi@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 48996 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11844 X-Redmine-Issue-Author: zeha X-Redmine-Issue-Assignee: naruse X-Redmine-Sender: hsbt X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS4213JF//JBBUjeBtvtO42sg0s9wjWoAZ1Qq3 3gPASa8t1Gj7On4+mvKoN1fE+BgLlvixBcBm6ZBE48MVH+OPlWIWwYqxcJBnBNcMoGQU6xYQFV7jDj V/WUUTeaOkxJyt9dmrXndSVCVzak8LDEkjb34fdL6bP8b4kTu0VT5rHMVg== X-ML-Name: ruby-core X-Mail-Count: 74390 Subject: [ruby-core:74390] [Ruby trunk Bug#11844] Please update unicode-licensed files (license issue) X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11844 has been updated by Hiroshi SHIBATA. >What about ext/json/generator/generator.c It's not original file of Ruby. Please report upstream. see https://github.com/flori/json ---------------------------------------- Bug #11844: Please update unicode-licensed files (license issue) https://bugs.ruby-lang.org/issues/11844#change-57509 * Author: Christian Hofstaedtler * Status: Closed * Priority: Normal * Assignee: Yui NARUSE * ruby -v: 2.2.3 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- Various files in enc/trans are old copies of Unicode.org files that forbid (re-)distribution. AFAICT, Unicode, Inc. has published newer versions of these files to fix this issue. New versions could possibly be found on http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/ and elsewhere under http://www.unicode.org/Public/ ext/json/generator/generator.c also has a restrictive Unicode, Inc. license blurb. Please fix this as well. -- https://bugs.ruby-lang.org/