From a4797849c681be8432dc945cc376d9ed51cd3c18 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 29 Jun 2026 12:22:41 +0200 Subject: added copyright notices for my modifications Also removed legacy CVS headers. --- tecbuf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tecbuf.c') diff --git a/tecbuf.c b/tecbuf.c index 1bdfb13..6027d0a 100644 --- a/tecbuf.c +++ b/tecbuf.c @@ -1,5 +1,3 @@ -char *tecbuf_c_version = "tecbuf.c: $Revision: 1.4 $"; - struct buff_header *buff_create( char *name, char internal_flag ); /* @@ -16,6 +14,7 @@ struct buff_header *buff_create( char *name, char internal_flag ); /* * Copyright (C) 1985-2007 BY Paul Cantrell + * Copyright (C) 2011, 2025 BY Robin Haberkorn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit v1.2.3