From 35e70b05c28bcf400d39b26d582922f9495f1b09 Mon Sep 17 00:00:00 2001 From: Prasoon Singh Date: Mon, 12 Dec 2016 19:32:18 +0530 Subject: [PATCH] [access-setting]Updated boilerplates with correct description Change-Id: If6a35df545577cb680c2e3a82cdb7d0441d5cc73 --- include/setting-accessibility-debug.h | 21 ++++++++++++++------- include/setting-accessibility.h | 20 +++++++++++++------- src/setting-accessibility-menu.c | 20 +++++++++++++------- src/setting-accessibility-vision.c | 17 +++++++++++++++++ src/setting-accessibility.c | 20 +++++++++++++------- 5 files changed, 70 insertions(+), 28 deletions(-) diff --git a/include/setting-accessibility-debug.h b/include/setting-accessibility-debug.h index 8e3d752..34044dc 100644 --- a/include/setting-accessibility-debug.h +++ b/include/setting-accessibility-debug.h @@ -1,13 +1,20 @@ /* - * Copyright (c) 2010 Samsung Electronics, Inc. - * All rights reserved. + * Copyright (c) 2014 Samsung Electronics Co., Ltd. All rights reserved. + * + * 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. * - * This software is a confidential and proprietary information - * of Samsung Electronics, Inc. ("Confidential Information"). 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. */ + #define _DLOG_USED #ifdef _DLOG_USED diff --git a/include/setting-accessibility.h b/include/setting-accessibility.h index 72857a1..a1ab39f 100644 --- a/include/setting-accessibility.h +++ b/include/setting-accessibility.h @@ -1,12 +1,18 @@ /* - * Copyright (c) 2010 Samsung Electronics, Inc. - * All rights reserved. + * Copyright (c) 2014 Samsung Electronics Co., Ltd. All rights reserved. + * + * 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. * - * This software is a confidential and proprietary information - * of Samsung Electronics, Inc. ("Confidential Information"). 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. */ #ifndef _SETTING_ACCESSIBILITY_H_ diff --git a/src/setting-accessibility-menu.c b/src/setting-accessibility-menu.c index 4aae3ec..502f9e5 100644 --- a/src/setting-accessibility-menu.c +++ b/src/setting-accessibility-menu.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 2010 Samsung Electronics, Inc. - * All rights reserved. + * Copyright (c) 2014 Samsung Electronics Co., Ltd. All rights reserved. + * + * 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. * - * This software is a confidential and proprietary information - * of Samsung Electronics, Inc. ("Confidential Information"). 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. */ #include "setting-accessibility.h" diff --git a/src/setting-accessibility-vision.c b/src/setting-accessibility-vision.c index ba54e3c..1fa3d66 100644 --- a/src/setting-accessibility-vision.c +++ b/src/setting-accessibility-vision.c @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2014 Samsung Electronics Co., Ltd. All rights reserved. + * + * 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 "setting-accessibility.h" #include "setting-accessibility-debug.h" diff --git a/src/setting-accessibility.c b/src/setting-accessibility.c index c39d216..bcd1ef0 100644 --- a/src/setting-accessibility.c +++ b/src/setting-accessibility.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 2010 Samsung Electronics, Inc. - * All rights reserved. + * Copyright (c) 2014 Samsung Electronics Co., Ltd. All rights reserved. + * + * 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. * - * This software is a confidential and proprietary information - * of Samsung Electronics, Inc. ("Confidential Information"). 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. */ #include "setting-accessibility.h" -- 2.34.1