From fc3f3f2dff25c5d677a090f6ae9d86e10c5793ad Mon Sep 17 00:00:00 2001 From: Philip Heron Date: Sun, 3 Apr 2016 23:27:54 +0100 Subject: [PATCH] Fix copyright headers. --- main.c | 2 +- ssdv.c | 2 +- ssdv.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index 4b4e4c4..97f69f1 100644 --- a/main.c +++ b/main.c @@ -1,7 +1,7 @@ /* SSDV - Slow Scan Digital Video */ /*=======================================================================*/ -/* Copyright 2011 Philip Heron */ /* */ /* 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/ssdv.c b/ssdv.c index 6211039..6c33d72 100644 --- a/ssdv.c +++ b/ssdv.c @@ -1,7 +1,7 @@ /* SSDV - Slow Scan Digital Video */ /*=======================================================================*/ -/* Copyright 2011-2012 Philip Heron */ /* */ /* 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/ssdv.h b/ssdv.h index abaea38..8a1f4f8 100644 --- a/ssdv.h +++ b/ssdv.h @@ -1,7 +1,7 @@ /* SSDV - Slow Scan Digital Video */ /*=======================================================================*/ -/* Copyright 2011-2012 Philip Heron */ /* */ /* 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 */