fix license url

main
anna 3 years ago
parent 6c44a66b55
commit 55e5ad90f6
Signed by: fef
GPG Key ID: EC22E476DC2D3D84

@ -46,7 +46,7 @@ add_subdirectory("boot/${ARCH}-${BOOT_TYPE}")
# GayBSD is nonviolent software: you may only use, redistribute, and/or
# modify it under the terms of the Cooperative Nonviolent Public License
# (CNPL) as found in the LICENSE file in the source code root directory
# or at <https://git.pixie.town/thufie/cnpl-builder>; either version 7
# or at <https://git.pixie.town/thufie/npl-builder>; either version 7
# of the license, or (at your option) any later version.
#
# GayBSD comes with ABSOLUTELY NO WARRANTY, to the extent

@ -1,6 +1,20 @@
# See the end of this file for copyright and license terms.
add_custom_target(mbr.bin)
add_custom_command(
TARGET mbr.bin
COMMAND /usr/bin/nasm
ARGS -f bin -o ${CMAKE_CURRENT_BINARY_DIR}/mbr.bin ${CMAKE_CURRENT_SOURCE_DIR}/mbr.s
)
# This file is part of GayBSD.
# Copyright (c) 2021 fef <owo@fef.moe>.
#
# GayBSD is nonviolent software: you may only use, redistribute, and/or
# modify it under the terms of the Cooperative Nonviolent Public License
# (CNPL) as found in the LICENSE file in the source code root directory
# or at <https://git.pixie.town/thufie/npl-builder>; either version 7
# of the license, or (at your option) any later version.
#
# GayBSD comes with ABSOLUTELY NO WARRANTY, to the extent
# permitted by applicable law. See the CNPL for details.

@ -57,7 +57,7 @@ dw 0xaa55
; GayBSD is nonviolent software: you may only use, redistribute, and/or
; modify it under the terms of the Cooperative Nonviolent Public License
; (CNPL) as found in the LICENSE file in the source code root directory
; or at <https://git.pixie.town/thufie/cnpl-builder>; either version 7
; or at <https://git.pixie.town/thufie/npl-builder>; either version 7
; of the license, or (at your option) any later version.
;
; GayBSD comes with ABSOLUTELY NO WARRANTY, to the extent

@ -11,7 +11,7 @@ set_property(CACHE BOOT_TYPE PROPERTY STRINGS
# GayBSD is nonviolent software: you may only use, redistribute, and/or
# modify it under the terms of the Cooperative Nonviolent Public License
# (CNPL) as found in the LICENSE file in the source code root directory
# or at <https://git.pixie.town/thufie/cnpl-builder>; either version 7
# or at <https://git.pixie.town/thufie/npl-builder>; either version 7
# of the license, or (at your option) any later version.
#
# GayBSD comes with ABSOLUTELY NO WARRANTY, to the extent

@ -14,7 +14,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/config-${ARCH}.cmake")
# GayBSD is nonviolent software: you may only use, redistribute, and/or
# modify it under the terms of the Cooperative Nonviolent Public License
# (CNPL) as found in the LICENSE file in the source code root directory
# or at <https://git.pixie.town/thufie/cnpl-builder>; either version 7
# or at <https://git.pixie.town/thufie/npl-builder>; either version 7
# of the license, or (at your option) any later version.
#
# GayBSD comes with ABSOLUTELY NO WARRANTY, to the extent

Loading…
Cancel
Save