summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjihye kim <jihye1128.kim@samsung.com>2013-01-17 16:25:34 +0900
committerjihye kim <jihye1128.kim@samsung.com>2013-01-17 16:26:11 +0900
commit3238a90e2eab108bf156db2642630fb83c09fa2f (patch)
tree7faa194a75ca3ddd4351655c364f7764a85b350a
parent361be345cf8e1711236fa5d449d34d1bb754e576 (diff)
downloaddevice-manager-plugin-emul-3238a90e2eab108bf156db2642630fb83c09fa2f.tar.gz
device-manager-plugin-emul-3238a90e2eab108bf156db2642630fb83c09fa2f.tar.bz2
device-manager-plugin-emul-3238a90e2eab108bf156db2642630fb83c09fa2f.zip
update license file and boiler plate code
-rw-r--r--[-rwxr-xr-x]LICENSE2
-rw-r--r--include/devman_define_node_path.h16
-rw-r--r--include/devman_plugin_intf.h33
-rw-r--r--src/device_manager_io.c34
-rw-r--r--src/device_manager_plugin_maru.c37
5 files changed, 58 insertions, 64 deletions
diff --git a/LICENSE b/LICENSE
index 7ccb5b5..ac633bc 100755..100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@ Flora License
Version 1.0, May, 2012
-http://www.tizenopensource.org/license
+http://www.floralicense.org/license/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
diff --git a/include/devman_define_node_path.h b/include/devman_define_node_path.h
index 4df6558..4c35275 100644
--- a/include/devman_define_node_path.h
+++ b/include/devman_define_node_path.h
@@ -1,3 +1,19 @@
+/*
+* Copyright 2012 Samsung Electronics Co., Ltd
+*
+* Licensed under the Flora License, Version 1.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* 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,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
#ifndef __DEVMAN_DEFINE_NODE_PATH_H
#define __DEVMAN_DEFINE_NODE_PATH_H
diff --git a/include/devman_plugin_intf.h b/include/devman_plugin_intf.h
index 9f47442..332355e 100644
--- a/include/devman_plugin_intf.h
+++ b/include/devman_plugin_intf.h
@@ -1,24 +1,17 @@
/*
- * devman
- *
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact:
- * jihye kim <jihye1128.kim@samsung.com>
- * SangJin Kim <sangjin3.kim@samsung.com>
- *
- * Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
+* Copyright 2012 Samsung Electronics Co., Ltd
+*
+* Licensed under the Flora License, Version 1.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* 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,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
*/
diff --git a/src/device_manager_io.c b/src/device_manager_io.c
index da50895..a9a49dd 100644
--- a/src/device_manager_io.c
+++ b/src/device_manager_io.c
@@ -1,26 +1,20 @@
/*
- * device-manager-plugin-maru
- *
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact:
- * jihye kim <jihye1128.kim@samsung.com>
- * SangJin Kim <sangjin3.kim@samsung.com>
- *
- * Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
+* Copyright 2012 Samsung Electronics Co., Ltd
+*
+* Licensed under the Flora License, Version 1.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* 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,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
*/
+
/*
* 2012-03-05 Dohyung Hong <don.hong@samsung.com> Changed package name for the maru board of emulator
*/
diff --git a/src/device_manager_plugin_maru.c b/src/device_manager_plugin_maru.c
index 6d601da..8d72f0f 100644
--- a/src/device_manager_plugin_maru.c
+++ b/src/device_manager_plugin_maru.c
@@ -1,29 +1,20 @@
/*
- * device-manager-plugin-maru
- *
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact:
- * jihye kim <jihye1128.kim@samsung.com>
- * SangJin Kim <sangjin3.kim@samsung.com>
- *
- * Based on slp/pkgs/d/device-manager-plugin-c210/device_manager_plugin-c210.c
- * Modified to support the maru board of emulator
- *
- * Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
+* Copyright 2012 Samsung Electronics Co., Ltd
+*
+* Licensed under the Flora License, Version 1.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* 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,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
*/
+
#include <string.h>
#include <sys/types.h>
#include <stdio.h>