diff options
author | Junghyun Kim <jh1114.kim@samsung.com> | 2012-08-21 20:36:59 +0900 |
---|---|---|
committer | Junghyun Kim <jh1114.kim@samsung.com> | 2012-08-21 20:36:59 +0900 |
commit | f866d8d895d7dc3b3081cf80114dbfcb3a10ccfc (patch) | |
tree | d87aeca630651e5c1fa5b510a19087b5edd8303a /src/_progressbar.h | |
parent | 62b4c1ecb06f2533cc304af74052a6a80f5e60d5 (diff) | |
download | taskmanager-f866d8d895d7dc3b3081cf80114dbfcb3a10ccfc.tar.gz taskmanager-f866d8d895d7dc3b3081cf80114dbfcb3a10ccfc.tar.bz2 taskmanager-f866d8d895d7dc3b3081cf80114dbfcb3a10ccfc.zip |
Update changed code
Diffstat (limited to 'src/_progressbar.h')
-rw-r--r-- | src/_progressbar.h | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/src/_progressbar.h b/src/_progressbar.h index f983cf3..2664625 100644 --- a/src/_progressbar.h +++ b/src/_progressbar.h @@ -1,18 +1,20 @@ - /* - * Copyright 2012 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. - */ +/* + * Copyright 2012 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 __TASKMANAGER_PROGRESSBAR_H__ |