forked from lix-project/lix
chore(libmain): license it under LGPL-2.1-only
Progress towards REUSE compliance.
Change-Id: I2991234cfd193773a377d2f1735b9974918b8138
Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
parent
dc5399dedc
commit
71353962cf
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2024 Nix and Lix Authors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: LGPL-2.1-only
|
||||||
|
|
||||||
#include "common-args.hh"
|
#include "common-args.hh"
|
||||||
#include "args/root.hh"
|
#include "args/root.hh"
|
||||||
#include "error.hh"
|
#include "error.hh"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2024 Nix and Lix Authors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: LGPL-2.1-only
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
///@file
|
///@file
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2024 Nix and Lix Authors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: LGPL-2.1-only
|
||||||
|
|
||||||
#include "environment-variables.hh"
|
#include "environment-variables.hh"
|
||||||
#include "loggers.hh"
|
#include "loggers.hh"
|
||||||
#include "progress-bar.hh"
|
#include "progress-bar.hh"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2024 Nix and Lix Authors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: LGPL-2.1-only
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
///@file
|
///@file
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2024 Nix and Lix Authors
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-only
|
||||||
|
|
||||||
libmain_sources = files(
|
libmain_sources = files(
|
||||||
'common-args.cc',
|
'common-args.cc',
|
||||||
'loggers.cc',
|
'loggers.cc',
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2024 Nix and Lix Authors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: LGPL-2.1-only
|
||||||
|
|
||||||
#include "progress-bar.hh"
|
#include "progress-bar.hh"
|
||||||
#include "sync.hh"
|
#include "sync.hh"
|
||||||
#include "store-api.hh"
|
#include "store-api.hh"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2024 Nix and Lix Authors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: LGPL-2.1-only
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
///@file
|
///@file
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2024 Nix and Lix Authors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: LGPL-2.1-only
|
||||||
|
|
||||||
#include "globals.hh"
|
#include "globals.hh"
|
||||||
#include "shared.hh"
|
#include "shared.hh"
|
||||||
#include "store-api.hh"
|
#include "store-api.hh"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2024 Nix and Lix Authors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: LGPL-2.1-only
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
///@file
|
///@file
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2024 Nix and Lix Authors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: LGPL-2.1-only
|
||||||
|
|
||||||
#include "error.hh"
|
#include "error.hh"
|
||||||
#include "shared.hh"
|
#include "shared.hh"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue