mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Beautify header
Remove CVS macros, because that breaks using it as a symlink from projects-dir, and add SPDX-License-Identifier GPL2.0+. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
005eafcf1b
commit
a627b1273e
1 changed files with 6 additions and 2 deletions
|
|
@ -1,12 +1,16 @@
|
||||||
#
|
#
|
||||||
# $Id$
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
# Manage multiple software repositories in one tree
|
||||||
|
#
|
||||||
|
# (C) Copyright 2001-2019, Jan Lindemann <jan@janware.com>
|
||||||
#
|
#
|
||||||
# This is the top-level Makefile for a janware software build tree. It is
|
# This is the top-level Makefile for a janware software build tree. It is
|
||||||
# provided under the terms of the GNU Lesser Public License, Version 2.
|
# provided under the terms of the GNU Lesser Public License, Version 2.
|
||||||
#
|
#
|
||||||
# Some of its targets download software from janware GmbH servers. For those,
|
# Some of its targets download software from janware GmbH servers. For those,
|
||||||
# you will need a janware.com user account. Ask admin@janware.com if you want
|
# you will need a janware.com user account. Ask admin@janware.com if you want
|
||||||
# one, then define the JANWARE_USER = <janware user name> environment variable.
|
# one, then define the JANWARE_USER=<janware user name> environment variable.
|
||||||
#
|
#
|
||||||
# Current documentation on how this Makefile is meant to be used can be found
|
# Current documentation on how this Makefile is meant to be used can be found
|
||||||
# under https://janware.com/wiki/pub/en/sw/build/. Running "make doc-module"
|
# under https://janware.com/wiki/pub/en/sw/build/. Running "make doc-module"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue