From c1a6a7615018c7fbe09588ed8969e3c0b44f623b Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 24 May 2000 23:38:49 +0000 Subject: [PATCH] oops, forgot the copyright blocks --- ctar.c | 15 +++++++++++++++ tar.c | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/ctar.c b/ctar.c index cffef81a..b17ff4e4 100644 --- a/ctar.c +++ b/ctar.c @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2000, Red Hat, Inc. + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * A copy of the GNU General Public License can be found at + * http://www.gnu.org/ + * + * Written by DJ Delorie + * + */ + #include #include "tar.h" diff --git a/tar.c b/tar.c index 99617314..5679d8eb 100644 --- a/tar.c +++ b/tar.c @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2000, Red Hat, Inc. + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * A copy of the GNU General Public License can be found at + * http://www.gnu.org/ + * + * Written by DJ Delorie + * + */ + #include #include #include -- 2.43.5