Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2014 19:52:20 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339538 - in head/math: octave-forge-actuarial octave-forge-communications octave-forge-control octave-forge-data-smoothing octave-forge-database octave-forge-dataframe octave-forge-dic...
Message-ID:  <201401121952.s0CJqKuO083539@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sun Jan 12 19:52:20 2014
New Revision: 339538
URL: http://svnweb.freebsd.org/changeset/ports/339538

Log:
  - Add license=GPLv3.

Modified:
  head/math/octave-forge-actuarial/Makefile
  head/math/octave-forge-communications/Makefile
  head/math/octave-forge-control/Makefile
  head/math/octave-forge-data-smoothing/Makefile
  head/math/octave-forge-database/Makefile
  head/math/octave-forge-dataframe/Makefile
  head/math/octave-forge-dicom/Makefile
  head/math/octave-forge-econometrics/Makefile
  head/math/octave-forge-financial/Makefile
  head/math/octave-forge-fits/Makefile
  head/math/octave-forge-fl-core/Makefile
  head/math/octave-forge-fpl/Makefile
  head/math/octave-forge-fuzzy-logic-toolkit/Makefile
  head/math/octave-forge-generate_html/Makefile
  head/math/octave-forge-geometry/Makefile
  head/math/octave-forge-gnuplot/Makefile
  head/math/octave-forge-io/Makefile
  head/math/octave-forge-lssa/Makefile
  head/math/octave-forge-ltfat/Makefile
  head/math/octave-forge-mechanics/Makefile
  head/math/octave-forge-miscellaneous/Makefile
  head/math/octave-forge-mvn/Makefile
  head/math/octave-forge-nan/Makefile
  head/math/octave-forge-nlwing2/Makefile
  head/math/octave-forge-nurbs/Makefile
  head/math/octave-forge-octclip/Makefile
  head/math/octave-forge-octproj/Makefile
  head/math/octave-forge-optiminterp/Makefile
  head/math/octave-forge-quaternion/Makefile
  head/math/octave-forge-queueing/Makefile
  head/math/octave-forge-signal/Makefile
  head/math/octave-forge-simp/Makefile
  head/math/octave-forge-sockets/Makefile
  head/math/octave-forge-specfun/Makefile
  head/math/octave-forge-splines/Makefile
  head/math/octave-forge-struct/Makefile
  head/math/octave-forge-tsa/Makefile

Modified: head/math/octave-forge-actuarial/Makefile
==============================================================================
--- head/math/octave-forge-actuarial/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-actuarial/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-communications/Makefile
==============================================================================
--- head/math/octave-forge-communications/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-communications/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -8,6 +8,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-control/Makefile
==============================================================================
--- head/math/octave-forge-control/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-control/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -8,6 +8,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-data-smoothing/Makefile
==============================================================================
--- head/math/octave-forge-data-smoothing/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-data-smoothing/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-database/Makefile
==============================================================================
--- head/math/octave-forge-database/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-database/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -8,6 +8,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${DISTNAME}

Modified: head/math/octave-forge-dataframe/Makefile
==============================================================================
--- head/math/octave-forge-dataframe/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-dataframe/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-dicom/Makefile
==============================================================================
--- head/math/octave-forge-dicom/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-dicom/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 LIB_DEPENDS+=	gdcmCommon:${PORTSDIR}/devel/gdcm
 
 # OCTSRC is the name of the directory of the package.

