Hi, On Fri, 01 Jun 2018 21:56:51 +0200 "Bastien =?ISO-8859-1?Q?ROUCARI=C8S?=" <roucaries.bast...@gmail.com> wrote: > Package: chromium-browser > Severity: serious > version: 67.0.3396.62-1 > > The following file are non free: > third_party/breakpad/breakpad/src/common/convert_UTF.c > third_party/swiftshader/third_party/llvm-subzero/lib/Support/ > ConvertUTF.cpp > > Found by lintian, checked manually > > The following file source files include material under a non-free license > from Unicode Inc. Therefore, it is not possible to ship this in main or > contrib. > > This license does not grant any permission to modify the files (thus > failing DFSG#3). Moreover, the license grant seems to attempt to restrict use > to "products supporting the Unicode Standard" (thus failing DFSG#6).
third_party/breakpad/breakpad/src/common/convert_UTF.c looks free: /* * Copyright © 1991-2015 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in * http://www.unicode.org/copyright.html. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of the Unicode data files and any associated documentation * (the "Data Files") or Unicode software and any associated documentation * (the "Software") to deal in the Data Files or Software * without restriction, including without limitation the rights to use, * copy, modify, merge, publish, distribute, and/or sell copies of * the Data Files or Software, and to permit persons to whom the Data Files * or Software are furnished to do so, provided that * (a) this copyright and permission notice appear with all copies * of the Data Files or Software, * (b) this copyright and permission notice appear in associated * documentation, and * (c) there is clear notice in each modified Data File or in the Software * as well as in the documentation associated with the Data File(s) or * Software that the data or software has been modified. * * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF * ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT OF THIRD PARTY RIGHTS. * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS * NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL * DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THE DATA FILES OR SOFTWARE. * * Except as contained in this notice, the name of a copyright holder * shall not be used in advertising or otherwise to promote the sale, * use or other dealings in these Data Files or Software without prior * written authorization of the copyright holder. */ third_party/swiftshader/third_party/llvm-subzero/lib/Support/ConvertUTF.cpp looks like an old version of the file, with the problematic license that you mention: /*===--- ConvertUTF.c - Universal Character Names conversions ---------------=== * * The LLVM Compiler Infrastructure * * This file is distributed under the University of Illinois Open Source * License. See LICENSE.TXT for details. * *===------------------------------------------------------------------------=*/ /* * Copyright 2001-2004 Unicode, Inc. * * Disclaimer * * This source code is provided as is by Unicode, Inc. No claims are * made as to fitness for any particular purpose. No warranties of any * kind are expressed or implied. The recipient agrees to determine * applicability of information provided. If this file has been * purchased on magnetic or optical media from Unicode, Inc., the * sole remedy for any claim will be exchange of defective media * within 90 days of receipt. * * Limitations on Rights to Redistribute This Code * * Unicode, Inc. hereby grants the right to freely use the information * supplied in this file in the creation of products supporting the * Unicode Standard, and to make copies of this file in any form * for internal or external distribution as long as this notice * remains attached. */ Substituting that file with a newer version (e.g. third_party/breakpad/breakpad/src/common/convert_UTF.c) should probably fix this. Or if swiftshader is not used, it could be repacked away. Cheers, Emilio