]> sourceware.org Git - lvm2.git/blobdiff - libdaemon/client/daemon-shared.c
Reflect new file locations, include file updates etc.
[lvm2.git] / libdaemon / client / daemon-shared.c
index 5301d2f9b827cf3be2013aca3a38764f595292a8..33ff48f728e24a0cd4819359fff060b2513ded6f 100644 (file)
@@ -1,10 +1,26 @@
+/*
+ * Copyright (C) 2011-2012 Red Hat, Inc.
+ *
+ * This file is part of LVM2.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License v.2.1.
+ *
+ * You should have received a copy of the GNU Lesser 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
+ */
+
 #include <errno.h>
 #include <stdio.h>
 #include <malloc.h>
 #include <string.h>
 #include <unistd.h>
 #include <assert.h>
+
 #include "daemon-shared.h"
+#include "libdevmapper.h"
 
 /*
  * Read a single message from a (socket) filedescriptor. Messages are delimited
This page took 0.02841 seconds and 5 git commands to generate.