Modified: head/math/octave-forge-econometrics/Makefile
==============================================================================
--- head/math/octave-forge-econometrics/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-econometrics/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-financial/Makefile
==============================================================================
--- head/math/octave-forge-financial/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-financial/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-fits/Makefile
==============================================================================
--- head/math/octave-forge-fits/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-fits/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-fl-core/Makefile
==============================================================================
--- head/math/octave-forge-fl-core/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-fl-core/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-fpl/Makefile
==============================================================================
--- head/math/octave-forge-fpl/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-fpl/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-fuzzy-logic-toolkit/Makefile
==============================================================================
--- head/math/octave-forge-fuzzy-logic-toolkit/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-fuzzy-logic-toolkit/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-generate_html/Makefile
==============================================================================
--- head/math/octave-forge-generate_html/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-generate_html/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-geometry/Makefile
==============================================================================
--- head/math/octave-forge-geometry/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-geometry/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-gnuplot/Makefile
==============================================================================
--- head/math/octave-forge-gnuplot/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-gnuplot/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-io/Makefile
==============================================================================
--- head/math/octave-forge-io/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-io/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-lssa/Makefile
==============================================================================
--- head/math/octave-forge-lssa/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-lssa/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-ltfat/Makefile
==============================================================================
--- head/math/octave-forge-ltfat/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-ltfat/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3 \
 		portaudio:${PORTSDIR}/audio/portaudio2 \
 		cblas:${PORTSDIR}/math/cblas

Modified: head/math/octave-forge-mechanics/Makefile
==============================================================================
--- head/math/octave-forge-mechanics/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-mechanics/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 RUN_DEPENDS+=	${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general
 RUN_DEPENDS+=	${TARBALLS_DIR}/geometry.tar.gz:${PORTSDIR}/math/octave-forge-geometry
 RUN_DEPENDS+=	${TARBALLS_DIR}/linear-algebra.tar.gz:${PORTSDIR}/math/octave-forge-linear-algebra

Modified: head/math/octave-forge-miscellaneous/Makefile
==============================================================================
--- head/math/octave-forge-miscellaneous/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-miscellaneous/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-mvn/Makefile
==============================================================================
--- head/math/octave-forge-mvn/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-mvn/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -8,6 +8,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-nan/Makefile
==============================================================================
--- head/math/octave-forge-nan/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-nan/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 MAKE_JOBS_UNSAFE=	yes
 MAKE_ARGS=	CC="${CC}" CXX="${CXX}"
 

Modified: head/math/octave-forge-nlwing2/Makefile
==============================================================================
--- head/math/octave-forge-nlwing2/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-nlwing2/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-nurbs/Makefile
==============================================================================
--- head/math/octave-forge-nurbs/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-nurbs/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-octclip/Makefile
==============================================================================
--- head/math/octave-forge-octclip/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-octclip/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-octproj/Makefile
==============================================================================
--- head/math/octave-forge-octproj/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-octproj/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-optiminterp/Makefile
==============================================================================
--- head/math/octave-forge-optiminterp/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-optiminterp/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 MAKE_JOBS_UNSAFE=	yes
 
 # OCTSRC is the name of the directory of the package.

Modified: head/math/octave-forge-quaternion/Makefile
==============================================================================
--- head/math/octave-forge-quaternion/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-quaternion/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -8,6 +8,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-queueing/Makefile
==============================================================================
--- head/math/octave-forge-queueing/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-queueing/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-signal/Makefile
==============================================================================
--- head/math/octave-forge-signal/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-signal/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-simp/Makefile
==============================================================================
--- head/math/octave-forge-simp/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-simp/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 GNU_CONFIGURE=	yes
 
 .include "${.CURDIR}/../../Mk/bsd.octave.mk"

Modified: head/math/octave-forge-sockets/Makefile
==============================================================================
--- head/math/octave-forge-sockets/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-sockets/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-specfun/Makefile
==============================================================================
--- head/math/octave-forge-specfun/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-specfun/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-splines/Makefile
==============================================================================
--- head/math/octave-forge-splines/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-splines/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -8,6 +8,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}

Modified: head/math/octave-forge-struct/Makefile
==============================================================================
--- head/math/octave-forge-struct/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-struct/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${DISTNAME}

Modified: head/math/octave-forge-tsa/Makefile
==============================================================================
--- head/math/octave-forge-tsa/Makefile	Sun Jan 12 19:48:11 2014	(r339537)
+++ head/math/octave-forge-tsa/Makefile	Sun Jan 12 19:52:20 2014	(r339538)
@@ -9,6 +9,8 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	GPLv3
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401121952.s0CJqKuO083539>