summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSeungha Son <seungha.son@samsung.com>2017-05-04 10:25:43 +0900
committerSeungha Son <seungha.son@samsung.com>2017-05-04 10:50:04 +0900
commit323fc9d9304c54944aeb221af888b2e7fc6ac724 (patch)
treefadf9544b39a7d763c68123ae05f583bb2fd786c /src
parentb3c826b37502c791bf4909803027d8bd3b6de539 (diff)
downloadbadge-323fc9d9304c54944aeb221af888b2e7fc6ac724.tar.gz
badge-323fc9d9304c54944aeb221af888b2e7fc6ac724.tar.bz2
badge-323fc9d9304c54944aeb221af888b2e7fc6ac724.zip
Update license description
Signed-off-by: Seungha Son <seungha.son@samsung.com> Change-Id: I07bef3a29f166206f1f49c33a70fb19513b98cf2
Diffstat (limited to 'src')
-rwxr-xr-xsrc/badge.c6
-rwxr-xr-xsrc/badge_db.c6
-rw-r--r--src/badge_error.c6
-rw-r--r--src/badge_init.c6
-rwxr-xr-xsrc/badge_internal.c6
-rwxr-xr-xsrc/badge_ipc.c6
-rw-r--r--src/badge_setting.c6
-rw-r--r--src/badge_setting_service.c6
8 files changed, 24 insertions, 24 deletions
diff --git a/src/badge.c b/src/badge.c
index b39d24d..a884697 100755
--- a/src/badge.c
+++ b/src/badge.c
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Licensed under the Apache License, Version 2.0 (the License);
+ * 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,
+ * 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/badge_db.c b/src/badge_db.c
index 73c0675..cc31605 100755
--- a/src/badge_db.c
+++ b/src/badge_db.c
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Licensed under the Apache License, Version 2.0 (the License);
+ * 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,
+ * 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/badge_error.c b/src/badge_error.c
index 64342d3..7ffe35e 100644
--- a/src/badge_error.c
+++ b/src/badge_error.c
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Licensed under the Apache License, Version 2.0 (the License);
+ * 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,
+ * 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/badge_init.c b/src/badge_init.c
index f0b53d9..2d3fdae 100644
--- a/src/badge_init.c
+++ b/src/badge_init.c
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2016 - 2017 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Licensed under the Apache License, Version 2.0 (the License);
+ * 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,
+ * 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/badge_internal.c b/src/badge_internal.c
index a097857..467f517 100755
--- a/src/badge_internal.c
+++ b/src/badge_internal.c
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Licensed under the Apache License, Version 2.0 (the License);
+ * 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,
+ * 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/badge_ipc.c b/src/badge_ipc.c
index f190807..74c026f 100755
--- a/src/badge_ipc.c
+++ b/src/badge_ipc.c
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Licensed under the Apache License, Version 2.0 (the License);
+ * 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,
+ * 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/badge_setting.c b/src/badge_setting.c
index f3d1bdd..51fa016 100644
--- a/src/badge_setting.c
+++ b/src/badge_setting.c
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2016 - 2017 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Licensed under the Apache License, Version 2.0 (the License);
+ * 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,
+ * 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/badge_setting_service.c b/src/badge_setting_service.c
index d027941..813ccf0 100644
--- a/src/badge_setting_service.c
+++ b/src/badge_setting_service.c
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2016 - 2017 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Licensed under the Apache License, Version 2.0 (the License);
+ * 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,
+ * 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.