diff --git a/x11-packages/xorg-fonts-100dpi/COPYING b/x11-packages/xorg-fonts-100dpi/COPYING new file mode 100644 index 000000000..850cf94df --- /dev/null +++ b/x11-packages/xorg-fonts-100dpi/COPYING @@ -0,0 +1,19 @@ +Copyright 1984-1989, 1994 Adobe Systems Incorporated. +Copyright 1988, 1994 Digital Equipment Corporation. + +Adobe is a trademark of Adobe Systems Incorporated which may be +registered in certain jurisdictions. +Permission to use these trademarks is hereby granted only in +association with the images described in this file. + +Permission to use, copy, modify, distribute and sell this software +and its documentation for any purpose and without fee is hereby +granted, provided that the above copyright notices appear in all +copies and that both those copyright notices and this permission +notice appear in supporting documentation, and that the names of +Adobe Systems and Digital Equipment Corporation not be used in +advertising or publicity pertaining to distribution of the software +without specific, written prior permission. Adobe Systems and +Digital Equipment Corporation make no representations about the +suitability of this software for any purpose. It is provided "as +is" without express or implied warranty. diff --git a/x11-packages/xorg-fonts-100dpi/build.sh b/x11-packages/xorg-fonts-100dpi/build.sh index 417ac446b..4339de080 100644 --- a/x11-packages/xorg-fonts-100dpi/build.sh +++ b/x11-packages/xorg-fonts-100dpi/build.sh @@ -48,3 +48,7 @@ termux_step_make_install() { termux_step_post_make_install() { rm -f "${TERMUX_PREFIX}"/share/fonts/100dpi/fonts.* } + +termux_step_install_license() { + install -Dm600 -t $TERMUX_PREFIX/share/doc/xorg-fonts-75dpi $TERMUX_PKG_BUILDER_DIR/COPYING +} diff --git a/x11-packages/xorg-fonts-75dpi/COPYING b/x11-packages/xorg-fonts-75dpi/COPYING new file mode 100644 index 000000000..850cf94df --- /dev/null +++ b/x11-packages/xorg-fonts-75dpi/COPYING @@ -0,0 +1,19 @@ +Copyright 1984-1989, 1994 Adobe Systems Incorporated. +Copyright 1988, 1994 Digital Equipment Corporation. + +Adobe is a trademark of Adobe Systems Incorporated which may be +registered in certain jurisdictions. +Permission to use these trademarks is hereby granted only in +association with the images described in this file. + +Permission to use, copy, modify, distribute and sell this software +and its documentation for any purpose and without fee is hereby +granted, provided that the above copyright notices appear in all +copies and that both those copyright notices and this permission +notice appear in supporting documentation, and that the names of +Adobe Systems and Digital Equipment Corporation not be used in +advertising or publicity pertaining to distribution of the software +without specific, written prior permission. Adobe Systems and +Digital Equipment Corporation make no representations about the +suitability of this software for any purpose. It is provided "as +is" without express or implied warranty. diff --git a/x11-packages/xorg-fonts-75dpi/build.sh b/x11-packages/xorg-fonts-75dpi/build.sh index d5c27c476..5a85d2f88 100644 --- a/x11-packages/xorg-fonts-75dpi/build.sh +++ b/x11-packages/xorg-fonts-75dpi/build.sh @@ -48,3 +48,7 @@ termux_step_make_install() { termux_step_post_make_install() { rm -f "${TERMUX_PREFIX}"/share/fonts/75dpi/fonts.* } + +termux_step_install_license() { + install -Dm600 -t $TERMUX_PREFIX/share/doc/xorg-fonts-75dpi $TERMUX_PKG_BUILDER_DIR/COPYING +}