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 | 5a14b71a3939f99c60f64b44683ed26c91677d0f (patch) | |
tree | 2eed99c3d64d4b2c594faba058545d0b3d09142f /extension/LICENSE.txt | |
parent | 0877ada8ed9f71f3ee792bcb34a4005e3c86827d (diff) | |
parent | 2015ab818405e290548c4e201fcbb4d2cb81ca8c (diff) | |
download | sncontinue-5a14b71a3939f99c60f64b44683ed26c91677d0f.tar.gz sncontinue-5a14b71a3939f99c60f64b44683ed26c91677d0f.tar.bz2 sncontinue-5a14b71a3939f99c60f64b44683ed26c91677d0f.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 |