From 7aeaad3e34413e7bdf78696484fa6c502c5e0617 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 11 Jan 2023 19:54:49 -0800 Subject: til_{stream,tap}: add GPL headers Just some banal paperwork... --- src/til_stream.c | 16 ++++++++++++++++ src/til_stream.h | 16 ++++++++++++++++ src/til_tap.h | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) (limited to 'src') diff --git a/src/til_stream.c b/src/til_stream.c index 0f13d1f..a47f953 100644 --- a/src/til_stream.c +++ b/src/til_stream.c @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2023 - 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 . + */ + #include #include #include diff --git a/src/til_stream.h b/src/til_stream.h index 91eaa55..560cc05 100644 --- a/src/til_stream.h +++ b/src/til_stream.h @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2023 - 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 _TIL_STREAM_H #define _TIL_STREAM_H diff --git a/src/til_tap.h b/src/til_tap.h index 64eeaf0..66f1d3e 100644 --- a/src/til_tap.h +++ b/src/til_tap.h @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2023 - 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 _TIL_TAP_H #define _TIL_TAP_H -- cgit v1.2.1