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/parse.c | |
| parent | c408e7413bcfb3bc52ed8b36e87e5be847dcb950 (diff) | |
Diffstat (limited to 'lesstest/parse.c')
| -rw-r--r-- | lesstest/parse.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lesstest/parse.c b/lesstest/parse.c index 92d1ea0e9866..96afe47e7118 100644 --- a/lesstest/parse.c +++ b/lesstest/parse.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 "lesstest.h" |
