diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-03 17:51:31 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-03 18:50:19 -0700 |
commit | fa54ced2b3ab6fa493e6c0af09b32b9f0dc29f45 (patch) | |
tree | 0ccbf011828e62b7b7116fe37836c55e6c88bf67 /LICENSE.txt | |
parent | b14a139485294b2d9afe7fa444a2b64e5b65a946 (diff) |
LICENSE.txt: Rework to try to make automated detectors happy
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 74 |
1 files changed, 46 insertions, 28 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 428d84d..61f1929 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,38 +1,56 @@ btrfs-progs-ng - Better btrfs userspace tools -Copyright (C) 2022 Luke Shumaker <lukeshu@lukeshu.com> + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License (GPL) as +published by the Free Software Foundation; either version 3 of the +License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <https://www.gnu.org/licenses/>. + +Individual files are available (at your option) under alternative +licenses as specified in the following copyright statements; refer to +the "SPDX-License-Identifier" comment in each file to see which +license that file is made available under. The combined work is +effectively under the GPL-3.0-or-later because the terms of the +GPL-2.0 and Apache-2.0 licenses are contradictory (they cannot both be +fulfilled at the same time), but the GPL-3.0 and Apache-2.0 are not; +forcing the "or-later" option on the GPL-2.0-or-later files. + +====================================================================== + +Copyright (C) 2022-2023 Luke Shumaker <lukeshu@lukeshu.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or (at -your option) any later version. Individual source files may be -available (at your option) under an alternative license. - -Most of the source code is licensed under the terms of the GNU General -Public License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. A -small minority of the source code is licensed under the terms of the -Apache License, version 2.0. Refer to the "SPDX-License-Identifier" -comment in each file to see which license it is made available under. - - > The terms of the GNU General Public License version 2 and terms of - > the Apache License version 2.0 are contradictory--they cannot both - > be fulfilled at the same time; but the terms of the GNU General - > Public License version 3 and the Apache License version 2.0 are not - > contradictory and can be fulfilled at the same time. Because of - > this one must take the "or (at your option) any later version" on - > the General Public License and treat the combined work as being - > under the GNU General Public License version 3 or later. This is - > why the opening paragraph identified the program as being available - > under this version. +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -Along with this program, you should have received a copy of the GNU -General Public License (in the LICENSE.gpl-2.0.txt and -LICENSE.gpl-3.0.txt files) and the Apache License (in the -LICENSE.apache-2.0.txt file). If not, see -<https://www.gnu.org/licenses/> and -<http://www.apache.org/licenses/LICENSE-2.0>. +You should have received a copy of the GNU General Public License +along with this program. If not, see <https://www.gnu.org/licenses/>. + +====================================================================== + +Copyright (C) 2019-2022 Ambassador Labs + +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. |