File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 1- # Copyright 2014-2015 ARM Limited
2- #
3- # Licensed under the Apache License, Version 2.0
4- # See LICENSE file for details.
5-
61"""
72This module defines the attributes of the
83PyPI package for the mbed SDK test suite ecosystem tools
94"""
105
6+ """
7+ mbed SDK
8+ Copyright (c) 2011-2015 ARM Limited
9+ Licensed under the Apache License, Version 2.0 (the "License");
10+ you may not use this file except in compliance with the License.
11+ You may obtain a copy of the License at
12+ http://www.apache.org/licenses/LICENSE-2.0
13+ Unless required by applicable law or agreed to in writing, software
14+ distributed under the License is distributed on an "AS IS" BASIS,
15+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ See the License for the specific language governing permissions and
17+ limitations under the License.
18+
19+ Author: Przemyslaw Wirkus <[email protected] > 20+ """
21+
1122import os
1223from distutils .core import setup
1324from setuptools import find_packages
You can’t perform that action at this time.
0 commit comments