summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyuho Jo <kyuho.jo@samsung.com>2015-01-16 11:48:47 +0900
committerKyuho Jo <kyuho.jo@samsung.com>2015-01-16 11:48:47 +0900
commitb50e6f1267fb4706303961455b5dd521ddbddd54 (patch)
tree0f37094875328c989651a9a81dbe651180074901
parent9b5687c66e9fc95c4659991857719aa2eb653d54 (diff)
downloadshortcut-b50e6f1267fb4706303961455b5dd521ddbddd54.tar.gz
shortcut-b50e6f1267fb4706303961455b5dd521ddbddd54.tar.bz2
shortcut-b50e6f1267fb4706303961455b5dd521ddbddd54.zip
modified bolilerplate
Change-Id: I659c0930cccd33f2a9486d5c7085391a1f09ce26 Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
-rwxr-xr-xdoc/shortcut_doc.h2
-rwxr-xr-x[-rw-r--r--]lib/LICENSE2
-rwxr-xr-x[-rw-r--r--]lib/include/dlist.h2
-rwxr-xr-xlib/include/shortcut.h2
-rwxr-xr-xlib/include/shortcut_manager.h2
-rwxr-xr-xlib/include/shortcut_private.h2
-rwxr-xr-x[-rw-r--r--]lib/src/dlist.c2
-rwxr-xr-xlib/src/main.c2
-rwxr-xr-x[-rw-r--r--]pkgmgr_shortcut/include/dlist.h2
-rwxr-xr-x[-rw-r--r--]pkgmgr_shortcut/src/dlist.c2
-rwxr-xr-x[-rw-r--r--]pkgmgr_shortcut/src/service_register.c2
-rwxr-xr-xtest/application.c2
-rwxr-xr-x[-rw-r--r--]test/homescreen.c2
-rwxr-xr-xtest/icon.c2
-rwxr-xr-x[-rw-r--r--]test/shortcut.c2
-rwxr-xr-xtest_db_builder.sh2
16 files changed, 16 insertions, 16 deletions
diff --git a/doc/shortcut_doc.h b/doc/shortcut_doc.h
index 2ac1878..3736068 100755
--- a/doc/shortcut_doc.h
+++ b/doc/shortcut_doc.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2011 - 2015 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.
diff --git a/lib/LICENSE b/lib/LICENSE
index 3b739e3..b7ea6db 100644..100755
--- a/lib/LICENSE
+++ b/lib/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+Copyright (c) 2011 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
Apache License
Version 2.0, January 2004
diff --git a/lib/include/dlist.h b/lib/include/dlist.h
index 04283eb..c892923 100644..100755
--- a/lib/include/dlist.h
+++ b/lib/include/dlist.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2011 - 2015 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.
diff --git a/lib/include/shortcut.h b/lib/include/shortcut.h
index d7355a9..c741f75 100755
--- a/lib/include/shortcut.h
+++ b/lib/include/shortcut.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2011 - 2015 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.
diff --git a/lib/include/shortcut_manager.h b/lib/include/shortcut_manager.h
index 5cbab0b..7db738f 100755
--- a/lib/include/shortcut_manager.h
+++ b/lib/include/shortcut_manager.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2011 - 2015 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.
diff --git a/lib/include/shortcut_private.h b/lib/include/shortcut_private.h
index 5edf43e..b69df43 100755
--- a/lib/include/shortcut_private.h
+++ b/lib/include/shortcut_private.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2011 - 2015 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.
diff --git a/lib/src/dlist.c b/lib/src/dlist.c
index a92912c..71ec556 100644..100755
--- a/lib/src/dlist.c
+++ b/lib/src/dlist.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2011 - 2015 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.
diff --git a/lib/src/main.c b/lib/src/main.c
index eec57cf..4e69a91 100755
--- a/lib/src/main.c
+++ b/lib/src/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2011 - 2015 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.
diff --git a/pkgmgr_shortcut/include/dlist.h b/pkgmgr_shortcut/include/dlist.h
index 04283eb..c892923 100644..100755
--- a/pkgmgr_shortcut/include/dlist.h
+++ b/pkgmgr_shortcut/include/dlist.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2011 - 2015 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.
diff --git a/pkgmgr_shortcut/src/dlist.c b/pkgmgr_shortcut/src/dlist.c
index 1764dfd..97c9545 100644..100755
--- a/pkgmgr_shortcut/src/dlist.c
+++ b/pkgmgr_shortcut/src/dlist.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2011 - 2015 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.
diff --git a/pkgmgr_shortcut/src/service_register.c b/pkgmgr_shortcut/src/service_register.c
index c4c1a7f..5f2ecb9 100644..100755
--- a/pkgmgr_shortcut/src/service_register.c
+++ b/pkgmgr_shortcut/src/service_register.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2011 - 2015 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.
diff --git a/test/application.c b/test/application.c
index 5d69981..dee3104 100755
--- a/test/application.c
+++ b/test/application.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2011 - 2015 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.
diff --git a/test/homescreen.c b/test/homescreen.c
index 0b6c5f7..05e5390 100644..100755
--- a/test/homescreen.c
+++ b/test/homescreen.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2011 - 2015 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.
diff --git a/test/icon.c b/test/icon.c
index 28d5b6f..724153d 100755
--- a/test/icon.c
+++ b/test/icon.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2011 - 2015 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.
diff --git a/test/shortcut.c b/test/shortcut.c
index eb8b5d6..7c6bb6f 100644..100755
--- a/test/shortcut.c
+++ b/test/shortcut.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2011 - 2015 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.
diff --git a/test_db_builder.sh b/test_db_builder.sh
index 302076e..73deff7 100755
--- a/test_db_builder.sh
+++ b/test_db_builder.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#/*
-# * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+# * Copyright (c) 2011 - 2015 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.