add contact panel
diff --git a/src/contactpanel.cpp b/src/contactpanel.cpp
index 9d8d8c1..17d019f 100644
--- a/src/contactpanel.cpp
+++ b/src/contactpanel.cpp
@@ -1,3 +1,13 @@
+/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
+/*
+ * Copyright (c) 2013, Regents of the University of California
+ *                     Yingdi Yu
+ *
+ * BSD license, See the LICENSE file for more information
+ *
+ * Author: Yingdi Yu <yingdi@cs.ucla.edu>
+ */
+
 #include "contactpanel.h"
 #include "ui_contactpanel.h"
 
@@ -12,3 +22,9 @@
 {
     delete ui;
 }
+
+
+#if WAF
+#include "contactpanel.moc"
+#include "contactpanel.cpp.moc"
+#endif