From 127928b0a4169d221b68bdb6c9270e52cf79ac3f Mon Sep 17 00:00:00 2001 From: Jaeho Lee Date: Mon, 27 Aug 2012 17:27:23 +0900 Subject: [PATCH] tizen 2.0 build --- test/aul_dbus.c | 34 +++++++++++++++++++--------------- test/aul_dbus.h | 34 +++++++++++++++++++--------------- test/dbusapp_test.c | 34 +++++++++++++++++++--------------- 3 files changed, 57 insertions(+), 45 deletions(-) diff --git a/test/aul_dbus.c b/test/aul_dbus.c index a6000a5..0d417b6 100755 --- a/test/aul_dbus.c +++ b/test/aul_dbus.c @@ -1,19 +1,23 @@ /* -Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved -PROPRIETARY/CONFIDENTIAL -This software is the confidential and proprietary information of -SAMSUNG ELECTRONICS ("Confidential Information"). You agree and acknowledge that -this software is owned by Samsung and you -shall not disclose such Confidential Information and shall -use it only in accordance with the terms of the license agreement -you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no -representations or warranties about the suitability -of the software, either express or implied, including but not -limited to the implied warranties of merchantability, fitness for -a particular purpose, or non-infringement. -SAMSUNG shall not be liable for any damages suffered by licensee arising out of or -related to this software. -*/ + * aul + * + * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: Jayoun Lee , Sewook Park , Jaeho Lee + * + * 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. + * + */ #include #include "aul_dbus.h" diff --git a/test/aul_dbus.h b/test/aul_dbus.h index 730cbf7..82facae 100755 --- a/test/aul_dbus.h +++ b/test/aul_dbus.h @@ -1,19 +1,23 @@ /* -Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved -PROPRIETARY/CONFIDENTIAL -This software is the confidential and proprietary information of -SAMSUNG ELECTRONICS ("Confidential Information"). You agree and acknowledge that -this software is owned by Samsung and you -shall not disclose such Confidential Information and shall -use it only in accordance with the terms of the license agreement -you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no -representations or warranties about the suitability -of the software, either express or implied, including but not -limited to the implied warranties of merchantability, fitness for -a particular purpose, or non-infringement. -SAMSUNG shall not be liable for any damages suffered by licensee arising out of or -related to this software. -*/ + * aul + * + * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: Jayoun Lee , Sewook Park , Jaeho Lee + * + * 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. + * + */ #include #include diff --git a/test/dbusapp_test.c b/test/dbusapp_test.c index c5d7b7a..f6643ae 100755 --- a/test/dbusapp_test.c +++ b/test/dbusapp_test.c @@ -1,19 +1,23 @@ /* -Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved -PROPRIETARY/CONFIDENTIAL -This software is the confidential and proprietary information of -SAMSUNG ELECTRONICS ("Confidential Information"). You agree and acknowledge that -this software is owned by Samsung and you -shall not disclose such Confidential Information and shall -use it only in accordance with the terms of the license agreement -you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no -representations or warranties about the suitability -of the software, either express or implied, including but not -limited to the implied warranties of merchantability, fitness for -a particular purpose, or non-infringement. -SAMSUNG shall not be liable for any damages suffered by licensee arising out of or -related to this software. -*/ + * aul + * + * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: Jayoun Lee , Sewook Park , Jaeho Lee + * + * 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. + * + */ #include #include -- 2.7.4