diff options
author | lioux <lioux@FreeBSD.org> | 2003-05-03 11:20:46 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-05-03 11:20:46 +0800 |
commit | 47ee52d0e0715c304e08423f568ba7829f7d50c0 (patch) | |
tree | 2a4e02341b172a2f987a911382c4732fd08a4185 /net-p2p | |
parent | e17ebe42e21ed404685f6a73f70618b2ecb86ce8 (diff) | |
download | freebsd-ports-gnome-47ee52d0e0715c304e08423f568ba7829f7d50c0.tar.gz freebsd-ports-gnome-47ee52d0e0715c304e08423f568ba7829f7d50c0.tar.zst freebsd-ports-gnome-47ee52d0e0715c304e08423f568ba7829f7d50c0.zip |
o Add $FreeBSD$ keyword
o Add one liner setting this under a BSDL license with a copyright
by self
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/freenet/files/wrapper.sh | 3 | ||||
-rw-r--r-- | net-p2p/freenet05/files/wrapper.sh | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/net-p2p/freenet/files/wrapper.sh b/net-p2p/freenet/files/wrapper.sh index 67b9f119f3de..a7c9b0d96c68 100644 --- a/net-p2p/freenet/files/wrapper.sh +++ b/net-p2p/freenet/files/wrapper.sh @@ -1,4 +1,7 @@ #!/bin/sh +# +# Under a BSDL license. Copyright by Mario S F Ferreira <lioux@FreeBSD.org> +# $FreeBSD$ PREFIX="%%PREFIX%%" # java diff --git a/net-p2p/freenet05/files/wrapper.sh b/net-p2p/freenet05/files/wrapper.sh index 67b9f119f3de..a7c9b0d96c68 100644 --- a/net-p2p/freenet05/files/wrapper.sh +++ b/net-p2p/freenet05/files/wrapper.sh @@ -1,4 +1,7 @@ #!/bin/sh +# +# Under a BSDL license. Copyright by Mario S F Ferreira <lioux@FreeBSD.org> +# $FreeBSD$ PREFIX="%%PREFIX%%" # java |