Simplify copyright file, fill in required fields
This commit is contained in:
parent
7b529570c3
commit
71ce2fcc56
|
|
@ -1,49 +1,13 @@
|
||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: hyprcursor
|
Upstream-Name: hyprcursor
|
||||||
Upstream-Contact: <preferred name and address to reach the upstream project>
|
Upstream-Contact: https://github.com/hyprwm/hyprcursor/issues
|
||||||
Source: <url://example.com>
|
Source: https://github.com/hyprwm/hyprcursor
|
||||||
#
|
|
||||||
# Please double check copyright with the licensecheck(1) command.
|
|
||||||
|
|
||||||
Files: .clang-format
|
Files: *
|
||||||
.github/workflows/ci.yaml
|
Copyright: 2024, Hypr Development
|
||||||
.gitignore
|
License: BSD-3-Clause
|
||||||
CMakeLists.txt
|
|
||||||
README.md
|
|
||||||
docs/DEVELOPERS.md
|
|
||||||
docs/END_USERS.md
|
|
||||||
docs/MAKING_THEMES.md
|
|
||||||
flake.lock
|
|
||||||
flake.nix
|
|
||||||
hyprcursor-util/CMakeLists.txt
|
|
||||||
hyprcursor-util/README.md
|
|
||||||
hyprcursor-util/src/main.cpp
|
|
||||||
hyprcursor.pc.in
|
|
||||||
include/hyprcursor/hyprcursor.h
|
|
||||||
include/hyprcursor/hyprcursor.hpp
|
|
||||||
include/hyprcursor/shared.h
|
|
||||||
libhyprcursor/Log.hpp
|
|
||||||
libhyprcursor/hyprcursor.cpp
|
|
||||||
libhyprcursor/hyprcursor_c.cpp
|
|
||||||
libhyprcursor/internalDefines.hpp
|
|
||||||
libhyprcursor/internalSharedTypes.hpp
|
|
||||||
nix/default.nix
|
|
||||||
nix/overlays.nix
|
|
||||||
tests/test.c
|
|
||||||
tests/test.cpp
|
|
||||||
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
|
|
||||||
License: __NO_COPYRIGHT_NOR_LICENSE__
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
License: BSD-3-Clause
|
||||||
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
|
|
||||||
# license/copyright files.
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
|
||||||
# License file: LICENSE
|
|
||||||
BSD 3-Clause License
|
|
||||||
.
|
|
||||||
Copyright (c) 2024, Hypr Development
|
|
||||||
.
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions are met:
|
modification, are permitted provided that the following conditions are met:
|
||||||
.
|
.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue