mirror of
https://github.com/openharmony/third_party_gettext.git
synced 2026-07-21 00:25:49 -04:00
c4da4b1276
Signed-off-by: magnificGH <guohui36@huawei.com>
2689 lines
364 KiB
XML
2689 lines
364 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!-- Copyright (c) 2021 Huawei Device Co., Ltd.
|
||
Licensed under the Apache License, Version 2.0 (the "License");
|
||
you may not use this file except in compliance with the License.
|
||
You may obtain a copy of the License at
|
||
|
||
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
||
Unless required by applicable law or agreed to in writing, software
|
||
distributed under the License is distributed on an "AS IS" BASIS,
|
||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
See the License for the specific language governing permissions and
|
||
limitations under the License.
|
||
|
||
Notes:
|
||
This is project config file for OpenHarmony OSS Audit Tool, if you have any questions or concerns, please email chenyaxun@huawei.com.
|
||
-->
|
||
<!-- OAT(OSS Audit Tool) configuration guide:
|
||
basedir: Root dir, the basedir + project path is the real source file location.
|
||
licensefile:
|
||
1.If the project don't have "LICENSE" in root dir, please define all the license files in this project in , OAT will check license files according to this rule.
|
||
|
||
tasklist(only for batch mode):
|
||
1. task: Define oat check thread, each task will start a new thread.
|
||
2. task name: Only an name, no practical effect.
|
||
3. task policy: Default policy for projects under this task, this field is required and the specified policy must defined in policylist.
|
||
4. task filter: Default filefilter for projects under this task, this field is required and the specified filefilter must defined in filefilterlist.
|
||
5. task project: Projects to be checked, the path field define the source root dir of the project.
|
||
|
||
|
||
policyList:
|
||
1. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affect OAT check process.
|
||
2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
|
||
<policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
|
||
3. policyitem type:
|
||
"compatibility" is used to check license compatibility in the specified path;
|
||
"license" is used to check source license header in the specified path;
|
||
"copyright" is used to check source copyright header in the specified path;
|
||
"import" is used to check source dependency in the specified path, such as import ... ,include ...
|
||
"filetype" is used to check file type in the specified path, supported file types: archive, binary
|
||
"filename" is used to check whether the specified file exists in the specified path(support projectroot in default OAT.xml), supported file names: LICENSE, README, README.OpenSource
|
||
|
||
4. policyitem name: This field is used for define the license, copyright, "*" means match all, the "!" prefix means could not match this value. For example, "!GPL" means can not use GPL license.
|
||
5. policyitem path: This field is used for define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem.
|
||
6. policyitem rule and group: These two fields are used together to merge policy results. "may" policyitems in the same group means any one in this group passed, the result will be passed.
|
||
7. policyitem filefilter: Used to bind filefilter which define filter rules.
|
||
8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path.
|
||
|
||
Note:If the text contains special characters, please escape them according to the following rules:
|
||
" == >
|
||
& == >
|
||
' == >
|
||
< == >
|
||
> == >
|
||
-->
|
||
<configuration>
|
||
<oatconfig>
|
||
<licensefile>COPYING|gettext-runtime/COPYING</licensefile>
|
||
<policylist>
|
||
<policy name="projectPolicy" desc="">
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/gnulib-m4/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/gnulib-m4/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-m4/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-m4/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/m4/intdiv0.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/INSTALL" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/doc/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-php/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/m4/siginfo.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/misc/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/modules/gettext-tools-misc" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/html-styled-ostream" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/doc/nls.texi" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/libasprintf/INSTALL" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/libasprintf/gnulib-m4/wchar_t.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/man/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/po/Rules-quot" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-guile/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-java-awt/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-pascal/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/libgrep/gnulib-m4/localeconv.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/styles/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/INSTALL" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/doc/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/iconv-ostream" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/m4/exported.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="m4/woe32-dll.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/libasprintf/gnulib-m4/wint_t.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-kde/admin/install-sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-csharp-forms/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/po/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/libgrep/gnulib-m4/mbrlen.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/modules/libtextstyle-dummy" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/examples/color-hello/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/intl-java/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/libasprintf/gnulib-m4/zzgnulib.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/m4/intmax.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-qt/m4/qt.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-tcl-tk/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/libgrep/gnulib-m4/nl_langinfo.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/m4/libtextstyle.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="os2/README.OS2" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/INSTALL" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/m4/inttypes_h.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c-gnome3/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-clisp/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-objc/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/intl/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/po/insert-header.sin" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/system-tests/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-wxwidgets/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-java-swing/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-smalltalk/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/man/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/projects/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/modules/mem-hash-map" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/m4/curses.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/memory-ostream" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/libasprintf/gnulib-m4/00gnulib.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/libgettextpo/gnulib-m4/fsync.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/modules/xalloc" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/m4/libcroco.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/libasprintf/gnulib-m4/absolute-header.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/m4/printf-posix.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-objc-gnome/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-python/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/its/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/modules/xalloc-die" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/m4/libglib.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="INSTALL" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/libasprintf/gnulib-m4/alloca.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/m4/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/tests/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-gnome/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c-gnome/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c-gnome3/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-perl/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/m4/backupfile.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/modules/xerror" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/m4/moo.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/libasprintf/gnulib-m4/errno_h.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/m4/size_max.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-kde/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-java/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/m4/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/src/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/tests/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/m4/java.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/modules/xgetcwd" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/m4/term-ostream.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/noop-styled-ostream" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/m4/woe32-dll.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/intl/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/libasprintf/gnulib-m4/extern-inline.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/m4/fcntl-o.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/m4/stdint_h.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/emacs/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-gawk/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-ycp/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/m4/libxml.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/examples/color-filter/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/m4/termcap.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/ostream" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/m4/uintmax_t.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-gnome/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-csharp/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-java-qtjambi/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/m4/terminfo.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/styled-ostream" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="PACKAGING" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/libasprintf/gnulib-m4/gnulib-common.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/m4/visibility.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/po/ChangeLog.0" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-kde/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-objc/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-objc-gnome/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-tcl/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/m4/exported.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/term-ostream" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/intl-csharp/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/m4/glibc2.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/m4/xsize.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-kde/admin/cvs-clean.pl" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-qt/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c-gnome/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-librep/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/m4/hostname.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/modules/closeout" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/adhoc-tests/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/fd-ostream" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/libasprintf/gnulib-m4/include_next.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/m4/glibc21.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/po/insert-header.sin" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-sh/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/m4/locale-de.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/modules/error-progname" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/file-ostream" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/term-styled-ostream" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/doc/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/libasprintf/gnulib-m4/intmax_t.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/m4/iconv.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-runtime/src/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/m4/setlocale.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/po/Rules-quot" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/modules/gettext-runtime-misc" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/html-ostream" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-kde/admin/install-sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-qt/m4/qt.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-wxwidgets/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-gnome/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-kde/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-gnome/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-kde/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-kde/admin/cvs-clean.pl" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-kde/admin/install-sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-qt/m4/qt.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-wxwidgets/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/gnulib-lib/libxml/hash.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-gnome/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-kde/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-gnome/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/gnulib-lib/libxml/list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-kde/po/Makevars" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-kde/admin/cvs-clean.pl" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/hello-c++-qt/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="build-aux/javacomp.sh.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/attribute.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/close.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/getdtablesize.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/inttypes.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/readlink.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/strnlen1.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/warn-on-use.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/xmalloc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/libasprintf/gnulib-m4/std-gnu11.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/man/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/src/envsubst.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/basename-lgpl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/closedir.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/dirfd.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fatal-signal.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/float.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gcd.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/getrandom.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gl_xlist.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/isnand-nolibm.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/javaversion.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/log10.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbslen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/memchr.valgrind" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/open.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/progreloc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/relocatable.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/setlocale_null.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawn_faction_addclose.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/stat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/streq.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/timespec.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unlink.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xmalloca.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xvasprintf.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unictype/sy_java_whitespace.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistr/u16-mbtouc-aux.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/_Noreturn.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/filenamecat-lgpl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/ioctl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/symlink.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-asyncsafe-spin2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-c-strstr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-dirent.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-ftello.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-getopt.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-isblank.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-malloca.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-mbsinit.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-netinet_in.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-posix_spawn1.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-rawmemchr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-signbit.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-stddef.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-supersede-open.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-time.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-wchar.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/wctomb-impl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unilbrk/test-u8-width-linebreaks.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unistr/u8-strlen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/c-ctype.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/error-progname.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/fstat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/gl_anylinked_list1.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/libunistring.valgrind" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/mbtowc-lock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/strchrnul.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/textstyle.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/warn-on-use.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/xalloc-oversized.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr/u8-mbtouc-aux.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/mbtowc-impl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/projects/TP/team-address" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/dir-list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-java-printf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-ruby.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgattrib.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-cat.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgunfmt.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-charset.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/quote.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-properties.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/user-email.sh.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-qt.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-desktop.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-perl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-sh.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xg-encoding.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/styles/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/xmalloc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/doc/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/file-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/styled-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/exitfail.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/file-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/get_ppid_of.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/iconv-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/printf-frexpl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/signbitl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/verify.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/xalloc-oversized.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/tests/c++defs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="autogen.sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="build-aux/javaexec.sh.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/basename-lgpl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/closeout.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/memchr.valgrind" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/relocatable.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/xreadlink.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/src/escapes.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/examples/po/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/allocator.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/basename-lgpl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/c-strstr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/closeout.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/dirname-lgpl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fatal-signal.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/float.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/get-permissions.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gettext.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/hard-locale.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/isnand.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/javaversion.java" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbsrtowcs-impl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/opendir.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/propername.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/relocatable.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/sh-quote.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawn_faction_adddup2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/strerror-override.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/tmpdir.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unlocked-io.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/warn-on-use.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/windows-tls.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xmalloca.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistr/u16-mbtouc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/accept.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/filenamecat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/listen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/pthread_sigmask.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-atexit.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-canonicalize-lgpl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-dup-safer.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-filenamecat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-getopt_long.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-isinf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-langinfo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-math.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-noreturn.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-read-file.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-stdint.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-supersede.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-timespec.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-xvasprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/wctomb.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/error.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/fstrcmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/gl_anylinked_list2.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/mbtowc-lock.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/strchrnul.valgrind" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/xalloc.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr/u8-mbtouc-unsafe-aux.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/mbtowc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/misc/add-to-archive" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/dir-list.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-java.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-scheme.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgcat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-charset.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgunfmt.cs" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-error.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/rc-str-list.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-properties.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-catalog.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-resources.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-desktop.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-perl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-smalltalk.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xg-encoding.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/gettextpo-1-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/addext.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/xstrdup.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/styled-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/exported.sh.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/file-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/get_progname_of.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/log10.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/sigprocmask.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/xalloc.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/libxml/trionan.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/tests/dummy.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="check-copyright-headers" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="build-aux/libtool-reloc" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/basename-lgpl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/closeout.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/mbchar.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/relocatable.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/strtoul.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/xreadlink.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/intl-java/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/src/gettext.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/examples/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/areadlink-with-size.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/binary-io.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/c-strstr.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/closeout.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/dirname.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fcntl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gettime.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/hard-locale.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/isnanf-nolibm.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/lstat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbsrtowcs-state.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/propername.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/relocwrapper.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/sh-quote.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawn_faction_addopen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/strerror-override.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/strtoul.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/tmpdir.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unsetenv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/windows-tls.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xmemdup0.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/libxml/trionan.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unilbrk/lbrkprop1.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistr/u8-check.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/acl-internal.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/filenamecat.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/locale.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-canonicalize.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-dup.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-float.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-getprogname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-isnan.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-limits-h.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-mbsrtowcs.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-once.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-posix_spawn2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-read.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-set-mode-acl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-stdio.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-symlink.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-tls.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/timespec-add.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/uniname/test-uninames.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/error.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/fstrcmp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/gl_linked_list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/mem-hash-map.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/stat-time.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/streq.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/uniconv.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/xasprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unilbrk/lbrkprop1.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr/u8-mbtouc-unsafe.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/nl_langinfo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/file-list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-javascript.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-sh.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgcmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-charset.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgunfmt.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-error.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-catalog-abstract.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-resources.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-catalog.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-resources.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-elisp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-php.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-smalltalk.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xg-message.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/intl-5-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/intl-thread-2-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/alloca.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/term-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/_Noreturn.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/fatal-signal.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/get_progname_of.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/html-ostream.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/misc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/stdlib.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/xasprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="build-aux/ltmain.sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/binary-io.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/dup2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/mbchar.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/relocwrapper.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/stdio-write.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/xstrdup.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/areadlink.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/binary-io.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/canonicalize-lgpl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/dup-safer-flag.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fcntl.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/getdtablesize.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/hash-pjw.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/isnanf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/lc-charset-dispatch.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbsrtowcs.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/pipe-filter-aux.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/qcopy-acl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/rmdir.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawn_faction_destroy.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/strerror.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/supersede.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/trim.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unused-parameter.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/wmemchr-impl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xmemdup0.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unilbrk/lbrkprop2.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistr/u8-mblen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/fpucw.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/macros.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/qset-acl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-binary-io.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-cloexec.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-dup2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-fnmatch-h.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-ftello3.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-getrandom.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-isnand-nolibm.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-linked_list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-open.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-readlink.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sigprocmask.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-stdlib.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-symlink.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-unistd.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/timespec-sub.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/c-strcaseeq.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/exitfail.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/gl_linked_list.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/mem-hash-map.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/stat-w32.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/strerror-override.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unictype.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/glthread/tls.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unilbrk/lbrkprop2.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr/u8-mbtouc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/btowc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/misc/autopoint.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/file-list.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-kde-kuit.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-smalltalk.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgcomm.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-check.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgunfmt.tcl" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-gram-gen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-catalog-abstract.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-resources.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-csharp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-stringtable.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-elisp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-php.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-stringtable.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xg-message.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/system-tests/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/html-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/term-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/cloexec.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/fatal-signal.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/getdtablesize.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/html-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/intprops.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/misc.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/open.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/raise.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/terminfo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/w32sock.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/libcroco/libcroco-config.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/binary-io.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/setenv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/wcwidth.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/xstriconv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/src/ngettext.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/areadlink.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/canonicalize.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/concat-filename.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/dup-safer.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fd-hook.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gl_anyhash1.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/hash-pjw.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/isnanl-nolibm.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/lc-charset-dispatch.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbsstr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/pipe-filter-aux.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/quote.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/safe-read.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/sig-handler.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawn_faction_init.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/supersede.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/trim.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/utime.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/wmemchr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xreadlink.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/glthread/tls.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unilbrk/lbrktables.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistr/u8-mbtouc-aux.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/anytostr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/minus-zero.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/randomd.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-close.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-environ.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-fnmatch.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-ftello4.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-gettimeofday.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-isnand.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-linkedhash_list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-open.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-posix_spawn_file_actions_addclose.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-readlink.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-setenv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sleep.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-strchrnul.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sys_ioctl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-unlink.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/zerosize-ptr.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/exitfail.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/fwriteerror.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/locale.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/raise.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/stat-w32.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/strerror-override.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unilbrk.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/wcwidth.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/xerror.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/glthread/tls.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unilbrk/lbrktables.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr/u8-mbtoucr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/c++defs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/man/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/misc/convert-archive.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/projects/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/filter-quote.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-kde.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-tcl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgconv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-check.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msguniq.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-gram-gen.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-catalog.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-stringtable.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-csharp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-stringtable.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-glade.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-po.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-tcl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xg-mixed-string.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/intl-6-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/intl-thread-3-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/backupfile.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/html-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/term-styled-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/alloca.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/cloexec.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/fcntl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/filename.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/gethostname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/html-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/inttypes.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/moo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/read.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/sockets.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/strerror-override.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/textstyle.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/warn-on-use.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/xgethostname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="build-aux/ac-help.sed" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/c++defs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/error.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/lc-charset-dispatch.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/mbiter.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/setlocale-lock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/stdlib.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/xstriconv.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/arg-nonnull.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/bitrotate.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/canonicalize.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/copy-file-range.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/dup2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fd-hook.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fopen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gl_anyhash2.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/hash-triple-simple.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/isnanl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbswidth.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mkdir.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/pipe-filter-ii.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/quotearg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/safe-read.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/sigaction.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawn_int.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/stdio-impl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/uniconv.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/wcwidth.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xreadlink.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/glthread/tls.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unilbrk/lbrktables.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistr/u8-mbtouc-unsafe-aux.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/arg-nonnull.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/getcwd-lgpl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/nan.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/root-uid.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-accept.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-bind.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-connect.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-errno.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-fopen-gnu.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-hard-locale.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-isnand.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-listen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-pathmax.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-posix_spawn_file_actions_adddup2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-rmdir.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-setlocale1.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-snprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sys_random.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-unlink.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unistr/test-cmp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/_Noreturn.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/c-strstr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/exported.sh.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/fwriteerror.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/gl_list.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/memchr.valgrind" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/rawmemchr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/stat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/strerror.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/xerror.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unilbrk/lbrktables.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr/u8-next.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/misc/cvsuser.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/filter-sr-latin.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-librep.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-english.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/open-catalog.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-gram-gen.y" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-catalog.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-stringtable.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-desktop.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-tcl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-gsettings.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-po.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-tcl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xg-mixed-string.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/format-c-3-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/init.sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/backupfile.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/mem-hash-map.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/html-styled-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/term-styled-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/arg-nonnull.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/close.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/fcntl.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/getprogname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/isatty.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/ostream.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/safe-read.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/sockets.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/strerror-override.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/error.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/lc-charset-dispatch.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/mbrtowc-impl-utf8.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/setlocale.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/trim.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/intl/plural.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/examples/check-examples" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/_Noreturn.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/argmatch.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/btowc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/careadlinkat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/copy-file.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fd-safer-flag.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fstat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gl_anyhash_primes.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/hash-triple.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/libunistring.valgrind" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbswidth.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mkdtemp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/pipe-filter.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/quotearg.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/safe-write.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/signal.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawnattr_destroy.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/stdio-write.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/striconveh.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unictype.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/write.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xsetenv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unilbrk/u8-possible-linebreaks.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistr/u8-mbtouc-unsafe.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-m4/std-gnu11.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/getpagesize.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/nanosleep.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-access.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-bitrotate.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-explicit_bzero.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-fopen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-ftruncate.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-hash.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-isnanf-nolibm.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-localcharset.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-posix_spawn_file_actions_addopen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-rmdir.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sockets.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sys_select.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-unsetenv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unlinkdir.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unistr/test-u16-mbtouc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/its/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/c-strstr.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/fcntl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/gcd.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/rawmemchr.valgrind" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/xmalloc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unilbrk/u8-possible-linebreaks.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr/u8-prev.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/intprops.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/misc/gettextize.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/filters.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-lisp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgexec.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-english.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/open-catalog.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-gram-gen2.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-csharp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-tcl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-desktop.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-tcl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-java.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-properties.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-vala.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xg-pos.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/sentence-1-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/closeout.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/build-aux/ltmain.sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/html-styled-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/termcap.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/color.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/fd-hook.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/float.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/getprogname.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/html-styled-ostream.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/math.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/safe-read.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/strerror.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/term-ostream.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/tparm.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/xmalloc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="windows/windres-options" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="build-aux/config.libpath" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="build-aux/reloc-ldflags" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/c-ctype.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/fcntl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/mbrtowc-impl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/noreturn.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/setlocale_null.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/streq.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/trim.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/m4/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/tests/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/doc/iso-3166.sed" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/examples/po/mmsmallpo.sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/access.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/argmatch.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/byteswap.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/careadlinkat.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/copy-file.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/error-progname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fd-safer.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fstrcmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gl_anylinked_list1.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/hash.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/math.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbtowc-impl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/pipe-safer.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/raise.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/safe-write.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/signbitd.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawnattr_init.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/striconveh.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unilbrk.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xalloc-oversized.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xsetenv.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unilbrk/u8-width-linebreaks.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistr/u8-mbtouc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/atomic-int-gnulib.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/gl_array_list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/nap.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/set-acl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-alignof.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-btowc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-fabs.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-fopen.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-iconv-h.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-isnanf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-locale.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-mbsstr1.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-pow.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-rwlock1.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-setlocale2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-striconv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sys_socket.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-usleep.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unlinkdir.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unistr/test-u16-mbtouc.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/alloca.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/cloexec.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/fcntl.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/gcd.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/gl_xlist.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/realloc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/xmalloca.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unilbrk/u8-width-linebreaks.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr/u8-strmbtouc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/kwset.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/projects/team-address" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-awk.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-lua.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/hostname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgfilter.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-equal.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/plural-count.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-gram.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-csharp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-tcl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-java.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-xml.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-java.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-python.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-vala.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xg-pos.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/format-c-4-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/intl-1-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/intl-version-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/setlocale.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/closeout.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/autogen.sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/examples/color-hello/hello.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/iconv-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/terminfo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/color.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/fd-hook.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/float.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/gettext.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/html-styled-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/isnan.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/mem-hash-map.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/safe-write.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/stat-time.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/term-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/tputs.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/tests/unused-parameter.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="build-aux/relocatable.sh.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/_Noreturn.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/fcntl.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/mbrtowc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/open.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/setlocale_null.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/strerror-override.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/acl-errno-valid.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/c++defs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/csharpcomp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/error-progname.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fdopen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fstrcmp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gl_anylinked_list2.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/hash.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbchar.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbtowc-lock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/pipe2-safer.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/rawmemchr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/same-inode.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/signbitf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawnattr_setflags.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/stdlib.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/striconveha.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/uniname.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xalloc.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unilbrk/ulc-common.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistr/u8-mbtoucr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/bind.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/gl_array_list.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/setsockopt.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-alloca-opt.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-copy-acl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-fabs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-iconv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-isnanf.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-localename.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-mbsstr2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-priv-set.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sameacls.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-striconveh.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sys_stat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-utime-h.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-wcrtomb-w32.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unused-parameter.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unistr/test-u8-check.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/its/glade.loc" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/arg-nonnull.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/cloexec.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/fd-hook.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/hard-locale.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/relocatable.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/striconveh.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unitypes.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/xmalloca.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unilbrk/ulc-common.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr/u8-uctomb-aux.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/kwset.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/m4/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/projects/GNOME/team-address" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-boost.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-pascal.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/its.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgfmt.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-equal.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/plural-count.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-lex.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-desktop.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/recode-sr-latin.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-java.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-xml.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-javascript.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-python.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-ycp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xgettext.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/intl-setlocale-1-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/woe32dll/export.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/examples/color-hello/names.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/iconv-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/attribute.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/fpucw.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/html-styled-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/isnand-nolibm.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/mem-hash-map.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/safe-write.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/stat-w32.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/term-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/tests/warn-on-use.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/alloca.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/fd-hook.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/mbsinit.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/signal.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/strerror-override.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/man/x-to-1.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/doc/iso-639-2.sed" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/emacs/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/examples/installpaths.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/acl-internal.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/classpath.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/csharpcomp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/error.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/file-set.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/ftell.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gl_linked_list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/iconveh.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/itold.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbchar.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbtowc-lock.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/rawmemchr.valgrind" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/sched.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/signbitl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawnattr_setsigmask.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/striconveha.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistd--.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xasprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unilbrk/ulc-common.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistr/u8-prev.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/c++defs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/iconvsupport.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/null-ptr.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/signature.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-areadlink-with-size.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-fcntl-h.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-getcwd-lgpl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-ignore-value.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-isnanl-nolibm.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-lock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-mbrtowc-w32.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-pipe-filter-ii1.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-pthread-thread.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sched.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-setlocale_null-mt-all.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-striconveha.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sys_time.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-vasnprintf-posix.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-wcrtomb.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/usleep.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/uniconv/test-u8-conv-from-enc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unistr/test-u8-cmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/its/glade1.its" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/close.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/fd-hook.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/getdtablesize.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/hard-locale.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/relocatable.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/striconveh.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/uniwidth.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unilbrk/ulc-common.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr/u8-uctomb.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/warn-on-use.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/man/x-to-1.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-c-parse.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-perl-brace.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/its.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgfmt.cs" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-fsearch.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/plural-distrib.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-lex.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-desktop.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/search-path.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-mo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-appdata.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-javascript.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-rst.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-ycp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xgettext.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/format-c-5-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/woe32dll/gettextlib-exports.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/error-progname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/build-aux/moopp" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/memory-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/basename-lgpl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/concat-filename.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/fd-ostream.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/frexp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/gl_array_list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/isnand.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/same-inode.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/stat-w32.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/styled-ostream.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/term-style-control.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/xstrdup.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="build-aux/csharpcomp.sh.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/fd-hook.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/getprogname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/locale.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/mbslen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/progname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/sigprocmask.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/strerror.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/unistr.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/unistr/u8-mbtoucr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/acl-internal.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/c-ctype.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/classpath.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/csharpexec.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/error.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/file-set.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/ftello.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gl_linked_list.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/ignore-value.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/javacomp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/locale.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbtowc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/secure_getenv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/sigprocmask.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawni.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistd-safer.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xstrdup.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unilbrk/ulc-width-linebreaks.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistr/u8-uctomb-aux.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/connect.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/sleep.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-areadlink.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-byteswap.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-fcntl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-fstat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-inet_pton.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-isnanl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-log10.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-mbrtowc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-mbsstr3.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-pthread.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-select-fd.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-setlocale_null-mt-one.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-spawn.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-string.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sys_types.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-vasnprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/vma-iter.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unistr/test-u8-mblen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/its/glade2.its" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/fdopen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/iconveh.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/mbrtowc-impl-utf8.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/relocatable.valgrind" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/stdio-write.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/striconveha.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unlocked-io.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/uniconv/u8-conv-from-enc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unilbrk/ulc-width-linebreaks.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/wcrtomb.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/projects/GNOME/trigger" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/cldr-plural-exp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-c.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-perl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/lang-table.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgfmt.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-fsearch.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/plural-eval.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-time.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-java.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/search-path.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-mo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-awk.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-librep.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-rst.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xg-arglist-callshape.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/gnu/gettext/DumpResource.java" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/intl-setlocale-2-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/testlocale.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/woe32dll/gettextpo-exports.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/error-progname.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/build-aux/run-test" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/memory-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/basename-lgpl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/declared.sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/fd-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/frexpl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/gl_array_list.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/isnanf-nolibm.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/memchr.valgrind" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/noop-styled-ostream.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/stat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/styled-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/term-style-control.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/unistr.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/xvasprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="build-aux/csharpexec.sh.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/allocator.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/canonicalize-lgpl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/filename.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/getprogname.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/localename-table.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/mbsstr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/progname.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/unitypes.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/unistr/u8-uctomb-aux.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/doc/iso-639.sed" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/acl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/clean-temp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/csharpexec.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/execute.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/filename.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/full-write.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gl_linkedhash_list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/intprops.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/javacomp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/localename-table.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbiter.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/noreturn.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/set-permissions.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawnp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/stripslash.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/verify.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xerror.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xstriconv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/uniconv/u8-conv-from-enc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistr/u8-uctomb.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/copy-acl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/inet_pton.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/perror.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/socket.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-areadlink.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-c-ctype.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-fdopen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-fstrcmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-getdtablesize.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-init.sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-isnanl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-log10.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-pipe-filter-ii2-child.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-pthread_sigmask1.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-setlocale_null.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-stat-time.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-strnlen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sys_uio.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-vasprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-wctype-h.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/vma-iter.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unictype/test-ctype_space.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unistr/test-u8-mbtoucr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/its/gsettings.its" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/attribute.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/concat-filename.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/filename.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/getprogname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/intprops.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/mbrtowc-impl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/noreturn.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/setlocale-lock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/striconveha.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unused-parameter.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/xstrdup.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/uniwidth/cjk.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/libgrep.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/cldr-plural-exp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-csharp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-php.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/lang-table.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msggrep.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-header.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/plural-eval.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-time.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-java.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/sentence.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-po.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-awk.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-librep.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-ruby.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xg-arglist-callshape.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/gnu/gettext/GetURL.java" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/tstgettext.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/woe32dll/gettextsrc-exports.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/xalloc.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/build-aux/moopp" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/binary-io.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/dup2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/fd-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/fstat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/isnanf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/noop-styled-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/sig-handler.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/styled-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/unitypes.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/xvasprintf.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/tests/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/areadlink.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/careadlinkat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/gettext.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/localename-table.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/mbtowc-lock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/progreloc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/stat-time.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/uniwidth.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/unistr/u8-uctomb.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/intl-csharp/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/emacs/po-mode.el" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/acl_entries.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/clean-temp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/execute.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/findprog.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/full-write.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gl_linkedhash_list.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/inttypes.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/javaexec.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/localename-table.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbrtowc-impl-utf8.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbuiter.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/read.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/setenv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xerror.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xstriconv.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/uniname/gen-uninames.lisp" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/creat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/infinity.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/sockets.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-argmatch.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-copy-file.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-ftell.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-intprops.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-iswblank.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-lseek.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-memchr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-pipe-filter-ii2-main.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-pthread_sigmask2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-setsockopt.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-stat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-strstr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sys_wait.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-verify-try.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-wcwidth.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/w32sock.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unictype/test-predicate-part1.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unistr/test-u8-prev.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/its/gsettings.loc" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/basename-lgpl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/diffseq.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/getprogname.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/inttypes.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/mbrtowc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/setlocale_null.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/stdlib.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/xstriconv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unictype/bitmap.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr/u16-mbtouc-aux.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/uniwidth/width.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/localeconv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/projects/KDE/team-address" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/cldr-plural.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-elisp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-python-brace.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/locating-rule.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msginit.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-header.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/plural-exp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-xerror.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-mo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/sentence.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-po.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-c.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-lisp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-ruby.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xg-arglist-context.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/plural-1-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/tstngettext.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/xerror.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/adhoc-tests/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/noop-styled-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-m4/std-gnu11.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/binary-io.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/gl_list.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/isnanl-nolibm.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/memory-ostream.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/noop-styled-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/sigaction.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/term-styled-ostream.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/unused-parameter.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="build-aux/git-version-gen" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/areadlink.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/careadlinkat.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/fstat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/hard-locale.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/localename.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/mbtowc-lock.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/propername.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/stat-w32.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/unlocked-io.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-m4/std-gnu11.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/examples/po/xsmallpot.sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/addext.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/attribute.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/c-strcaseeq.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/cloexec.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/diffseq.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/exitfail.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/findprog.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fwriteerror.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/isblank.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/javaexec.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/localename.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbrtowc-impl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mem-hash-map.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/readdir.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/setlocale-lock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawn-pipe.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/stat-time.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/strchrnul.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/strnlen1.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/tempname.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unistr.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/w32spawn.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xgetcwd.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xstriconveh.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unictype/bitmap.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/uniname/uniname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/uniwidth/cjk.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/dtotimespec.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/init.sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/priv-set.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/sockets.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-arpa_inet.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-c-strcasecmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-getopt-gnu.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-inttostr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-iswdigit.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-mkdir.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-pipe-filter-ii2.sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-select-stdin.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sh-quote.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-stat.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-strtol.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sys_wait.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-verify.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-write.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/warn-on-use.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unictype/test-predicate-part2.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unistr/test-u8-strlen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/its/gtkbuilder.its" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/basename-lgpl.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/dup2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/float.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/gettext-po.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/itold.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/mbsinit.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/setlocale_null.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/xstriconv.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unictype/ctype_alpha.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr/u16-mbtouc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/m-fgrep.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/cldr-plural.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-gcc-internal.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-python.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/locating-rule.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-ascii.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-iconv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/plural-table.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-xerror.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-mo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/str-list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-properties.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-c.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-lisp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-scheme.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xg-arglist-context.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/intl-3-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/intl-thread-1-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/xerror.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/fd-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/noop-styled-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/c++defs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/error.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/full-write.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/isnanl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/memory-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/printf-frexp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/signal.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/term-styled-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/unistr/u8-mbtouc-aux.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="build-aux/install-reloc" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/doc/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/arg-nonnull.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/cloexec.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/fwriteerror.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/hard-locale.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/localename.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/propername.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/stat-w32.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/unused-parameter.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/xalloc-oversized.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/uniwidth/cjk.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/src/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/backupfile.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/c-strcasestr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/cloexec.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/dirent-private.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/exitfail.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/fwriteerror.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/getprogname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gl_list.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/javaversion.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/localename.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbrtowc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mem-hash-map.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/progname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/readlink.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/setlocale.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawn-pipe.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/stat-w32.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/strchrnul.valgrind" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/strnlen1.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unitypes.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/wait-process.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xgetcwd.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xstriconveh.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/unictype/ctype_space.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/uniwidth/width.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/dup.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/priv-set.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-array_list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-c-strcasestr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-creat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-getopt-main.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-inttypes.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-lstat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-mkdir.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-select.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-sigaction.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-stdalign.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-strtoul.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-thread_create.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-xalloc-die.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/wcrtomb.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unictype/test-sy_java_whitespace.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unistr/test-u8-uctomb.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/its/metainfo.its" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/c++defs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/float.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/gettext-po.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/lc-charset-dispatch.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/mbswidth.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/open.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/signal.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/windows-tls.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/xvasprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr/u8-check.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/m-regex.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/projects/KDE/trigger" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/cldr-plural.y" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-gfc-internal.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-qt-plural.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/message.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-ascii.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-iconv.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/plural-table.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/pos.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-po.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/str-list.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-properties.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-csharp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-lua.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-scheme.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xg-arglist-parser.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/xgetcwd.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/libxml/trionan.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/fd-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/error.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/full-write.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/gl_xlist.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/iconv-ostream.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/itold.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/memory-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/printf-frexp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/signbitd.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/term-styled-ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/unistr/u8-mbtouc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/tests/_Noreturn.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/cloexec.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/fwriteerror.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/intprops.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/lstat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/mbuiter.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/raise.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/stat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/strnlen1.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/verify.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/xalloc.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/uniwidth/width.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/doc/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/alloca.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/backupfile.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/c-strcasestr.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/close.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/dirent.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/gcd.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/getprogname.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/isnan.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/localtime.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/mbsinit.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/omp.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/progname.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/realloc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/setlocale_null.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/spawn.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/stat-w32.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/uniwidth.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/wait-process.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xmalloc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/xvasprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/file-has-acl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/inttostr.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/strerror_r.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-asyncsafe-spin1.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-c-strncasecmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-ctype.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-file-has-acl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-ftell3.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-getopt-posix.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-ioctl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-iswxdigit.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-lstat.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-nanosleep.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-raise.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-select.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-signal-h.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-stdbool.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-supersede-fopen.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-thread_self.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-vsnprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/test-xalloc-die.sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/wctob.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/unistr/u8-cmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/its/metainfo.loc" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/error-progname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/fopen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/gettext.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/lc-charset-dispatch.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/mbswidth.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/sigprocmask.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/verify.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/windows-tls.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/xvasprintf.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unictype/ctype_space.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/unistr/u8-mblen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/mbrlen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/misc/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/cldr-plurals.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-invalid.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/format-qt.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/message.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgl-cat.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/msgmerge.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/po-charset.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/project-id" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/read-po.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/urlget.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/write-qt.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-csharp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-lua.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/x-sh.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/src/xg-arglist-parser.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/tests/intl-4-prg.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gnulib-local/lib/xgetcwd.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/adhoc-tests/hello.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/examples/color-filter/filter.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/file-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/gnulib-local/lib/ostream.oo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/c-ctype.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/exitfail.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/file-ostream.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/get_ppid_of.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/iconv-ostream.oo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/noreturn.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/printf-frexpl.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/signbitf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/write.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/tests/arg-nonnull.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/dcngettext.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/l10nflist.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/ngettext.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/relocatable.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/windows-mutex.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/dgettext.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/langprefs.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/os2compat.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/setlocale-lock.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/windows-once.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/dngettext.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/libgnuintl.in.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/os2compat.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/setlocale.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/windows-once.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/eval-plural.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/intl/libintl.glibc" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/osdep.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/setlocale_null.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/windows-recmutex.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/explodename.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/loadinfo.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/plural-exp.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/setlocale_null.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/windows-recmutex.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/loadmsgcat.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/plural-exp.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/textdomain.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/windows-rwlock.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/filename.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/localcharset.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/intl/plural.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/threadlib.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/windows-rwlock.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/finddomain.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/localcharset.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/plural.y" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/tsearch.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/wprintf-parse.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/flexmember.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/locale.alias" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/printf-args.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/tsearch.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/Makefile.am" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/gettext.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/localealias.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/printf-args.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/vasnprintf.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/xsize.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/gettextP.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/localename-table.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/printf-parse.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/vasnprintf.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/arg-nonnull.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/gmo.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/localename-table.in.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/printf-parse.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/vasnwprintf.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/attribute.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/intl/hash-string.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/localename.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/printf.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/verify.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/bindtextdom.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/hash-string.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/lock.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/ref-add.sin" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/version.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/dcgettext.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/intl-compat.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/lock.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/ref-del.sin" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/windows-initguard.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/dcigettext.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/intl-exports.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/log.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/relocatable.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/windows-mutex.c" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glthread/threadlib.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-input.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-sel-eng.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-tknzr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/tests/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/iconv_open.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/strnlen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-m4/gnulib-comp.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/man/gettext.3" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/da.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/et.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/pt.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/hellowindow.cc" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/alignof.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/flexmember.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/iconv_open-hpux.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/isinf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/omp-init.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/time.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/windows-rwlock.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/Makefile.gnulib" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/stdalign.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-pipe.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-quotearg.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/errno.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/stpncpy.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/sys_stat.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/vasprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/po/POTFILES.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="build-aux/texinfo.tex" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gnulib-local/lib/glib/glist.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gnulib-local/lib/libcroco/cr-attr-sel.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gnulib-local/lib/libcroco/cr-om-parser.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gnulib-local/lib/libcroco/cr-simple-sel.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gnulib-local/lib/libcroco/cr-utils.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/sys-limits.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/vasnprintf.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/windows-rwlock.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib/glist.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-input.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-sel-eng.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-tknzr.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/iconv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/libasprintf/autosprintf.info" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/man/gettext.3.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/sv.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/hellowindow.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/explicit_bzero.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/float+.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/memchr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/strcspn.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/strpbrk.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/windows-spin.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/pthread-thread.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-pipe2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/iconv_open-hpux.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/pathmax.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/str-two-way.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/sys_types.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/gnulib-m4/gnulib-cache.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/man/msgcmp.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/man/msginit.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib/gmacros.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-cascade.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-parser.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-statement.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/stddef.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/vasprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib/glist.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-additional-sel.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-num.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-selector.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-token.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/iconv.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/malloca.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/memchr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/stdbool.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/libasprintf/autosprintf.texi" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/POTFILES.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/de.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/fi.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/it.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/pt_BR.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/admin/depcomp" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/c-strncasecmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/iconv_open-irix.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/strstr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/waitpid.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/windows-spin.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/pthread.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-xmemdup0.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/printf-args.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/size_max.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/glthread/lock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/gnulib-m4/gnulib-comp.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib/gmessages.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-cascade.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-parser.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-statement.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/libcroco.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/admin/depcomp" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/Makefile.gnulib" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/c-strcase.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glibconfig.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/limits.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/stdint.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/sys_socket.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib/gmacros.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-additional-sel.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-num.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-selector.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-token.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/getopt-cdefs.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/iconv_close.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/iswblank.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/malloca.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/stddef.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/strtol.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/wchar.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/m4/intl.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/man/help2man" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/tr.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/lseek.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/stdarg.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/strtol.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/glthread/lock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/sys_ioctl.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-sigpipe.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/c-strcase.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/iconv_open-irix.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/limits.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/printf-args.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/time.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/wchar.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/glthread/lock.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/Makefile.gnulib" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/man/msgcomm.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/build-aux/config.guess" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib/gprimes.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-declaration.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-parsing-location.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-string.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/c-strcasecmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/minmax.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/obstack.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/printf-parse.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/stdio.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/sys_stat.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib/gmessages.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-attr-sel.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-om-parser.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-simple-sel.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-utils.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/getopt-core.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/iconv_open-aix.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/iswdigit.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/stdint.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/m4/intlmacosx.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/man/bind_textdomain_codeset.3" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/fr.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/ja.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/doc/fdl.texi" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/fnmatch.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/getdelim.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/iconv_open-osf.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/langinfo.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/mempcpy.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/pathmax.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/stdbool.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/wchar.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/glthread/lock.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/putenv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/windows-thread.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/c-strcasecmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/localcharset.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/printf-parse.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/glthread/threadlib.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/INSTALL.windows" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/doc/fdl.texi" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glibconfig.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib/gprimes.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-declaration.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-parsing-location.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-string.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/c-strncasecmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/malloc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/obstack.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/printf-parse.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/size_max.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/sys_time.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/vsnprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib/gprimes.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-attr-sel.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-om-parser.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-simple-sel.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-utils.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/m4/init-package-version.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0-or-later" path="COPYING" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/getopt-ext.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/iswxdigit.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/msvc-inval.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/sys_stat.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/wctype.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/libasprintf/configure.ac" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/man/bind_textdomain_codeset.3.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/man/ngettext.1.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/ast.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/uk.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/doc/gettext.info" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/concat-filename.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/fnmatch.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/gettimeofday.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/malloc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/memset.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/stddef.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/glthread/threadlib.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/sys_socket.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/windows-thread.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/Makefile.gnulib" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/fsync.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/iconv_open-osf.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/localcharset.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/printf-parse.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/wctype.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/xconcat-filename.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/regcomp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/man/msgconv.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/man/msgunfmt.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gnulib-local/lib/markup.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/build-aux/config.sub" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/doc/gpl.texi" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib/gprintfint.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-doc-handler.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-prop-list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-style.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/alignof.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/malloca.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/snprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/stpcpy.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/sys_types.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/xconcat-filename.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib/gprimes.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-cascade.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-parser.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-statement.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="configure.ac" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="build-aux/mdate-sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/errno.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/getopt-pfx-core.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/iconv_open-hpux.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/langinfo.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/msvc-inval.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/stdio.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/sys_types.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-m4/intl-thread-locale.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/libasprintf/Makefile.gnulib" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/man/bindtextdomain.3" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/man/ngettext.3" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/ga.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/ko.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/ro.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/doc/gettext.texi" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/Makefile.gnulib" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/fnmatch_loop.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/getline.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/iconv_open-solaris.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/malloca.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/minmax.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/stdint.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/striconv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/wctype.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-m4/intl-thread-locale.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/ftruncate.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/sys_uio.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/c-strncasecmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/memchr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/regex.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gnulib-local/lib/markup.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/build-aux/depcomp" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/doc/libtextstyle.info" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib/gstrfuncs.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-doc-handler.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-prop-list.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-style.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/malloca.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/sys_uio.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib/gprintfint.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-cascade.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-parser.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-statement.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/libcroco.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="build-aux/missing" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/getopt-pfx-ext.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/msvc-nothrow.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/time.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/windows-initguard.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/libasprintf/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/libasprintf/fdl.texi" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/m4/nls.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/man/bindtextdomain.3.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/man/ngettext.3.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/be.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/en@boldquot.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/gettext-runtime.pot" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/vi.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/admin/am_edit" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/admin/missing" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/getopt-cdefs.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/malloca.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/striconv.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/sys-limits.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/utime.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/wmempcpy.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-strerror.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/glthread/thread.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/iconv_open-solaris.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/malloc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/windows-initguard.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/cdefs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/regex.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/man/msgen.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/man/msguniq.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/doc/libtextstyle.texi" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib/gstrfuncs.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-enc-handler.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-pseudo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-stylesheet.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-m4/gnulib-cache.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/float+.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/msvc-inval.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/time.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/wchar.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib/gstrfuncs.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-declaration.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-parsing-location.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-string.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="build-aux/config.guess" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/getopt.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/iconv_open-irix.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/msvc-nothrow.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/str-kmp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/windows-mutex.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/glthread/lock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/libasprintf/gpl.texi" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/m4/po.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/nb.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/ru.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/doc/gpl.texi" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/admin/compile" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/errno.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/getopt-core.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/iconv_open-zos.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/iswblank.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/sys_random.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/utimens.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/windows-initguard.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/arpa_inet.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/select.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-perror.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-strerror_r.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/glthread/thread.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/alignof.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/malloca.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/minmax.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/stdarg.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/striconv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/unistd.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/windows-mutex.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/regex_internal.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/man/autopoint.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib/gstring.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-enc-handler.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-pseudo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-stylesheet.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/asnprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/isinf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/msvc-inval.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/windows-initguard.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib/gstrfuncs.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-declaration.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-parsing-location.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-string.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/Makefile.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/getopt.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/limits.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/windows-mutex.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/glthread/lock.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/man/textdomain.3" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/bg.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/gl.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/zh_CN.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/admin/ylwrap" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/getopt-ext.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/iswdigit.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/limits.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/msvc-inval.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/stdio.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/sys_select.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/utimens.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/windows-mutex.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-m4/lcmessage.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-spawn-pipe-child.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/glthread/yield.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/iconv_open-zos.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/malloca.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/msvc-inval.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/stdbool.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/striconv.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/windows-mutex.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/gnulib-m4/gnulib-cache.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/regex_internal.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/man/msgexec.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/man/recode-sr-latin.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/build-aux/mdate-sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib/gstring.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-fonts.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-rgb.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-term.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-m4/gnulib-comp.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/asprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/msvc-nothrow.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/string.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/windows-mutex.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib/gstring.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-doc-handler.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-prop-list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-style.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/c-strcase.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/getopt1.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/iconv_open-osf.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/localcharset.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/windows-once.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/glthread/threadlib.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/m4/progtest.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/man/textdomain.3.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/en@quot.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/nl.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/sk.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/configure.ac" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/configure.ac" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/admin/config.guess" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/asnprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/cdefs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/getopt-pfx-core.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/iconv_open.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/iswxdigit.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/localcharset.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/msvc-inval.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/sys_stat.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/vasnprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/windows-mutex.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/netinet_in.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-fputc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-fwrite.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-perror2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-spawn-pipe-main.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/getdelim.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/markup.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/msvc-inval.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/stddef.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/windows-once.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/gnulib-m4/gnulib-comp.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/regexec.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/man/gettextize.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/build-aux/missing" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib/gtypes.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-fonts.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-rgb.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-term.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/concat-filename.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/gettimeofday.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/msvc-nothrow.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/windows-mutex.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/xsize.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib/gstring.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-doc-handler.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-prop-list.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-style.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="INSTALL.windows" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="build-aux/config.sub" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="build-aux/test-driver" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/c-strcasecmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/getopt_int.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/localcharset.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/pathmax.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/unistd.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/windows-once.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/hr.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/zh_HK.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/asprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/getopt-pfx-ext.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/iconv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/localcharset.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/msvc-nothrow.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/pipe2.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/stpcpy.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/sys_time.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/vasnprintf.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/windows-once.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/xsize.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-fread.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/asnprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/iconv_open.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/markup.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/msvc-nothrow.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/stdint.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/windows-once.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/langinfo.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/man/msgfilter.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-input.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-sel-eng.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-tknzr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/memchr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/unistd.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/windows-once.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib/gtypes.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-enc-handler.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-pseudo.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-stylesheet.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/c-strncasecmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/iconv_open-solaris.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/windows-recmutex.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/man/envsubst.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/ca.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/eo.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/nn.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/sl.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/admin/config.sub" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/asyncsafe-spin.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/getopt.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/iconv.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/msvc-nothrow.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/printf-args.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/read-file.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/stpncpy.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/string.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/sys_types.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/vasprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/windows-once.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/xconcat-filename.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-getdelim.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/asprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/concat-filename.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/getline.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/iconv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/msvc-nothrow.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/windows-recmutex.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/xsize.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/man/help2man" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/configure.ac" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-input.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-sel-eng.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-tknzr.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/pathmax.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/windows-once.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-enc-handler.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-pseudo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-stylesheet.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/striconv.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/windows-recmutex.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/libasprintf/gnulib-m4/gnulib-cache.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/hu.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/zh_TW.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/asyncsafe-spin.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/c-strcase.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/getopt.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/iconv_close.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/printf-args.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/read-file.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/size_max.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/str-kmp.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/sys_wait.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/windows-recmutex.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-m4/gnulib-cache.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/iconv.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/stdio.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/windows-recmutex.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/glthread/lock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/build-aux/test-driver" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib/ghash.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-additional-sel.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-num.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-selector.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-token.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/printf-args.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/stdalign.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/windows-recmutex.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glthread/lock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-fonts.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-rgb.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-term.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="m4/fixautomake.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="build-aux/depcomp" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="build-aux/ylwrap" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/configure.ac" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/flexmember.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/iconv_open-zos.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/striconv.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/windows-rwlock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-m4/gnulib-cache.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/m4/gettext.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/cs.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/es.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/pl.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/sr.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/c-strcasecmp.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/ctype.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/getopt1.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/iconv_open-aix.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/obstack.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/printf-parse.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/snprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/str-two-way.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/strnlen.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/tempname.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/unistd.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/vsnprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/windows-recmutex.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/pipe.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-fgetc.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-getline.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/float+.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/iconv_close.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/obstack.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/string.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/vasnprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/windows-rwlock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/glthread/lock.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gnulib-local/lib/exitfail.h.diff" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib/ghash.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-additional-sel.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-num.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-selector.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-token.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/errno.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/fsync.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/printf-args.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/stdarg.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/windows-recmutex.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib/ghash.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glthread/lock.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-fonts.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-rgb.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/libcroco/cr-term.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/tests/Makefile.gnulib" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/string.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-lib/windows-rwlock.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/gnulib-m4/lcmessage.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/libasprintf/gnulib-m4/gnulib-comp.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/man/gettext.1.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-runtime/po/id.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/COPYING" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/emacs/start-po.el" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/hello.cc" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/getopt_int.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/obstack.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/printf-parse.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/windows-rwlock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-m4/gnulib-comp.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-tests/test-quotearg-simple.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/iconv_open-aix.gperf" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/obstack.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/stpcpy.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/strstr.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/vasnprintf.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/windows-rwlock.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgrep/glthread/threadlib.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/man/msgcat.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/tests/xg-c-1.ok.po" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0-or-later" path="libtextstyle/COPYING" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib/glist.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-attr-sel.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-om-parser.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-simple-sel.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-utils.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/stdbool.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/vasnprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/windows-rwlock.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/glib/ghash.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/hellowindow.cc" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/build-aux/texinfo.tex" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/glib/glist.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-attr-sel.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-om-parser.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-simple-sel.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/cr-utils.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/hellowindow.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/float+.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/vasnprintf.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/termcap-h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="libtextstyle/lib/notinline.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/COPYING" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl-java/ChangeLog.0" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/vasprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-tools/gnulib-m4/canonicalize.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/terminfo" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="libtextstyle/lib/version.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/vasprintf.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="libtextstyle/gnulib-local/modules/libcroco" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/terminfo-h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/ChangeLog.0" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/verify.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/src/gettext.sh.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-tools/intl/Makefile.am" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="libtextstyle/gnulib-local/modules/libglib" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl-java/gnu/gettext/GettextResource.java" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/errno.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-tools/doc/lang-java.texi" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/admin/acinclude.m4.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/modules/markup" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/xsize.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-tools/gnulib-m4/filenamecat.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/tests/ChangeLog.0" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-tools/doc/lgpl.texi" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gnulib-local/lib/mem-hash-map.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/lgpl.texi" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/admin/conf.change.pl" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/moo" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/lib-asprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="libtextstyle/gnulib-local/lib/tparm.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/gnulib-m4/canonicalize.m4" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/alloca.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/lib-asprintf.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/admin/config.pl" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="libtextstyle/gnulib-local/lib/tputs.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/asnprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/printf-args.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-tools/doc/ChangeLog.1" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-tools/examples/hello-c++-gnome/INSTALL" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="libtextstyle/lib/textstyle/version.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl-csharp/ChangeLog.0" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/asprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/printf-args.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-tools/examples/hello-objc-gnome/INSTALL" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="libtextstyle/gnulib-local/lib/moo.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="libtextstyle/lib/textstyle/woe32dll.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/attribute.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/printf-parse.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-tools/examples/hello-c++-kde/admin/configure.in.min" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-tools/examples/hello-c-gnome/INSTALL" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/modules/backupfile" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/doc/ChangeLog.0" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/COPYING" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/autosprintf.cc" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/printf-parse.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/src/ChangeLog.0" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl-csharp/intl.cs" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/autosprintf.in.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/size_max.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gnulib-local/lib/gettext.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="libtextstyle/lib/stdbool.mini.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/libasprintf/vasnprintf.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="libtextstyle/gnulib-local/lib/libcroco/libcroco-config.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/gnulib-local/modules/termcap" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/examples/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="FSFAP" path="gettext-tools/examples/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-2.0+" path="gettext-tools/examples/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-tools/examples/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/examples/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="FSFUL" path="gettext-tools/examples/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/lib/libxml/hash.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/lib/libxml/hash.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/lib/libxml/list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gnulib-local/lib/libxml/dict.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/lib/libxml/list.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="libtextstyle/lib/libxml/dict.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="gettext-tools/gnulib-lib/libxml/dict.c" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/tests/c++defs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/c++defs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/c++defs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0-or-later" path="gettext-tools/gnulib-lib/libc-config.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/c++defs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/c++defs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0-or-later" path="gettext-tools/libgrep/libc-config.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/c++defs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/c++defs.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="FSFU" path="gettext-runtime/libasprintf/configure" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="FSFA" path="gettext-runtime/po/remove-potcdate.sin" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="FSFU" path="configure" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="FSFU" path="gettext-tools/configure" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="FSFU" path="libtextstyle/configure" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="FSFA" path="gettext-tools/po/remove-potcdate.sin" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="FSFU" path="gettext-runtime/configure" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="FSFA" path="gettext-tools/po/Makefile.in.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="FSFA" path="gettext-runtime/po/Makefile.in.in" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-2.0+" path="build-aux/texi2html" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/float+.h" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-2.0+" path="build-aux/texi2html" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/tests/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgrep/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-runtime/gnulib-lib/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="libtextstyle/lib/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-lib/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/gnulib-tests/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/libgettextpo/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="libtextstyle/lib/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gettext-tools/libgettextpo/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPLStyleLicense" path="gettext-tools/gnulib-lib/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-2.0+" path="libtextstyle/build-aux/texi2html" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="XConsortiumLicense" path="gettext-tools/misc/Admin/alias.X11" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path=".x-update-copyright" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="GPL-3.0+" path="gitsub.sh" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="gettext-runtime/intl/libgnuintl.h" desc="the License of this file is LGPL"/>
|
||
<policyitem type="compatibility" name="LGPLStyleLicense" path="os2/iconv/.*" desc="not use this file"/>
|
||
<policyitem type="compatibility" name="InvalidLicense" path="Admin/release-steps" desc="not use this file"/>
|
||
<policyitem type="copyright" name="Copyright (C) 1995-1997, 2000-2016, 2018-2020 Free Software Foundation, Inc." path="gettext-runtime/intl/libintl.h" desc="not use this file"/>
|
||
</policy>
|
||
</policylist>
|
||
<filefilterlist>
|
||
<filefilter name="defaultPolicyFilter" desc="Filters for compatibility,license header policies">
|
||
<filteritem type="filepath" name=".*" desc="The files involved in compilation are the LGPL protocol.They are used in dynamic link mode."/>
|
||
</filefilter>
|
||
<filefilter name="copyrightPolicyFilter" desc="Filters for copyright header policies">
|
||
<filteritem type="filepath" name=".*" desc=""/>
|
||
</filefilter>
|
||
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
|
||
<filteritem type="filepath" name=".*" desc="Resource, config and certification binary."/>
|
||
</filefilter>
|
||
</filefilterlist>
|
||
</oatconfig>
|
||
</configuration> |