diff options
| author | Xin LI <delphij@FreeBSD.org> | 2026-02-21 05:19:41 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2026-02-21 05:19:41 +0000 |
| commit | 4be8b0bdecb3af7c801de33f29a6821980840811 (patch) | |
| tree | ae589f1de6dfde020205bbbca700fc99d5cb3614 /lesstest/log.c | |
| parent | c408e7413bcfb3bc52ed8b36e87e5be847dcb950 (diff) | |
Diffstat (limited to 'lesstest/log.c')
| -rw-r--r-- | lesstest/log.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lesstest/log.c b/lesstest/log.c index 7418f6161a3a..b2a166be9d2c 100644 --- a/lesstest/log.c +++ b/lesstest/log.c @@ -1,3 +1,12 @@ +/* + * Copyright (C) 1984-2026 Mark Nudelman + * + * You may distribute under the terms of either the GNU General Public + * License or the Less License, as specified in the README file. + * + * For more information, see the README file. + */ + #include <stdio.h> #include <string.h> #include <unistd.h> |
