diff options
Diffstat (limited to 'lib/icl-device.h')
-rw-r--r-- | lib/icl-device.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/icl-device.h b/lib/icl-device.h index 203c6fc..ad625a1 100644 --- a/lib/icl-device.h +++ b/lib/icl-device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __IOT_CONNECTIVITY_MANAGER_LIBRARY_DEVICE_H__ -#define __IOT_CONNECTIVITY_MANAGER_LIBRARY_DEVICE_H__ +#ifndef __IOT_CONNECTIVITY_LIBRARY_DEVICE_H__ +#define __IOT_CONNECTIVITY_LIBRARY_DEVICE_H__ #include "iotcon-types.h" @@ -39,4 +39,4 @@ struct icl_platform_info { char *system_time; }; -#endif /* __IOT_CONNECTIVITY_MANAGER_LIBRARY_DEVICE_H__ */ +#endif /* __IOT_CONNECTIVITY_LIBRARY_DEVICE_H__ */ |