X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tic%2Fpymic.py;h=8a17b436fe9e0f17329f8b183e938e226acbed6e;hb=b9c8b12e61dc56aee1e32c30067dc484bfdbe335;hp=fbf28103217ae1f58c57e60ba9fbb28916818082;hpb=484bfa4de7d0507abbb2771081e9e58283726af8;p=archive%2F20170607%2Ftools%2Ftic-core.git diff --git a/tic/pymic.py b/tic/pymic.py index fbf2810..8a17b43 100644 --- a/tic/pymic.py +++ b/tic/pymic.py @@ -1,14 +1,11 @@ #!/usr/bin/python -# Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. +# Copyright (c) 2016 Samsung Electronics Co., Ltd # -# Contact: -# @author Chulwoo Shin -# -# Licensed under the Apache License, Version 2.0 (the "License"); +# Licensed under the Flora License, Version 1.1 (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://floralicense.org/license/ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -69,4 +66,3 @@ if __name__ == "__main__": output = '/home/shinchulwoo/project/image' options = MICOptions(subcommnad, archrecture, output, ksfile) create(options) - print('finish')