From 44e1e02bec9abe61b335ec34083955534744a394 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 3 Feb 2023 17:41:08 -0700 Subject: Rename COPYING.* → LICENSE.* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.txt | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 LICENSE.txt (limited to 'LICENSE.txt') diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..428d84d --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,38 @@ +btrfs-progs-ng - Better btrfs userspace tools +Copyright (C) 2022 Luke Shumaker + +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. + +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 + and +. -- cgit v1.2.3-54-g00ecf