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 (smtp.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 053031A008F8 for ; Fri, 25 Mar 2016 18:03:33 +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 95C8AB5D887 for ; Fri, 25 Mar 2016 18:40:09 +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 0401218CC7E6 for ; Fri, 25 Mar 2016 18:40:10 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 475611204A6; Fri, 25 Mar 2016 18:40:09 +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 89EC112047B for ; Fri, 25 Mar 2016 18:40:06 +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=D5X/FrpdTSXwW99ffgPN6LcxT0Y=; b=e8SaNDIzm56HVmD+Ku wLA79qgHU1GrJgTQmxCsv9b33d2wxdW8SoEfXTufgw9RVj1fTzEyuYDDWwUNthPt oa/gcI3hs9T1k0zIM7/CpHvrWFm+6dhpBpATEHbRY31CW1duiOHVGL2UkGSJ6tbG CUKDd3t1m5BISccpIIu8BLSkA= Received: by filter0491p1mdw1.sendgrid.net with SMTP id filter0491p1mdw1.23818.56F5077127 2016-03-25 09:40:01.46726532 +0000 UTC Received: from herokuapp.com (ec2-54-167-143-249.compute-1.amazonaws.com [54.167.143.249]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id ZaudN873Qzytgv_rVCuydQ for ; Fri, 25 Mar 2016 09:40:01.833 +0000 (UTC) Date: Fri, 25 Mar 2016 09:40:01 +0000 From: usa@garbagecollect.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 49184 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11844 X-Redmine-Issue-Author: zeha X-Redmine-Issue-Assignee: naruse X-Redmine-Sender: usa 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS75sNx0EyxoAZ6NxX3XrLQypspsmXwwocw8Fc a/15S8nkjD0rndmNQjyIJ8Q/Ur5ARFlmJ3lVMGw8wvnyeR3Uzwz83F+GjlEtD5KcKMGLiaK+7O9xKL CgyZPHTpYK29LkDZPsExszFwFgZM9ifKOkAvCw/uImZU8sjo9wR84ymwWA== X-ML-Name: ruby-core X-Mail-Count: 74567 Subject: [ruby-core:74567] [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 Usaku NAKAMURA. Backport changed from 2.1: REQUIRED, 2.2: REQUIRED, 2.3: REQUIRED to 2.1: DONE, 2.2: REQUIRED, 2.3: REQUIRED ruby_2_1 r54283 merged revision(s) 54129,54130,54132. ---------------------------------------- Bug #11844: Please update unicode-licensed files (license issue) https://bugs.ruby-lang.org/issues/11844#change-57694 * Author: Christian Hofstaedtler * Status: Closed * Priority: Normal * Assignee: Yui NARUSE * ruby -v: 2.2.3 * Backport: 2.1: DONE, 2.2: REQUIRED, 2.3: REQUIRED ---------------------------------------- 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/