]> granicus.if.org Git - fcron/commitdiff
Initial revision
authorthib <thib>
Fri, 12 Sep 2003 20:53:24 +0000 (20:53 +0000)
committerthib <thib>
Fri, 12 Sep 2003 20:53:24 +0000 (20:53 +0000)
convert-fcrontab.h [new file with mode: 0644]
fcronsighup.h [new file with mode: 0644]

diff --git a/convert-fcrontab.h b/convert-fcrontab.h
new file mode 100644 (file)
index 0000000..b211c9c
--- /dev/null
@@ -0,0 +1,32 @@
+/*
+ * FCRON - periodic command scheduler 
+ *
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *
+ *  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.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ * 
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * 
+ *  The GNU General Public License can also be found in the file
+ *  `LICENSE' that comes with the fcron source distribution.
+ */
+
+ /* $Id: convert-fcrontab.h,v 1.1 2003-09-12 20:55:34 thib Exp $ */
+
+#ifndef __CONVERT_FCRONTAB_H__
+#define __CONVERT_FCRONTAB_H__
+
+/* We create a .h (even if empty !)  because we have a generic rule
+   in Makefile to create .o files which needs the corresponding .h to exist. */
+
+#endif /* __CONVERT_FCRONTAB_H__ */
diff --git a/fcronsighup.h b/fcronsighup.h
new file mode 100644 (file)
index 0000000..f45d550
--- /dev/null
@@ -0,0 +1,32 @@
+/*
+ * FCRON - periodic command scheduler 
+ *
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *
+ *  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.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ * 
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * 
+ *  The GNU General Public License can also be found in the file
+ *  `LICENSE' that comes with the fcron source distribution.
+ */
+
+ /* $Id: fcronsighup.h,v 1.1 2003-09-12 20:53:24 thib Exp $ */
+
+#ifndef __FCRONSIGHUP_H__
+#define __FCRONSIGHUP_H__
+
+/* We create a .h (even if empty !)  because we have a generic rule
+   in Makefile to create .o files which needs the corresponding .h to exist. */
+
+#endif /* __FCRONSIGHUP_H__ */