diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-06-29 12:22:41 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-06-29 12:23:29 +0200 |
| commit | a4797849c681be8432dc945cc376d9ed51cd3c18 (patch) | |
| tree | e40819b40bf36631df291ea22065053253da9669 | |
| parent | edb6200e27e20c0f3cc19c9693d4d552c60857d5 (diff) | |
| download | videoteco-fork-a4797849c681be8432dc945cc376d9ed51cd3c18.tar.gz | |
added copyright notices for my modifications
Also removed legacy CVS headers.
| -rw-r--r-- | tecbuf.c | 3 | ||||
| -rw-r--r-- | teccmd.c | 3 | ||||
| -rw-r--r-- | tecdebug.c | 3 | ||||
| -rw-r--r-- | tecdisp.c | 3 | ||||
| -rw-r--r-- | tecexec.c | 3 | ||||
| -rw-r--r-- | tecmem.c | 3 | ||||
| -rw-r--r-- | teco.c | 4 | ||||
| -rw-r--r-- | teco.h | 1 | ||||
| -rw-r--r-- | tecparse.c | 3 | ||||
| -rw-r--r-- | tecparse.h | 1 | ||||
| -rw-r--r-- | tecstate.c | 3 | ||||
| -rw-r--r-- | tecterm.c | 3 | ||||
| -rw-r--r-- | tecundo.c | 3 | ||||
| -rw-r--r-- | tecvms.h | 1 |
14 files changed, 14 insertions, 23 deletions
@@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -12,6 +12,7 @@ /* * COPYRIGHT (c) 1985-2007 BY Paul Cantrell + * COPYRIGHT (c) 2011, 2025 BY Robin Haberkorn * * Copyright (C) <year> <name of author> * @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 |
