mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
d18fc47cca
Jim Meyering's permission is at <https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00109.html>. Paul Eggert's permission is at <https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00106.html>. * modules/cycle-check (License): Change to LGPLv2+. * lib/cycle-check.h: Update license notice. * lib/cycle-check.c: Likewise.
30 lines
312 B
Plaintext
30 lines
312 B
Plaintext
Description:
|
|
help detect directory cycles efficiently
|
|
|
|
Files:
|
|
lib/cycle-check.c
|
|
lib/cycle-check.h
|
|
m4/cycle-check.m4
|
|
|
|
Depends-on:
|
|
assure
|
|
dev-ino
|
|
same-inode
|
|
bool
|
|
stdint-h
|
|
|
|
configure.ac:
|
|
gl_CYCLE_CHECK
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += cycle-check.c
|
|
|
|
Include:
|
|
"cycle-check.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|