diff options
| author | Scott Gasch <[email protected]> | 2022-03-25 10:48:13 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-03-25 10:48:13 -0700 |
| commit | 7dfe2039f7c53fc9f2621be9dd704bcb7681022f (patch) | |
| tree | dff3c300a277453b3353fe1f2c72d6c5d84635e1 /LICENSE | |
| parent | 52ffdbae73f20b49a1451df2652a8bbc0c4dcac1 (diff) | |
Add LICENSE and NOTICE.
Diffstat (limited to 'LICENSE')
| -rw-r--r-- | LICENSE | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +Except where otherwise noted in the source code (string_utils.py, +shared_dict.py, decorators.py, tplink_utils.py) and described in +the NOTICE file, all code is Copyright 2022 Scott Gasch. + +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. |
