]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
oops, forgot the copyright blocks
authorDJ Delorie <dj@redhat.com>
Wed, 24 May 2000 23:38:49 +0000 (23:38 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 24 May 2000 23:38:49 +0000 (23:38 +0000)
ctar.c
tar.c

diff --git a/ctar.c b/ctar.c
index cffef81a75a8ad68495892ca921c671a39b72d7c..b17ff4e4caa85888fee2d227d416ebf92725986c 100644 (file)
--- 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 <dj@cygnus.com>
+ *
+ */
+
 #include <stdio.h>
 #include "tar.h"
 
diff --git a/tar.c b/tar.c
index 9961731427fc60bb498ff699a01e2cb2c521f862..5679d8eb431b0396859cde0619e41f2a29cf80f0 100644 (file)
--- 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 <dj@cygnus.com>
+ *
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <windows.h>
This page took 0.033848 seconds and 5 git commands to generate.