diff options
Diffstat (limited to 'src/controller.c')
-rw-r--r-- | src/controller.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/controller.c b/src/controller.c index 7b35e9f..ceef773 100644 --- a/src/controller.c +++ b/src/controller.c @@ -6,11 +6,11 @@ * Eunyoung Lee <ey928.lee@samsung.com> * Junkyu Han <junkyu.han@samsung.com> * - * Licensed under the Flora License, Version 1.1 (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://floralicense.org/license/ + * 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, @@ -36,7 +36,7 @@ #define SENSORING_TIME_INTERVAL 5.0f #define CAMERA_TIME_INTERVAL 2 #define TEST_CAMERA_SAVE 0 -#define CAMERA_ENABLED 0 +#define CAMERA_ENABLED 1 typedef struct app_data_s { Ecore_Timer *getter_timer; |