summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaekyun Lee <jkyun.lee@samsung.com>2013-01-16 17:55:32 +0900
committerJaekyun Lee <jkyun.lee@samsung.com>2013-01-16 17:55:32 +0900
commit8a1795f939ad27518267a40c3a2c2e495a1e4101 (patch)
tree16c653935af614f8c86936cbaa900763d8a71d7d
parentc7be66f05319aaca67815f5b212d811c3433fe9a (diff)
downloadug-nfc-efl-8a1795f939ad27518267a40c3a2c2e495a1e4101.tar.gz
ug-nfc-efl-8a1795f939ad27518267a40c3a2c2e495a1e4101.tar.bz2
ug-nfc-efl-8a1795f939ad27518267a40c3a2c2e495a1e4101.zip
Add NOTICE, AUTHOR file and modify boilerplate
Change-Id: Ifd77b3051f87b538870e18b5420a0143fc1e6943
-rw-r--r--AUTHOR8
-rw-r--r--NOTICE3
-rw-r--r--ug-nfc-setting-efl/include/ug-nfc-setting-db.h2
-rw-r--r--ug-nfc-setting-efl/include/ug-nfc-setting-main.h2
-rw-r--r--ug-nfc-setting-efl/include/ug-nfc-setting-popup.h2
-rw-r--r--ug-nfc-setting-efl/src/ug-nfc-setting-db.c2
-rw-r--r--ug-nfc-setting-efl/src/ug-nfc-setting-main.c2
-rw-r--r--ug-nfc-setting-efl/src/ug-nfc-setting-popup.c2
-rw-r--r--ug-nfc-setting-efl/src/ug-nfc-setting-predefined-item.c2
-rwxr-xr-xug-nfc-share-efl/include/ug-nfc-share-common-debug.h2
-rwxr-xr-xug-nfc-share-efl/include/ug-nfc-share-common-error.h2
-rw-r--r--ug-nfc-share-efl/include/ug-nfc-share-common-util.h2
-rw-r--r--ug-nfc-share-efl/include/ug-nfc-share-main.h2
-rw-r--r--ug-nfc-share-efl/include/ug-nfc-share-popup.h31
-rw-r--r--ug-nfc-share-efl/include/ug-nfc-share-tag.h2
-rw-r--r--ug-nfc-share-efl/src/ug-nfc-share-common-util.c2
-rw-r--r--ug-nfc-share-efl/src/ug-nfc-share-main.c2
-rw-r--r--ug-nfc-share-efl/src/ug-nfc-share-popup.c2
-rw-r--r--ug-nfc-share-efl/src/ug-nfc-share-tag.c2
19 files changed, 41 insertions, 33 deletions
diff --git a/AUTHOR b/AUTHOR
new file mode 100644
index 0000000..2c39876
--- /dev/null
+++ b/AUTHOR
@@ -0,0 +1,8 @@
+Lee Sangsoo <constant.lee at samsung dot com>
+Junyong Sim <junyong.sim at samsung dot com>
+Wonkyu Kwon <wonkyu.kwon at samsung dot com>
+Sungjae Lim <neueziel.lim at samsung dot com>
+Sechang Sohn <sc.sohn at samsung dot com>
+Jinmin Chung <jinmin at samsung dot com>
+Jaekyun Lee <jkyun.lee at samsung dot com>
+
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..f4521df
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,3 @@
+Copyright (c) Samsung Electronics Co., Ltd. All rights reserved.
+Except as noted, this software is licensed under Flora License, Version 1.
+Please, see the LICENSE file for Flora License terms and conditions.
diff --git a/ug-nfc-setting-efl/include/ug-nfc-setting-db.h b/ug-nfc-setting-efl/include/ug-nfc-setting-db.h
index c38b4da..ce1c36f 100644
--- a/ug-nfc-setting-efl/include/ug-nfc-setting-db.h
+++ b/ug-nfc-setting-efl/include/ug-nfc-setting-db.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-setting-efl/include/ug-nfc-setting-main.h b/ug-nfc-setting-efl/include/ug-nfc-setting-main.h
index 25fb99d..21863ed 100644
--- a/ug-nfc-setting-efl/include/ug-nfc-setting-main.h
+++ b/ug-nfc-setting-efl/include/ug-nfc-setting-main.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-setting-efl/include/ug-nfc-setting-popup.h b/ug-nfc-setting-efl/include/ug-nfc-setting-popup.h
index 0239e91..d3b6493 100644
--- a/ug-nfc-setting-efl/include/ug-nfc-setting-popup.h
+++ b/ug-nfc-setting-efl/include/ug-nfc-setting-popup.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-setting-efl/src/ug-nfc-setting-db.c b/ug-nfc-setting-efl/src/ug-nfc-setting-db.c
index 2cce01d..1574501 100644
--- a/ug-nfc-setting-efl/src/ug-nfc-setting-db.c
+++ b/ug-nfc-setting-efl/src/ug-nfc-setting-db.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-setting-efl/src/ug-nfc-setting-main.c b/ug-nfc-setting-efl/src/ug-nfc-setting-main.c
index 205fb59..5cdf0ef 100644
--- a/ug-nfc-setting-efl/src/ug-nfc-setting-main.c
+++ b/ug-nfc-setting-efl/src/ug-nfc-setting-main.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-setting-efl/src/ug-nfc-setting-popup.c b/ug-nfc-setting-efl/src/ug-nfc-setting-popup.c
index 9c7115b..bb9d3d9 100644
--- a/ug-nfc-setting-efl/src/ug-nfc-setting-popup.c
+++ b/ug-nfc-setting-efl/src/ug-nfc-setting-popup.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-setting-efl/src/ug-nfc-setting-predefined-item.c b/ug-nfc-setting-efl/src/ug-nfc-setting-predefined-item.c
index 062ea71..813a76d 100644
--- a/ug-nfc-setting-efl/src/ug-nfc-setting-predefined-item.c
+++ b/ug-nfc-setting-efl/src/ug-nfc-setting-predefined-item.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-share-efl/include/ug-nfc-share-common-debug.h b/ug-nfc-share-efl/include/ug-nfc-share-common-debug.h
index 1eea6b0..e3e3b24 100755
--- a/ug-nfc-share-efl/include/ug-nfc-share-common-debug.h
+++ b/ug-nfc-share-efl/include/ug-nfc-share-common-debug.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-share-efl/include/ug-nfc-share-common-error.h b/ug-nfc-share-efl/include/ug-nfc-share-common-error.h
index b0ed937..85183e4 100755
--- a/ug-nfc-share-efl/include/ug-nfc-share-common-error.h
+++ b/ug-nfc-share-efl/include/ug-nfc-share-common-error.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-share-efl/include/ug-nfc-share-common-util.h b/ug-nfc-share-efl/include/ug-nfc-share-common-util.h
index 7be901d..242ee6c 100644
--- a/ug-nfc-share-efl/include/ug-nfc-share-common-util.h
+++ b/ug-nfc-share-efl/include/ug-nfc-share-common-util.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-share-efl/include/ug-nfc-share-main.h b/ug-nfc-share-efl/include/ug-nfc-share-main.h
index 3513ff0..55f20e7 100644
--- a/ug-nfc-share-efl/include/ug-nfc-share-main.h
+++ b/ug-nfc-share-efl/include/ug-nfc-share-main.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-share-efl/include/ug-nfc-share-popup.h b/ug-nfc-share-efl/include/ug-nfc-share-popup.h
index 54ecf8d..8ff8117 100644
--- a/ug-nfc-share-efl/include/ug-nfc-share-popup.h
+++ b/ug-nfc-share-efl/include/ug-nfc-share-popup.h
@@ -1,21 +1,18 @@
/*
- * nfc-app
- *
- * Copyright (c) 2011 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.
- *
- */
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Flora License, Version 1.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.tizenopensource.org/license
+ *
+ * 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.
+ */
#ifndef __UG_NFC_SHARE_POPUP_H__
#define __UG_NFC_SHARE_POPUP_H__
diff --git a/ug-nfc-share-efl/include/ug-nfc-share-tag.h b/ug-nfc-share-efl/include/ug-nfc-share-tag.h
index afd36e1..07569e5 100644
--- a/ug-nfc-share-efl/include/ug-nfc-share-tag.h
+++ b/ug-nfc-share-efl/include/ug-nfc-share-tag.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-share-efl/src/ug-nfc-share-common-util.c b/ug-nfc-share-efl/src/ug-nfc-share-common-util.c
index 086221c..692c744 100644
--- a/ug-nfc-share-efl/src/ug-nfc-share-common-util.c
+++ b/ug-nfc-share-efl/src/ug-nfc-share-common-util.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-share-efl/src/ug-nfc-share-main.c b/ug-nfc-share-efl/src/ug-nfc-share-main.c
index 7feeb73..cefde3a 100644
--- a/ug-nfc-share-efl/src/ug-nfc-share-main.c
+++ b/ug-nfc-share-efl/src/ug-nfc-share-main.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-share-efl/src/ug-nfc-share-popup.c b/ug-nfc-share-efl/src/ug-nfc-share-popup.c
index b2a2280..39ad799 100644
--- a/ug-nfc-share-efl/src/ug-nfc-share-popup.c
+++ b/ug-nfc-share-efl/src/ug-nfc-share-popup.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ug-nfc-share-efl/src/ug-nfc-share-tag.c b/ug-nfc-share-efl/src/ug-nfc-share-tag.c
index d86cc31..42b5892 100644
--- a/ug-nfc-share-efl/src/ug-nfc-share-tag.c
+++ b/ug-nfc-share-efl/src/ug-nfc-share-tag.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.