The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You 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.

# Ignore the .git directory.
.git/**

# CHANGES and MANIFEST files do not require license headers.
CHANGES
perl/MANIFEST

# doc file does not require license.
CONTRIBUTING

# The Lemon parser generator is in the public domain.  See LUCY-173.
lemon/lemon.c
lemon/lempar.c

# The Snowball stemmer source code files do not contain license headers, by
# choice of the Snowball developers.  See
# modules/analysis/snowstem/source/README.
modules/analysis/snowstem/source/include/libstemmer.h
modules/analysis/snowstem/source/libstemmer/libstemmer_utf8.c
modules/analysis/snowstem/source/libstemmer/modules_utf8.h
modules/analysis/snowstem/source/runtime/api.c
modules/analysis/snowstem/source/runtime/api.h
modules/analysis/snowstem/source/runtime/header.h
modules/analysis/snowstem/source/runtime/utilities.c
modules/analysis/snowstem/source/src_c/*.c
modules/analysis/snowstem/source/src_c/*.h

# JSON is a commentless format, so this file cannot have a license header.  It
# is derived from Snowball sources, and its licensing situation is documented
# in the README file next to it.
modules/analysis/snowstem/source/test/tests.json

# This file is autogenerated, as indicated in the comment at the top.
modules/analysis/snowstop/source/snowball_stoplists.c

# The Unicode license as applied to utf8proc and the Unicode Character Database
# was dealt with in LEGAL-110.
modules/unicode/utf8proc/utf8proc_data.c
modules/unicode/ucd/WordBreak.tab
modules/unicode/ucd/WordBreakTest.json

# JSON does not allow comments
modules/unicode/utf8proc/tests.json

# For whatever reason, RAT does not recognize the MIT license of utf8proc.h
# and utf8proc.c.
modules/unicode/utf8proc/utf8proc.h
modules/unicode/utf8proc/utf8proc.c
modules/unicode/utf8proc/utf8proc_data.h

# The text of the US constitution is in the public domain.
perl/sample/us_constitution/*.txt

# Clownfish parcel files (.cfp) are in JSON format and cannot have comments.
core/Lucy.cfp
core/TestLucy.cfp

# gitignore files should be ignored
.gitignore
c/.gitignore
charmonizer/.gitignore
core/Lucy/Util/Json/.gitignore
lemon/.gitignore
perl/.gitignore
perl/lib/.gitignore
perl/lib/Lucy/.gitignore
perl/lib/LucyX/Search/.gitignore