diff options
Diffstat (limited to 'app-selector.c')
-rwxr-xr-x | app-selector.c | 16 |
1 files changed, 6 insertions, 10 deletions
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> |