From de0d6a11bc225ca66f566d53e28b4ca45618fadd Mon Sep 17 00:00:00 2001 From: "e.gavrin" Date: Tue, 1 Jul 2014 16:07:54 +0400 Subject: [PATCH] add skeleton of make_release.sh file --- tools/make_release.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 tools/make_release.sh diff --git a/tools/make_release.sh b/tools/make_release.sh new file mode 100755 index 000000000..8d2f874b9 --- /dev/null +++ b/tools/make_release.sh @@ -0,0 +1,16 @@ +# Copyright 2014 Samsung Electronics Co., Ltd. +# +# 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://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 +# 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. + +# tbd +