diff options
author | jihye kim <jihye1128.kim@samsung.com> | 2013-01-17 16:25:34 +0900 |
---|---|---|
committer | jihye kim <jihye1128.kim@samsung.com> | 2013-01-17 16:26:11 +0900 |
commit | 3238a90e2eab108bf156db2642630fb83c09fa2f (patch) | |
tree | 7faa194a75ca3ddd4351655c364f7764a85b350a | |
parent | 361be345cf8e1711236fa5d449d34d1bb754e576 (diff) | |
download | device-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] | LICENSE | 2 | ||||
-rw-r--r-- | include/devman_define_node_path.h | 16 | ||||
-rw-r--r-- | include/devman_plugin_intf.h | 33 | ||||
-rw-r--r-- | src/device_manager_io.c | 34 | ||||
-rw-r--r-- | src/device_manager_plugin_maru.c | 37 |
5 files changed, 58 insertions, 64 deletions
@@ -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> |