summaryrefslogtreecommitdiffstats
path: root/src/format.c
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-05-29 17:31:16 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-05-29 17:31:16 -0400
commit1c750b2d8ff6046b5075759efbccb47a82c0594f (patch)
tree162eb37f980f3cd8214dab5d372dd1a57bcc3ed7 /src/format.c
parenteaab9967ad572087592d56084ac324513ec22ae6 (diff)
downloadslapi-nis-1c750b2d8ff6046b5075759efbccb47a82c0594f.tar.gz
slapi-nis-1c750b2d8ff6046b5075759efbccb47a82c0594f.tar.xz
slapi-nis-1c750b2d8ff6046b5075759efbccb47a82c0594f.zip
- more build machinery
- license text in source files - elaborate on what's still to be done
Diffstat (limited to 'src/format.c')
-rw-r--r--src/format.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/format.c b/src/format.c
index 948c767..72c915e 100644
--- a/src/format.c
+++ b/src/format.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright 2008 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; version 2 of the License.
+ *
+ * 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
+ *
+ */
+
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif