From f16cde54cdf411f6d1a225a3adc0eba6dbe1fe2a Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 19 Jul 2024 19:17:29 -0700 Subject: libs/txt: add GPLv2 comment blocks I'm probably going to borrow some of these for headless text rendering in vwm/vmon, just doing some paperwork first. --- src/libs/txt/txt.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/libs/txt/txt.h') diff --git a/src/libs/txt/txt.h b/src/libs/txt/txt.h index 04cf09e..318c23b 100644 --- a/src/libs/txt/txt.h +++ b/src/libs/txt/txt.h @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2019 - Vito Caputo - + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published + * by the Free Software Foundation. + * + * 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 . + */ + #ifndef _TXT_H #define _TXT_H -- cgit v1.2.3