Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.11.4)

project(
linglong
VERSION 1.9.0
VERSION 1.10.0
DESCRIPTION "a container based application package manager for Linux desktop"
HOMEPAGE_URL "https://github.com/OpenAtom-Linyaps/linyaps"
LANGUAGES CXX C)
Expand Down Expand Up @@ -288,7 +288,7 @@ pfl_add_libraries(
linglong
oci-cfg-generators
APPS
dumb-init
ll-init
ll-dialog
ll-builder
ll-cli
Expand Down
8 changes: 1 addition & 7 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = "misc/share/linglong/**.json"
path = "misc/share/linglong/**.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
Expand Down Expand Up @@ -195,12 +195,6 @@ precedence = "aggregate"
SPDX-FileCopyrightText = "AppImageCommunity"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "apps/dumb-init/src/*"
precedence = "aggregate"
SPDX-FileCopyrightText = "Yelp Inc."
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "apps/ll-builder-utils/patch/libfuse.patch"
precedence = "aggregate"
Expand Down
18 changes: 0 additions & 18 deletions apps/dumb-init/CMakeLists.txt

This file was deleted.

2 changes: 0 additions & 2 deletions apps/dumb-init/src/VERSION.h

This file was deleted.

335 changes: 0 additions & 335 deletions apps/dumb-init/src/dumb-init.c

This file was deleted.

Loading