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 +-- teccmd.c | 3 +-- tecdebug.c | 3 +-- tecdisp.c | 3 +-- tecexec.c | 3 +-- tecmem.c | 3 +-- teco.c | 4 +--- teco.h | 1 + tecparse.c | 3 +-- tecparse.h | 1 + tecstate.c | 3 +-- tecterm.c | 3 +-- tecundo.c | 3 +-- tecvms.h | 1 + 14 files changed, 14 insertions(+), 23 deletions(-) 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 diff --git a/teccmd.c b/teccmd.c index 78b40c5..ef4f94c 100644 --- a/teccmd.c +++ b/teccmd.c @@ -1,5 +1,3 @@ -char *teccmd_c_version = "teccmd.c: $Revision: 1.3 $"; - /* * $Date: 2007/12/26 13:28:30 $ * $Source: /cvsroot/videoteco/videoteco/teccmd.c,v $ @@ -14,6 +12,7 @@ char *teccmd_c_version = "teccmd.c: $Revision: 1.3 $"; /* * 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 diff --git a/tecdebug.c b/tecdebug.c index eb175f6..6c93e8f 100644 --- a/tecdebug.c +++ b/tecdebug.c @@ -1,5 +1,3 @@ -char *tecdebug_c_version = "tecdebug.c: $Revision: 1.2 $"; - /* * $Date: 2007/12/10 22:13:07 $ * $Source: /cvsroot/videoteco/videoteco/tecdebug.c,v $ @@ -14,6 +12,7 @@ char *tecdebug_c_version = "tecdebug.c: $Revision: 1.2 $"; /* * 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 diff --git a/tecdisp.c b/tecdisp.c index bdc96a5..a415b63 100644 --- a/tecdisp.c +++ b/tecdisp.c @@ -1,5 +1,3 @@ -char *tecdisp_c_version = "tecdisp.c: $Revision: 1.3 $"; - /* * $Date: 2007/12/26 13:28:30 $ * $Source: /cvsroot/videoteco/videoteco/tecdisp.c,v $ @@ -14,6 +12,7 @@ char *tecdisp_c_version = "tecdisp.c: $Revision: 1.3 $"; /* * 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 diff --git a/tecexec.c b/tecexec.c index cec0190..571c278 100644 --- a/tecexec.c +++ b/tecexec.c @@ -1,5 +1,3 @@ -char *tecexec_c_version = "tecexec.c: $Revision: 1.3 $"; - /* * $Date: 2007/12/26 13:28:30 $ * $Source: /cvsroot/videoteco/videoteco/tecexec.c,v $ @@ -14,6 +12,7 @@ char *tecexec_c_version = "tecexec.c: $Revision: 1.3 $"; /* * 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 diff --git a/tecmem.c b/tecmem.c index 2e18378..b7c3083 100644 --- a/tecmem.c +++ b/tecmem.c @@ -1,5 +1,3 @@ -char *tecmem_c_version = "tecmem.c: $Revision: 1.3 $"; - /* * $Date: 2007/12/26 13:28:30 $ * $Source: /cvsroot/videoteco/videoteco/tecmem.c,v $ @@ -14,6 +12,7 @@ char *tecmem_c_version = "tecmem.c: $Revision: 1.3 $"; /* * 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 diff --git a/teco.c b/teco.c index 11c24ed..03838f2 100644 --- a/teco.c +++ b/teco.c @@ -1,6 +1,3 @@ -char *teco_c_version = "teco.c: $Revision: 1.3 $"; -char *copyright = "Copyright (c) 1985-2007 Paul Cantrell"; - /* * $Date: 2007/12/26 13:28:30 $ * $Source: /cvsroot/videoteco/videoteco/teco.c,v $ @@ -15,6 +12,7 @@ char *copyright = "Copyright (c) 1985-2007 Paul Cantrell"; /* * 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 diff --git a/teco.h b/teco.h index 6f22e9a..0c4a8ec 100644 --- a/teco.h +++ b/teco.h @@ -12,6 +12,7 @@ /* * COPYRIGHT (c) 1985-2007 BY Paul Cantrell + * COPYRIGHT (c) 2011, 2025 BY Robin Haberkorn * * Copyright (C) * diff --git a/tecparse.c b/tecparse.c index aa17d6c..78dc2c0 100644 --- a/tecparse.c +++ b/tecparse.c @@ -1,5 +1,3 @@ -char *tecparse_c_version = "tecparse.c: $Revision: 1.3 $"; - /* * $Date: 2007/12/26 13:28:30 $ * $Source: /cvsroot/videoteco/videoteco/tecparse.c,v $ @@ -14,6 +12,7 @@ char *tecparse_c_version = "tecparse.c: $Revision: 1.3 $"; /* * 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 diff --git a/tecparse.h b/tecparse.h index 88eb894..beceffd 100644 --- a/tecparse.h +++ b/tecparse.h @@ -13,6 +13,7 @@ /* * * 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 diff --git a/tecstate.c b/tecstate.c index 69588a6..d536bec 100644 --- a/tecstate.c +++ b/tecstate.c @@ -1,5 +1,3 @@ -char *tecstate_c_version = "tecstate.c: $Revision: 1.3 $"; - /* * $Date: 2007/12/26 13:28:31 $ * $Source: /cvsroot/videoteco/videoteco/tecstate.c,v $ @@ -14,6 +12,7 @@ char *tecstate_c_version = "tecstate.c: $Revision: 1.3 $"; /* * 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 diff --git a/tecterm.c b/tecterm.c index 8a1404c..2f80565 100644 --- a/tecterm.c +++ b/tecterm.c @@ -1,5 +1,3 @@ -char *tecterm_c_version = "tecterm.c: $Revision: 1.3 $"; - /* * $Date: 2007/12/26 13:28:31 $ * $Source: /cvsroot/videoteco/videoteco/tecterm.c,v $ @@ -14,6 +12,7 @@ char *tecterm_c_version = "tecterm.c: $Revision: 1.3 $"; /* * 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 diff --git a/tecundo.c b/tecundo.c index 84ab874..b6aa559 100644 --- a/tecundo.c +++ b/tecundo.c @@ -1,5 +1,3 @@ -char *tecundo_c_version = "tecundo.c: $Revision: 1.3 $"; - /* * $Date: 2007/12/26 13:28:31 $ * $Source: /cvsroot/videoteco/videoteco/tecundo.c,v $ @@ -14,6 +12,7 @@ char *tecundo_c_version = "tecundo.c: $Revision: 1.3 $"; /* * 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 diff --git a/tecvms.h b/tecvms.h index fe16a6e..d252245 100644 --- a/tecvms.h +++ b/tecvms.h @@ -12,6 +12,7 @@ /* * 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