diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-05-27 18:35:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-27 18:35:51 -0400 |
commit | 5ef9950b3bff328a76b41852b3ea9de5b7ff7c8d (patch) | |
tree | d8509839838394c5acaecaa0b023983da73601c3 /extension/LICENSE.txt | |
parent | 741f85b6b2b26e5e007ebf92b336a832af6af5d4 (diff) | |
parent | 36522ad6551bfcc51b1e923e7d50dfca1af1c697 (diff) | |
download | sncontinue-5ef9950b3bff328a76b41852b3ea9de5b7ff7c8d.tar.gz sncontinue-5ef9950b3bff328a76b41852b3ea9de5b7ff7c8d.tar.bz2 sncontinue-5ef9950b3bff328a76b41852b3ea9de5b7ff7c8d.zip |
Merge pull request #11 from continuedev/syntactic-sugar
Syntactic sugar
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 |