update license file and boiler plate code
authorjihye kim <jihye1128.kim@samsung.com>
Thu, 17 Jan 2013 07:25:34 +0000 (16:25 +0900)
committerjihye kim <jihye1128.kim@samsung.com>
Thu, 17 Jan 2013 07:26:11 +0000 (16:26 +0900)
LICENSE [changed mode: 0755->0644]
include/devman_define_node_path.h
include/devman_plugin_intf.h
src/device_manager_io.c
src/device_manager_plugin_maru.c

diff --git a/LICENSE b/LICENSE
old mode 100755 (executable)
new mode 100644 (file)
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
 
index 4df6558dd0cfe72c435c73823977552db196efa1..4c3527592069c66c2c640d629b57d8eebd328412 100644 (file)
@@ -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
 
index 9f47442d2d15b46af0c3470c8478578e951644e7..332355e1a994264919d0da987aac9587d83b2e5b 100644 (file)
@@ -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.
 */
 
 
index da50895b0f6c0a87c4bbb1fb4519346d4ed8529e..a9a49ddcaef546450af7d9349ce9d746f880909f 100644 (file)
@@ -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
  */
index 6d601dae451af08c0d5514e1f8025bd5d1bfb99e..8d72f0f01690b179d8ed2ac05fe0e59230d0270a 100644 (file)
@@ -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>