diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-05-27 18:35:21 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-05-27 18:35:21 -0400 |
commit | 2015ab818405e290548c4e201fcbb4d2cb81ca8c (patch) | |
tree | 2eed99c3d64d4b2c594faba058545d0b3d09142f /extension/LICENSE.txt | |
parent | 04e0ebd6ef7c3ba15d8210f5e6c879db2894ed03 (diff) | |
download | sncontinue-2015ab818405e290548c4e201fcbb4d2cb81ca8c.tar.gz sncontinue-2015ab818405e290548c4e201fcbb4d2cb81ca8c.tar.bz2 sncontinue-2015ab818405e290548c4e201fcbb4d2cb81ca8c.zip |
esbuild and preparing for publishing
Diffstat (limited to 'extension/LICENSE.txt')
-rw-r--r-- | extension/LICENSE.txt | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/extension/LICENSE.txt b/extension/LICENSE.txt index eddcb4e6..a12f2a75 100644 --- a/extension/LICENSE.txt +++ b/extension/LICENSE.txt @@ -1,5 +1,13 @@ -/******************************************************* - * Copyright (C) 2023 Continue <nate@continue.dev> - * - * All rights reserved. - *******************************************************/
\ No newline at end of file +Copyright 2023 Continue + +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.
\ No newline at end of file |