summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapp-selector-util.c16
-rwxr-xr-xapp-selector-util.h16
-rwxr-xr-xapp-selector-view.c16
-rwxr-xr-xapp-selector-view.h16
-rwxr-xr-xapp-selector.c16
-rwxr-xr-xapp-selector.h16
-rw-r--r--packaging/org.tizen.app-selector.spec2
7 files changed, 37 insertions, 61 deletions
diff --git a/app-selector-util.c b/app-selector-util.c
index 87840b2..6b4f3cb 100755
--- a/app-selector-util.c
+++ b/app-selector-util.c
@@ -1,25 +1,21 @@
/*
- * app-selector
+ * Copyright 2012 Samsung Electronics Co., Ltd
*
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Jayoun Lee <airjany@samsung.com>, Sewook Park <sewook7.park@samsung.com>, Jaeho Lee <jaeho81.lee@samsung.com>
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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.apache.org/licenses/LICENSE-2.0
- *
+
+ * 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.
- *
*/
+
#include <Ecore.h>
#include <Ecore_X.h>
diff --git a/app-selector-util.h b/app-selector-util.h
index a9b016e..39af450 100755
--- a/app-selector-util.h
+++ b/app-selector-util.h
@@ -1,25 +1,21 @@
/*
- * app-selector
+ * Copyright 2012 Samsung Electronics Co., Ltd
*
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Jayoun Lee <airjany@samsung.com>, Sewook Park <sewook7.park@samsung.com>, Jaeho Lee <jaeho81.lee@samsung.com>
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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.apache.org/licenses/LICENSE-2.0
- *
+
+ * 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 __DEF_APP_SELECT_UTIL_H_
#define __DEF_APP_SELECT_UTIL_H_
diff --git a/app-selector-view.c b/app-selector-view.c
index b21c069..f781f1f 100755
--- a/app-selector-view.c
+++ b/app-selector-view.c
@@ -1,25 +1,21 @@
/*
- * app-selector
+ * Copyright 2012 Samsung Electronics Co., Ltd
*
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Jayoun Lee <airjany@samsung.com>, Sewook Park <sewook7.park@samsung.com>, Jaeho Lee <jaeho81.lee@samsung.com>
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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.apache.org/licenses/LICENSE-2.0
- *
+
+ * 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.
- *
*/
+
#include <ail.h>
#include <aul.h>
#include <appsvc.h>
diff --git a/app-selector-view.h b/app-selector-view.h
index 309efba..0962e22 100755
--- a/app-selector-view.h
+++ b/app-selector-view.h
@@ -1,25 +1,21 @@
/*
- * app-selector
+ * Copyright 2012 Samsung Electronics Co., Ltd
*
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Jayoun Lee <airjany@samsung.com>, Sewook Park <sewook7.park@samsung.com>, Jaeho Lee <jaeho81.lee@samsung.com>
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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.apache.org/licenses/LICENSE-2.0
- *
+
+ * 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 __DEF_APP_SELECT_VIEW_H_
#define __DEF_APP_SELECT_VIEW_H_
diff --git a/app-selector.c b/app-selector.c
index 7390df1..0711019 100755
--- a/app-selector.c
+++ b/app-selector.c
@@ -1,25 +1,21 @@
/*
- * app-selector
+ * Copyright 2012 Samsung Electronics Co., Ltd
*
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Jayoun Lee <airjany@samsung.com>, Sewook Park <sewook7.park@samsung.com>, Jaeho Lee <jaeho81.lee@samsung.com>
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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.apache.org/licenses/LICENSE-2.0
- *
+
+ * 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.
- *
*/
+
#include <stdio.h>
#include <appcore-efl.h>
#include <Ecore_X.h>
diff --git a/app-selector.h b/app-selector.h
index 34a2697..1db0f81 100755
--- a/app-selector.h
+++ b/app-selector.h
@@ -1,25 +1,21 @@
/*
- * app-selector
+ * Copyright 2012 Samsung Electronics Co., Ltd
*
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Jayoun Lee <airjany@samsung.com>, Sewook Park <sewook7.park@samsung.com>, Jaeho Lee <jaeho81.lee@samsung.com>
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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.apache.org/licenses/LICENSE-2.0
- *
+
+ * 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 __APP_COMMON_H__
#define __APP_COMMON_H__
diff --git a/packaging/org.tizen.app-selector.spec b/packaging/org.tizen.app-selector.spec
index e005129..48bb3ed 100644
--- a/packaging/org.tizen.app-selector.spec
+++ b/packaging/org.tizen.app-selector.spec
@@ -4,7 +4,7 @@ Summary: Application selector
Version: 0.1.0
Release: 76
Group: TO_BE/FILLED_IN
-License: Apache License, Version 2.0
+License: Flora Software License
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gettext-tools