summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrasoon Singh <prasoon.16@samsung.com>2016-12-12 19:32:18 +0530
committerPrasoon Singh <prasoon.16@samsung.com>2016-12-12 19:32:18 +0530
commit35e70b05c28bcf400d39b26d582922f9495f1b09 (patch)
tree5921157ceb5103ce8ce7592d10bd5d73395b29d9
parentd52076a0329b7bf78d190c9116948b43a5cc087a (diff)
downloadaccessibility-setting-35e70b05c28bcf400d39b26d582922f9495f1b09.tar.gz
accessibility-setting-35e70b05c28bcf400d39b26d582922f9495f1b09.tar.bz2
accessibility-setting-35e70b05c28bcf400d39b26d582922f9495f1b09.zip
Change-Id: If6a35df545577cb680c2e3a82cdb7d0441d5cc73
-rw-r--r--include/setting-accessibility-debug.h21
-rw-r--r--include/setting-accessibility.h20
-rw-r--r--src/setting-accessibility-menu.c20
-rw-r--r--src/setting-accessibility-vision.c17
-rw-r--r--src/setting-accessibility.c20
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"