[Midnightbsd-cvs] mports: bsd.mport.mk: Add agpl, the GPLv3 web license.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Nov 20 06:28:07 EST 2007


Log Message:
-----------
Add agpl, the GPLv3 web license.

This license limits the use of GPL'd software on websites such that any modifications must be present on the website.  This could have large implications with our ports tree + web applications with local patches.

Modified Files:
--------------
    mports/Mk:
        bsd.mport.mk (r1.75 -> r1.76)

-------------- next part --------------
Index: bsd.mport.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.mport.mk,v
retrieving revision 1.75
retrieving revision 1.76
diff -L Mk/bsd.mport.mk -L Mk/bsd.mport.mk -u -r1.75 -r1.76
--- Mk/bsd.mport.mk
+++ Mk/bsd.mport.mk
@@ -2850,9 +2850,9 @@
 #
 # LICENSE Setup
 #
-_LICENSES= 	gpl gpl2 gpl3 lgpl bsd4 bsd3 bsd2 python ruby x11 guile artistic artistic2 \
-			bdb mpl npl publicdom zlib apache2 apache1.1 apache1 apsl2 apsl1 php \
-			restricted perl modula3 unknown sgi agg
+_LICENSES= 	agpl gpl gpl2 gpl3 lgpl bsd4 bsd3 bsd2 python ruby x11 guile artistic artistic2 \
+		bdb mpl npl publicdom zlib apache2 apache1.1 apache1 apsl2 apsl1 php \
+		restricted perl modula3 unknown sgi agg
 
 
 


More information about the Midnightbsd-cvs mailing list