From: jihye kim Date: Thu, 17 Jan 2013 07:25:34 +0000 (+0900) Subject: update license file and boiler plate code X-Git-Tag: submit/tizen/20150527.025720~3^2~5^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3238a90e2eab108bf156db2642630fb83c09fa2f;p=platform%2Fadaptation%2Femulator%2Fdevice-manager-plugin-emul.git update license file and boiler plate code --- diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 index 7ccb5b5..ac633bc --- 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 - * SangJin Kim - * - * 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 - * SangJin Kim - * - * 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 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 - * SangJin Kim - * - * 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 #include #include