Update for license
[platform/core/connectivity/net-popup.git] / include / net-popup.h
index 3720353..cc8d388 100644 (file)
@@ -1,13 +1,13 @@
 /*
 *  net-popup
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-* http://www.tizenopensource.org/license
+* http://floralicense.org/license
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 *
 */
 
-#ifndef __DEF_NET_POPUP_H_
-#define __DEF_NET_POPUP_H_
+#ifndef __DEF_NET_POPUP_H__
+#define __DEF_NET_POPUP_H__
 
-#include <Elementary.h>
 #include <dlog.h>
-
-#ifndef PREFIX
-#define PREFIX "/usr"
-#endif
+#include <Elementary.h>
 
 #define PACKAGE                "net-popup"
-#define ALERT_STR_LEN_MAX 100
+#define ALERT_STR_LEN_MAX      100
 
 #define NET_POPUP      "NET_POPUP"
 #define log_print(tag, format, args...) LOG(LOG_DEBUG, \
-       tag, "%s:%d "format, __func__, __LINE__, ##args)
-
+               tag, "%s:%d "format, __func__, __LINE__, ##args)
 
-#endif                         /* __DEF_NET_POPUP_H_ */
+#endif /* __DEF_NET_POPUP_H__ */