gbranden pushed a commit to branch master
in repository groff.
commit fb96daeb4f8ea3d822a0642545fe5725712af1e6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Mar 15 13:53:59 2026 -0500
src/devices/xditview/device.c: Add copyrt notice.
Unusually, this file was lacking copyright and license notices despite
being of substantial length. It appears to originate with James Clark
in the groff 1.02 release, which is the dawn of our Git repository's
history; there's no trace of anything like it in the copy of xditview
shipped with groff 1.01 and preserved in the Berkeley CSRG Net/2 release
of BSD.
https://minnie.tuhs.org/cgi-bin/utree.pl?file=Net2/usr/src/usr.bin/groff/grot/xditview/
Consequently, assign it a year of 1991 (see ChangeLog.old for release
dates), attribute copyright to the FSF, and apply a GPLv3 notice.
---
src/devices/xditview/device.c | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/src/devices/xditview/device.c b/src/devices/xditview/device.c
index d7c363e36..cc099d898 100644
--- a/src/devices/xditview/device.c
+++ b/src/devices/xditview/device.c
@@ -1,4 +1,21 @@
-/* device.c */
+/* Copyright 1991 Free Software Foundation, Inc.
+
+Written by James Clark ([email protected])
+
+This file is part of groff, the GNU roff typesetting system.
+
+groff 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.
+
+groff 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 <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
#include <config.h>
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit