EVERYTHING FROM THE OTHER REPO
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,102 @@
|
||||
-*-outline-*-
|
||||
* Internationalization
|
||||
** updatedb.sh should be internationalized
|
||||
|
||||
* man page for frcode
|
||||
Perhaps a better description in texi pages as well.
|
||||
|
||||
* Add option for find to sort output in lexical order for use for updatedb
|
||||
olarsac@airfrance.fr (Olivier) made the following suggestion:
|
||||
|
||||
As I was running thru the code looking for the bug I wondered why the updatedb
|
||||
has to use sort...
|
||||
why not add an option to find that sorts the output in lexical order?
|
||||
my point is:
|
||||
- sort on a big list is costly (here we do locate on big big file system)
|
||||
- find may (in theory) sort incrementally very easily by sorting only the current
|
||||
directory entries before recursion
|
||||
|
||||
* Include example of use of updatedb in documentation.
|
||||
Use something close to the Debian daily cron job.
|
||||
|
||||
* Supply example for time range commands for find.
|
||||
|
||||
* Test Coverage improvements
|
||||
pred_closeparen pred_openparen
|
||||
find -delete dir
|
||||
find foo -empty where foo is an unreadable directory
|
||||
find -printf %i
|
||||
find -printf %l
|
||||
find -printf %M
|
||||
find -printf %u %U
|
||||
find -nogroup
|
||||
find -nouser
|
||||
find -links +400 on a file.
|
||||
find -perm : savannah bug 14748
|
||||
The close_stdin=1 case of prep_child_for_exec
|
||||
find -printf with no argument
|
||||
find -regextype with no argument
|
||||
find -size with no argument
|
||||
find -size 1e6 (invalid)
|
||||
find -warn
|
||||
find -xdev
|
||||
find -type c
|
||||
locate or
|
||||
locate and
|
||||
locate visit_justprint_unquoted
|
||||
locate on slocate format db
|
||||
locate: the "procdata->count += procdata->c - 256" case
|
||||
locate -b
|
||||
locate -P -e
|
||||
locate -P -E
|
||||
locate -S
|
||||
locate with limit
|
||||
locate with count only, no printing
|
||||
locate with $LOCATE_PATH
|
||||
loate -0
|
||||
locate -w
|
||||
locate with regextype
|
||||
locate -L
|
||||
locate -H
|
||||
locate -P
|
||||
locate -l
|
||||
locate -d -
|
||||
locate with a database it cannot open
|
||||
xargs escape processing
|
||||
xargs -i -n1
|
||||
xargs -a
|
||||
xargs EOF string on first line
|
||||
xargs blank line (state = SPACE)
|
||||
xargs parse_num on non-number
|
||||
xargs parse_num on a number with trailing junk
|
||||
|
||||
|
||||
|
||||
|
||||
Locale-dependent coverage:
|
||||
locate: visit_substring_match_nocasefold_narrow
|
||||
|
||||
|
||||
|
||||
--//--
|
||||
This is used by Emacs' spell checker ispell.el:
|
||||
|
||||
LocalWords: xargs updatedb sh lib frcode bigram texi
|
||||
LocalWords: findutils Debian cron
|
||||
|
||||
-----
|
||||
|
||||
Copyright (C) 1996-2024 Free Software Foundation, Inc.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,774 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: findutils
|
||||
Source: https://ftp.gnu.org/gnu/findutils/
|
||||
|
||||
Files: *
|
||||
Copyright: 1994-2024, Free Software Foundation, Inc.
|
||||
License: GFDL-NIV-1.3+ or GFDL-NIV-1.3+
|
||||
|
||||
Files: GNUmakefile
|
||||
Makefile.am
|
||||
TODO
|
||||
configure.ac
|
||||
init.cfg
|
||||
maint.mk
|
||||
Copyright: 1985-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: INSTALL
|
||||
Copyright: 1994-1996, 1999-2002, 2004-2017, 2020, 2021, Free Software Foundation, Inc.
|
||||
License: FSFAP
|
||||
|
||||
Files: NEWS
|
||||
README
|
||||
Copyright: 1996-2024, Free Software Foundation, Inc.
|
||||
License: GFDL-NIV-1.3+
|
||||
|
||||
Files: README-hacking
|
||||
Copyright: 1994-2024, Free Software Foundation, Inc.
|
||||
License: GFDL-NIV-1.3+
|
||||
|
||||
Files: build-aux/*
|
||||
Copyright: 1985-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: build-aux/compile
|
||||
build-aux/depcomp
|
||||
build-aux/mdate-sh
|
||||
build-aux/missing
|
||||
build-aux/test-driver
|
||||
build-aux/ylwrap
|
||||
Copyright: 1995-2024, Free Software Foundation, Inc.
|
||||
License: GPL-2+ with Autoconf-data exception
|
||||
|
||||
Files: build-aux/config.guess
|
||||
build-aux/config.sub
|
||||
Copyright: 1992-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+ with Autoconf-data exception
|
||||
|
||||
Files: build-aux/config.rpath
|
||||
Copyright: 1992-2024, Free Software Foundation, Inc.
|
||||
License: FSFULLR
|
||||
|
||||
Files: build-aux/gnupload
|
||||
Copyright: 2004-2024, Free Software Foundation, Inc.
|
||||
License: GPL-2+
|
||||
|
||||
Files: build-aux/install-sh
|
||||
Copyright: 1994, X Consortium
|
||||
License: X11
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to
|
||||
deal in the Software without restriction, including without limitation the
|
||||
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
||||
sell copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
.
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
.
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
|
||||
TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
.
|
||||
Except as contained in this notice, the name of the X Consortium shall not
|
||||
be used in advertising or otherwise to promote the sale, use or other deal-
|
||||
ings in this Software without prior written authorization from the X Consor-
|
||||
tium.
|
||||
.
|
||||
.
|
||||
FSF changes to this file are in the public domain.
|
||||
|
||||
Files: build-aux/mkinstalldirs
|
||||
Copyright: Noah Friedman <friedman@prep.ai.mit.edu>
|
||||
License: public-domain
|
||||
blah
|
||||
|
||||
Files: debian/*
|
||||
Copyright: Ian Murdock (before 1996) 1996-2001, Kevin Dalley 2002, Thomas Schoepf 2003-2024, Andreas Metzler
|
||||
License: GPL-2+
|
||||
|
||||
Files: doc/*
|
||||
Copyright: 1994-2024, Free Software Foundation, Inc.
|
||||
License: GFDL-NIV-1.3+
|
||||
|
||||
Files: doc/Makefile.am
|
||||
Copyright: 1985-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: find/*
|
||||
Copyright: 1985-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: find/find.1
|
||||
Copyright: Copyright (co 1990(en2024 Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: gl/*
|
||||
Copyright: 1985, 1987-2024, Free Software Foundation, Inc.
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: gl/Makefile.am
|
||||
Copyright: 2006-2024, Free Software Foundation, Inc.
|
||||
License: GPL with automake exception
|
||||
|
||||
Files: gl/lib/Makefile.am
|
||||
gl/lib/areadlinkat.c
|
||||
gl/lib/argv-iter.c
|
||||
gl/lib/argv-iter.h
|
||||
gl/lib/at-func.c
|
||||
gl/lib/canonicalize.c
|
||||
gl/lib/canonicalize.h
|
||||
gl/lib/chdir-long.c
|
||||
gl/lib/chdir-long.h
|
||||
gl/lib/close-stream.c
|
||||
gl/lib/close-stream.h
|
||||
gl/lib/closein.c
|
||||
gl/lib/closein.h
|
||||
gl/lib/creat-safer.c
|
||||
gl/lib/cycle-check.c
|
||||
gl/lib/cycle-check.h
|
||||
gl/lib/dev-ino.h
|
||||
gl/lib/dirent--.h
|
||||
gl/lib/dirent-safer.h
|
||||
gl/lib/dup-safer-flag.c
|
||||
gl/lib/dup-safer.c
|
||||
gl/lib/faccessat.c
|
||||
gl/lib/fcntl--.h
|
||||
gl/lib/fcntl-safer.h
|
||||
gl/lib/fd-safer-flag.c
|
||||
gl/lib/fd-safer.c
|
||||
gl/lib/fdopendir.c
|
||||
gl/lib/file-set.c
|
||||
gl/lib/file-set.h
|
||||
gl/lib/fopen-safer.c
|
||||
gl/lib/fstatat.c
|
||||
gl/lib/fts-cycle.c
|
||||
gl/lib/gcc-function-attributes.h
|
||||
gl/lib/getcwd.c
|
||||
gl/lib/hash-triple-simple.c
|
||||
gl/lib/hash-triple.h
|
||||
gl/lib/human.c
|
||||
gl/lib/human.h
|
||||
gl/lib/idcache.h
|
||||
gl/lib/mbswidth.c
|
||||
gl/lib/mbswidth.h
|
||||
gl/lib/mountlist.c
|
||||
gl/lib/open-safer.c
|
||||
gl/lib/openat-die.c
|
||||
gl/lib/openat-priv.h
|
||||
gl/lib/openat-proc.c
|
||||
gl/lib/openat-safer.c
|
||||
gl/lib/openat.c
|
||||
gl/lib/openat.h
|
||||
gl/lib/opendir-safer.c
|
||||
gl/lib/opendirat.c
|
||||
gl/lib/opendirat.h
|
||||
gl/lib/parse-datetime.y
|
||||
gl/lib/pipe-safer.c
|
||||
gl/lib/progname.c
|
||||
gl/lib/progname.h
|
||||
gl/lib/quote.h
|
||||
gl/lib/quotearg.c
|
||||
gl/lib/readlinkat.c
|
||||
gl/lib/selinux-at.c
|
||||
gl/lib/selinux-at.h
|
||||
gl/lib/stat-macros.h
|
||||
gl/lib/stat-size.h
|
||||
gl/lib/stdio--.h
|
||||
gl/lib/stdio-safer.h
|
||||
gl/lib/unistd--.h
|
||||
gl/lib/unistd-safer.h
|
||||
gl/lib/unlinkat.c
|
||||
gl/lib/unlocked-io.h
|
||||
gl/lib/xalloc.h
|
||||
gl/lib/xgetcwd.h
|
||||
gl/lib/xmalloc.c
|
||||
gl/lib/xstrtoul.c
|
||||
gl/lib/xstrtoumax.c
|
||||
gl/lib/yesno.c
|
||||
gl/lib/yesno.h
|
||||
Copyright: 1985-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: gl/lib/_Noreturn.h
|
||||
gl/lib/arg-nonnull.h
|
||||
gl/lib/c++defs.h
|
||||
gl/lib/warn-on-use.h
|
||||
Copyright: 2009-2024, Free Software Foundation, Inc.
|
||||
License: LGPL-2+
|
||||
|
||||
Files: gl/lib/alloca.c
|
||||
Copyright: D A Gwyn
|
||||
License: public-domain
|
||||
This file is in the public domain.
|
||||
|
||||
Files: gl/lib/alloca.in.h
|
||||
gl/lib/areadlink.h
|
||||
gl/lib/basename-lgpl.h
|
||||
gl/lib/careadlinkat.c
|
||||
gl/lib/dirname.h
|
||||
gl/lib/error.in.h
|
||||
gl/lib/hash.h
|
||||
gl/lib/stripslash.c
|
||||
gl/lib/uniwidth.in.h
|
||||
Copyright: 1990, 1995-1999, 2001-2024, Free Software Foundation
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: gl/lib/argmatch.c
|
||||
gl/lib/argmatch.h
|
||||
gl/lib/basename.c
|
||||
gl/lib/closeout.h
|
||||
gl/lib/dirname.c
|
||||
gl/lib/fileblocks.c
|
||||
gl/lib/modechange.c
|
||||
gl/lib/modechange.h
|
||||
gl/lib/mountlist.h
|
||||
gl/lib/parse-datetime.h
|
||||
gl/lib/rpmatch.c
|
||||
gl/lib/save-cwd.c
|
||||
gl/lib/savedir.c
|
||||
gl/lib/savedir.h
|
||||
gl/lib/xalloc-die.c
|
||||
gl/lib/xgetcwd.c
|
||||
gl/lib/xstrtod.c
|
||||
gl/lib/xstrtod.h
|
||||
gl/lib/xstrtol-error.c
|
||||
gl/lib/xstrtol-error.h
|
||||
gl/lib/xstrtol.c
|
||||
gl/lib/xstrtol.h
|
||||
Copyright: 1989-1992, 1995-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: gl/lib/basename-lgpl.c
|
||||
gl/lib/c-strcase.h
|
||||
gl/lib/dirname-lgpl.c
|
||||
gl/lib/filenamecat.h
|
||||
gl/lib/getdelim.c
|
||||
gl/lib/gettext.h
|
||||
gl/lib/group-member.c
|
||||
gl/lib/hard-locale.c
|
||||
gl/lib/minmax.h
|
||||
gl/lib/pathmax.h
|
||||
gl/lib/printf-args.c
|
||||
gl/lib/printf-args.h
|
||||
gl/lib/printf-parse.h
|
||||
gl/lib/realloc.c
|
||||
gl/lib/rmdir.c
|
||||
gl/lib/safe-read.c
|
||||
gl/lib/stpcpy.c
|
||||
gl/lib/strdup.c
|
||||
gl/lib/strndup.c
|
||||
gl/lib/strstr.c
|
||||
Copyright: 1988, 1990-2024, Free Software Foundation, Inc.
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: gl/lib/c-strstr.c
|
||||
gl/lib/c-strstr.h
|
||||
gl/lib/fchdir.c
|
||||
gl/lib/gettime.c
|
||||
gl/lib/i-ring.c
|
||||
gl/lib/i-ring.h
|
||||
gl/lib/isfinite.c
|
||||
gl/lib/isinf.c
|
||||
gl/lib/mbscasestr.c
|
||||
gl/lib/mbslen.c
|
||||
gl/lib/mbsstr.c
|
||||
gl/lib/mbuiter.c
|
||||
gl/lib/mbuiter.h
|
||||
gl/lib/mbuiterf.c
|
||||
gl/lib/mbuiterf.h
|
||||
gl/lib/modf.c
|
||||
gl/lib/nstrftime.c
|
||||
gl/lib/rewinddir.c
|
||||
gl/lib/strftime.c
|
||||
gl/lib/strftime.h
|
||||
gl/lib/strtoul.c
|
||||
gl/lib/strtoull.c
|
||||
gl/lib/strtoumax.c
|
||||
gl/lib/time-internal.h
|
||||
gl/lib/time_rz.c
|
||||
gl/lib/timespec.c
|
||||
gl/lib/trunc.c
|
||||
gl/lib/tzset.c
|
||||
gl/lib/version-etc-fsf.c
|
||||
gl/lib/version-etc.c
|
||||
gl/lib/version-etc.h
|
||||
Copyright: 1991-2024, Free Software Foundation, Inc.
|
||||
License: LGPL-3+
|
||||
|
||||
Files: gl/lib/cdefs.h
|
||||
Copyright: The GNU Toolchain Authors.
|
||||
1992-2024, Free Software Foundation, Inc.
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: gl/lib/closeout.c
|
||||
gl/lib/filemode.h
|
||||
gl/lib/fpending.c
|
||||
gl/lib/fpending.h
|
||||
gl/lib/quotearg.h
|
||||
gl/lib/save-cwd.h
|
||||
Copyright: 1995, 1997-2024, Free Software Foundation
|
||||
License: GPL-3+
|
||||
|
||||
Files: gl/lib/euidaccess.c
|
||||
gl/lib/fnmatch.in.h
|
||||
Copyright: 1990-1993, 1995-2024, Free Software Foundation, Inc.
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: gl/lib/filemode.c
|
||||
gl/lib/idcache.c
|
||||
Copyright: 1985, 1988-1990, 1993, 1997-2000, 2003-2007, 2009-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: gl/lib/fts.c
|
||||
gl/lib/fts_.h
|
||||
Copyright: 2004-2024, Free Software Foundation, Inc.
|
||||
License: BSD-3-clause or GPL-3+
|
||||
|
||||
Files: gl/lib/memrchr.c
|
||||
gl/lib/strtol.c
|
||||
gl/lib/timespec.h
|
||||
Copyright: 1991-2000, 2002-2024, Free Software Foundation, Inc.
|
||||
License: LGPL-3+
|
||||
|
||||
Files: gl/lib/parse-datetime.c
|
||||
Copyright: 1984, 1989, 1990, 2000-2015, 2018-2021, Free Software Foundation
|
||||
License: GPL-3+ with Bison-2.2 exception
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||
.
|
||||
As a special exception, you may create a larger work that contains
|
||||
part or all of the Bison parser skeleton and distribute that work
|
||||
under terms of your choice, so long as that work isn't itself a
|
||||
parser generator using the skeleton or a modified version thereof
|
||||
as a parser skeleton. Alternatively, if you modify or redistribute
|
||||
the parser skeleton itself, you may (at your option) remove this
|
||||
special exception, which will cause the skeleton and the resulting
|
||||
Bison output files to be licensed under the GNU General Public
|
||||
License without this special exception.
|
||||
.
|
||||
This special exception was added by the Free Software Foundation in
|
||||
version 2.2 of Bison.
|
||||
|
||||
Files: gl/lib/str-kmp.h
|
||||
Copyright: 1999, 2002, 2005-2024, Free Software Foundation, Inc.
|
||||
License: LGPL-3
|
||||
|
||||
Files: gl/lib/strtoimax.c
|
||||
Copyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2024, Free Software Foundation
|
||||
License: LGPL-3+
|
||||
|
||||
Files: gl/m4/*
|
||||
Copyright: 1992-2024, Free Software Foundation, Inc.
|
||||
License: FSFULLR
|
||||
|
||||
Files: gl/m4/alloca.m4
|
||||
gl/m4/getline.m4
|
||||
gl/m4/getpagesize.m4
|
||||
gl/m4/iconv.m4
|
||||
gl/m4/idcache.m4
|
||||
gl/m4/intmax_t.m4
|
||||
gl/m4/malloca.m4
|
||||
gl/m4/mbrtowc.m4
|
||||
gl/m4/mempcpy.m4
|
||||
gl/m4/memrchr.m4
|
||||
gl/m4/modechange.m4
|
||||
gl/m4/pathmax.m4
|
||||
gl/m4/quote.m4
|
||||
gl/m4/safe-read.m4
|
||||
gl/m4/savedir.m4
|
||||
gl/m4/strnlen.m4
|
||||
gl/m4/xstrtod.m4
|
||||
gl/m4/yesno.m4
|
||||
Copyright: 1997-2024, Free Software Foundation
|
||||
License: FSFULLR
|
||||
|
||||
Files: gl/m4/codeset.m4
|
||||
gl/m4/fstypename.m4
|
||||
Copyright: 1998-2002, 2004, 2006, 2008-2024, Free Software Foundation, Inc.
|
||||
License: FSFULLR
|
||||
|
||||
Files: gl/m4/gettext.m4
|
||||
gl/m4/intl-thread-locale.m4
|
||||
gl/m4/intlmacosx.m4
|
||||
gl/m4/progtest.m4
|
||||
Copyright: 1995-2024, Free Software Foundation, Inc.
|
||||
License: FSFULLR or GPL or LGPL
|
||||
|
||||
Files: gl/m4/gnulib-cache.m4
|
||||
gl/m4/gnulib-comp.m4
|
||||
Copyright: 1985-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: gl/m4/lcmessage.m4
|
||||
gl/m4/nls.m4
|
||||
Copyright: 1995-2006, 2008-2014, 2016, 2019-2024, Free Software Foundation, Inc.
|
||||
License: FSFULLR or GPL or LGPL
|
||||
|
||||
Files: gl/m4/po.m4
|
||||
Copyright: 1995-2014, 2016, 2018-2022, 2024, Free Software Foundation
|
||||
License: FSFULLR or GPL or LGPL
|
||||
|
||||
Files: gnulib-tests/*
|
||||
Copyright: 1985-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: gnulib-tests/_Noreturn.h
|
||||
gnulib-tests/arg-nonnull.h
|
||||
gnulib-tests/c++defs.h
|
||||
gnulib-tests/warn-on-use.h
|
||||
Copyright: 2009-2024, Free Software Foundation, Inc.
|
||||
License: LGPL-2+
|
||||
|
||||
Files: gnulib-tests/accept.c
|
||||
gnulib-tests/anytostr.c
|
||||
gnulib-tests/arpa_inet.in.h
|
||||
gnulib-tests/binary-io.c
|
||||
gnulib-tests/binary-io.h
|
||||
gnulib-tests/bind.c
|
||||
gnulib-tests/c32rtomb.c
|
||||
gnulib-tests/connect.c
|
||||
gnulib-tests/creat.c
|
||||
gnulib-tests/fdopen.c
|
||||
gnulib-tests/float+.h
|
||||
gnulib-tests/fpucw.h
|
||||
gnulib-tests/getpagesize.c
|
||||
gnulib-tests/getrandom.c
|
||||
gnulib-tests/ignore-value.h
|
||||
gnulib-tests/imaxtostr.c
|
||||
gnulib-tests/inttostr.c
|
||||
gnulib-tests/inttostr.h
|
||||
gnulib-tests/ioctl.c
|
||||
gnulib-tests/listen.c
|
||||
gnulib-tests/localename-table.c
|
||||
gnulib-tests/localename-table.h
|
||||
gnulib-tests/localename-unsafe.c
|
||||
gnulib-tests/localename.c
|
||||
gnulib-tests/localename.h
|
||||
gnulib-tests/mkdir.c
|
||||
gnulib-tests/nan.h
|
||||
gnulib-tests/nanosleep.c
|
||||
gnulib-tests/netinet_in.in.h
|
||||
gnulib-tests/offtostr.c
|
||||
gnulib-tests/pselect.c
|
||||
gnulib-tests/pthread-thread.c
|
||||
gnulib-tests/pthread.in.h
|
||||
gnulib-tests/pthread_sigmask.c
|
||||
gnulib-tests/qemu.h
|
||||
gnulib-tests/raise.c
|
||||
gnulib-tests/sched.in.h
|
||||
gnulib-tests/sched_yield.c
|
||||
gnulib-tests/secure_getenv.c
|
||||
gnulib-tests/select.c
|
||||
gnulib-tests/setsockopt.c
|
||||
gnulib-tests/signal.in.h
|
||||
gnulib-tests/signbitd.c
|
||||
gnulib-tests/signbitf.c
|
||||
gnulib-tests/signbitl.c
|
||||
gnulib-tests/signed-nan.h
|
||||
gnulib-tests/signed-snan.h
|
||||
gnulib-tests/sigprocmask.c
|
||||
gnulib-tests/sleep.c
|
||||
gnulib-tests/snan.h
|
||||
gnulib-tests/socket.c
|
||||
gnulib-tests/struniq.h
|
||||
gnulib-tests/sys_ioctl.in.h
|
||||
gnulib-tests/sys_random.in.h
|
||||
gnulib-tests/sys_select.in.h
|
||||
gnulib-tests/tempname.c
|
||||
gnulib-tests/tempname.h
|
||||
gnulib-tests/thread-optim.h
|
||||
gnulib-tests/time.c
|
||||
gnulib-tests/uinttostr.c
|
||||
gnulib-tests/umaxtostr.c
|
||||
gnulib-tests/usleep.c
|
||||
gnulib-tests/w32sock.h
|
||||
gnulib-tests/wctomb-impl.h
|
||||
gnulib-tests/wctomb.c
|
||||
gnulib-tests/windows-thread.c
|
||||
gnulib-tests/windows-thread.h
|
||||
gnulib-tests/windows-tls.c
|
||||
gnulib-tests/windows-tls.h
|
||||
Copyright: 1985, 1987-2024, Free Software Foundation, Inc.
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: gnulib-tests/atoll.c
|
||||
gnulib-tests/c32tob.c
|
||||
gnulib-tests/setlocale.c
|
||||
gnulib-tests/symlink.c
|
||||
gnulib-tests/tmpdir.h
|
||||
gnulib-tests/tmpfile.c
|
||||
gnulib-tests/wctob.c
|
||||
Copyright: 1991-2024, Free Software Foundation, Inc.
|
||||
License: LGPL-3+
|
||||
|
||||
Files: gnulib-tests/glthread/*
|
||||
Copyright: 1985, 1987-2024, Free Software Foundation, Inc.
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: gnulib-tests/inet_pton.c
|
||||
Copyright: 2006, 2008-2024, Free Software Foundation, Inc.
|
||||
License: ISC or LGPL-2.1+
|
||||
|
||||
Files: gnulib-tests/putenv.c
|
||||
gnulib-tests/strtol.c
|
||||
Copyright: 1991-2000, 2002-2024, Free Software Foundation, Inc.
|
||||
License: LGPL-3+
|
||||
|
||||
Files: gnulib-tests/random.c
|
||||
Copyright: 1995-2024, Free Software Foundation, Inc.
|
||||
License: BSD-3-clause or LGPL-3+
|
||||
|
||||
Files: gnulib-tests/random_r.c
|
||||
Copyright: 1995-2024, Free Software Foundation, Inc.
|
||||
License: BSD-3-clause or LGPL-2.1+
|
||||
|
||||
Files: gnulib-tests/strtoll.c
|
||||
gnulib-tests/tmpdir.c
|
||||
Copyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2024, Free Software Foundation
|
||||
License: LGPL-3+
|
||||
|
||||
Files: gnulib-tests/test-dynarray.c
|
||||
Copyright: 2004-2024, Free Software Foundation, Inc.
|
||||
License: GPL-2+
|
||||
|
||||
Files: gnulib-tests/unistr/u-set.h
|
||||
gnulib-tests/unistr/u32-set.c
|
||||
Copyright: 1999, 2002, 2005-2024, Free Software Foundation, Inc.
|
||||
License: LGPL-3
|
||||
|
||||
Files: lib/*
|
||||
Copyright: 1985-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: locate/*
|
||||
Copyright: 1985-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: locate/locate.1
|
||||
locate/locatedb.5
|
||||
locate/updatedb.1
|
||||
Copyright: Copyright (co 1994(en2024 Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: m4/*
|
||||
Copyright: 1995-2022, Free Software Foundation, Inc.
|
||||
License: FSFULLR
|
||||
|
||||
Files: m4/mkinstalldirs.m4
|
||||
m4/noreturn.m4
|
||||
Copyright: 1995-2024, Free Software Foundation, Inc.
|
||||
License: FSFULLR or GPL or LGPL
|
||||
|
||||
Files: m4/nullsort.m4
|
||||
Copyright: 1985-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: po/*
|
||||
Copyright: 1996-2017, 2019, 2022-2024, Free Software Foundation, Inc.
|
||||
License: FSFAP
|
||||
|
||||
Files: tests/*
|
||||
Copyright: 1985-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: xargs/*
|
||||
Copyright: 1985-2024, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
Files: xargs/xargs.1
|
||||
Copyright: Copyright (co 1990(en2024 Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
License: BSD-3-clause
|
||||
The BSD License
|
||||
.
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
.
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
.
|
||||
* Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
.
|
||||
* Neither the name of the copyright holder nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
.
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
||||
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
||||
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
||||
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
||||
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
License: FSFAP
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted in any medium without royalty provided the copyright
|
||||
notice and this notice are preserved. This file is offered as-is,
|
||||
without warranty of any kind.
|
||||
|
||||
License: FSFULLR
|
||||
This file is free software; the Free Software Foundation
|
||||
gives unlimited permission to copy and/or distribute it,
|
||||
with or without modifications, as long as this notice is preserved.
|
||||
|
||||
License: GFDL-NIV-1.3+
|
||||
Permission is granted to copy, distribute and/or modify this
|
||||
document under the terms of the GNU Free Documentation License,
|
||||
Version 1.3 or any later version published by the Free Software
|
||||
Foundation; with no Invariant Sections, no Front-Cover Texts, and
|
||||
no Back-Cover Texts. A copy of the license is included in the
|
||||
section entitled "GNU Free Documentation License".
|
||||
.
|
||||
On Debian systems, the complete text of version 1.3 of the GNU Free
|
||||
Documentation License can be found in '/usr/share/common-licenses/GFDL-1.3'.
|
||||
|
||||
License: GPL
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; version 2 dated June, 1991, or (at
|
||||
your option) any later version.
|
||||
On Debian systems, the complete text of version 2 of the GNU General
|
||||
Public License can be found in '/usr/share/common-licenses/GPL-2'.
|
||||
|
||||
License: GPL with automake exception
|
||||
This file is free software, distributed under the terms of the GNU
|
||||
General Public License. As a special exception to the GNU General
|
||||
Public License, this file may be distributed as part of a program
|
||||
that contains a configuration script generated by Automake, under
|
||||
the same distribution terms as the rest of that program.
|
||||
|
||||
License: GPL-2+
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; version 2 dated June, 1991, or (at
|
||||
your option) any later version.
|
||||
On Debian systems, the complete text of version 2 of the GNU General
|
||||
Public License can be found in '/usr/share/common-licenses/GPL-2'.
|
||||
|
||||
License: GPL-2+ with Autoconf-data exception
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2, or (at your option)
|
||||
any later version.
|
||||
.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
.
|
||||
As a special exception to the GNU General Public License, if you
|
||||
distribute this file as part of a program that contains a
|
||||
configuration script generated by Autoconf, you may include it under
|
||||
the same distribution terms that you use for the rest of that program.
|
||||
|
||||
License: GPL-3+
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; version 3 dated June, 2007, or (at
|
||||
your option) any later version.
|
||||
On Debian systems, the complete text of version 3 of the GNU General
|
||||
Public License can be found in '/usr/share/common-licenses/GPL-3'.
|
||||
|
||||
License: GPL-3+ with Autoconf-data exception
|
||||
This file is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
.
|
||||
This program is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, see <https://www.gnu.org/licenses/>.
|
||||
.
|
||||
As a special exception to the GNU General Public License, if you
|
||||
distribute this file as part of a program that contains a
|
||||
configuration script generated by Autoconf, you may include it under
|
||||
the same distribution terms that you use for the rest of that
|
||||
program. This Exception is an additional permission under section 7
|
||||
of the GNU General Public License, version 3 ("GPLv3").
|
||||
|
||||
License: ISC
|
||||
The ISC License
|
||||
.
|
||||
Copyright (c) 2023 by the copyright holder
|
||||
.
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
.
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
License: LGPL
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Library General Public License as published by the
|
||||
Free Software Foundation; version 2 of the License, or (at
|
||||
your option) any later version.
|
||||
On Debian systems, the complete text of version 2 of the GNU Library
|
||||
General Public License can be found in '/usr/share/common-licenses/LGPL-2'.
|
||||
|
||||
License: LGPL-2+
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Library General Public License as published by the
|
||||
Free Software Foundation; version 2 of the License, or (at
|
||||
your option) any later version.
|
||||
On Debian systems, the complete text of version 2 of the GNU Library
|
||||
General Public License can be found in '/usr/share/common-licenses/LGPL-2'.
|
||||
|
||||
License: LGPL-2.1+
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published by the
|
||||
Free Software Foundation; version 2.1 of the License, or (at
|
||||
your option) any later version.
|
||||
On Debian systems, the complete text of version 2.1 of the GNU Lesser
|
||||
General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.
|
||||
|
||||
License: LGPL-3
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published by the
|
||||
Free Software Foundation; version 3 of the License.
|
||||
On Debian systems, the complete text of version 3 of the GNU Lesser
|
||||
General Public License can be found in '/usr/share/common-licenses/LGPL-3'.
|
||||
|
||||
License: LGPL-3+
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published by the
|
||||
Free Software Foundation; version 3 of the License, or (at
|
||||
your option) any later version.
|
||||
On Debian systems, the complete text of version 3 of the GNU Lesser
|
||||
General Public License can be found in '/usr/share/common-licenses/LGPL-3'.
|
||||
Reference in New Issue
Block a user