X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Ftest_threadsafe.py;h=526229f4753121a935e75312b50b9938b3b4be58;hb=ac87a7720946fbc093034f0201b65f69f45e3d4a;hp=7fae0f8f1dc2574b55a0adbfa0e03e06b3f5a2ba;hpb=bf38c00cf6dd00c388415f576fb6fc62d5f2d23d;p=archive%2F20170607%2Ftools%2Ftic-core.git diff --git a/test/test_threadsafe.py b/test/test_threadsafe.py index 7fae0f8..526229f 100644 --- a/test/test_threadsafe.py +++ b/test/test_threadsafe.py @@ -1,8 +1,20 @@ -''' -Created on Mar 7, 2017 - -@author: shinchulwoo -''' +#!/usr/bin/python +# Copyright (c) 2016 Samsung Electronics Co., Ltd +# +# 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://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, +# 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. +# +# Contributors: +# - S-Core Co., Ltd import os import threading