summaryrefslogtreecommitdiffstats
path: root/src/map.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/map.c
parenteaab9967ad572087592d56084ac324513ec22ae6 (diff)
- more build machinery
- license text in source files - elaborate on what's still to be done
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index b7ff1a8..4b936c2 100644
--- a/src/map.c
+++ b/src/map.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
@@ -18,7 +39,7 @@
#include <slapi-plugin.h>
#endif
-#include <rpc/xdr.h>
+#include <rpc/rpc.h>
#include "backend.h"
#include "dispatch.h"