Skip to content

Commit 66501b2

Browse files
committed
upgrade to GPL 3
1 parent 02b644b commit 66501b2

File tree

7 files changed

+1358
-236
lines changed

7 files changed

+1358
-236
lines changed

.Rbuildignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ tests/Makefile
22
tests/(.+?)\.png$
33
tests/(.+?)\.pdf$
44
tests/(.+?)\.Rout$
5-
LICENSE\.txt$
5+
LICENSE\.md$
66
README\.md$
77
TODO\.md$
88
^\.gitignore$

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: pomp
22
Type: Package
33
Title: Statistical Inference for Partially Observed Markov Processes
4-
Version: 1.13.1.2
4+
Version: 1.13.2.1
55
Date: 2017-07-19
66
Authors@R: c(person(given=c("Aaron","A."),family="King",
77
role=c("aut","cre"),email="kingaa@umich.edu"),
@@ -24,7 +24,7 @@ Depends: R(>= 3.1.2), methods
2424
Imports: stats, graphics, digest, mvtnorm, deSolve, coda, subplex, nloptr
2525
Suggests: magrittr, plyr, reshape2, ggplot2, knitr
2626
SystemRequirements: For Windows users, Rtools (see http://cran.r-project.org/bin/windows/Rtools/).
27-
License: GPL(>= 2)
27+
License: GPL(>= 3)
2828
LazyData: true
2929
Contact: kingaa at umich dot edu
3030
BugReports: http://github.com/kingaa/pomp/issues

LICENSE.md

+675
Large diffs are not rendered by default.

LICENSE.txt

-118
This file was deleted.

inst/GPL

+671-115
Large diffs are not rendered by default.

inst/NEWS

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
_N_e_w_s _f_o_r _p_a_c_k_a_g_e '_p_o_m_p'
22

3+
_C_h_a_n_g_e_s _i_n '_p_o_m_p' _v_e_r_s_i_o_n _1._1_3._2:
4+
5+
• Upgrade license to GPL version 3.
6+
37
_C_h_a_n_g_e_s _i_n '_p_o_m_p' _v_e_r_s_i_o_n _1._1_3._1:
48

59
• Fix buffer-flow problem identified by ‘valgrind’.

inst/NEWS.Rd

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
\name{NEWS}
22
\title{News for package `pomp'}
3+
\section{Changes in \pkg{pomp} version 1.13.2}{
4+
\itemize{
5+
\item Upgrade license to GPL version 3.
6+
}
7+
}
38
\section{Changes in \pkg{pomp} version 1.13.1}{
49
\itemize{
510
\item Fix buffer-flow problem identified by \code{valgrind}.

0 commit comments

Comments
 (0)