Skip to content

Commit

Permalink
Change license from GPLv2 to MPLv2
Browse files Browse the repository at this point in the history
  • Loading branch information
gablank committed Sep 17, 2014
1 parent 7f4c1e0 commit 30fc8d9
Show file tree
Hide file tree
Showing 22 changed files with 308 additions and 656 deletions.
17 changes: 4 additions & 13 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
# This file is part of the Multivariate Splines library.
# Copyright (C) 2012 Bjarne Grimstad ([email protected])
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.


project(multivariate-splines)
cmake_minimum_required(VERSION 2.8)
Expand Down
519 changes: 180 additions & 339 deletions LICENSE

Large diffs are not rendered by default.

22 changes: 6 additions & 16 deletions include/basis.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
This file is part of the Multivariate Splines library.
Copyright (C) 2012 Bjarne Grimstad ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* This file is part of the Multivariate Splines library.
* Copyright (C) 2012 Bjarne Grimstad ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/


Expand Down
22 changes: 6 additions & 16 deletions include/basis1d.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
This file is part of the Multivariate Splines library.
Copyright (C) 2012 Bjarne Grimstad ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* This file is part of the Multivariate Splines library.
* Copyright (C) 2012 Bjarne Grimstad ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/


Expand Down
22 changes: 6 additions & 16 deletions include/bspline.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
This file is part of the Multivariate Splines library.
Copyright (C) 2012 Bjarne Grimstad ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* This file is part of the Multivariate Splines library.
* Copyright (C) 2012 Bjarne Grimstad ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/


Expand Down
22 changes: 6 additions & 16 deletions include/datasample.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
This file is part of the Multivariate Splines library.
Copyright (C) 2012 Bjarne Grimstad ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* This file is part of the Multivariate Splines library.
* Copyright (C) 2012 Bjarne Grimstad ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/


Expand Down
22 changes: 6 additions & 16 deletions include/datatable.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
This file is part of the Multivariate Splines library.
Copyright (C) 2012 Bjarne Grimstad ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* This file is part of the Multivariate Splines library.
* Copyright (C) 2012 Bjarne Grimstad ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/


Expand Down
22 changes: 6 additions & 16 deletions include/generaldefinitions.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
This file is part of the Multivariate Splines library.
Copyright (C) 2012 Bjarne Grimstad ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* This file is part of the Multivariate Splines library.
* Copyright (C) 2012 Bjarne Grimstad ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/


Expand Down
22 changes: 6 additions & 16 deletions include/linearsolvers.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
This file is part of the Multivariate Splines library.
Copyright (C) 2012 Bjarne Grimstad ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* This file is part of the Multivariate Splines library.
* Copyright (C) 2012 Bjarne Grimstad ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/


Expand Down
22 changes: 6 additions & 16 deletions include/mykroneckerproduct.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
This file is part of the Multivariate Splines library.
Copyright (C) 2012 Bjarne Grimstad ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* This file is part of the Multivariate Splines library.
* Copyright (C) 2012 Bjarne Grimstad ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/


Expand Down
22 changes: 6 additions & 16 deletions include/pspline.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
This file is part of the Multivariate Splines library.
Copyright (C) 2012 Bjarne Grimstad ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* This file is part of the Multivariate Splines library.
* Copyright (C) 2012 Bjarne Grimstad ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/


Expand Down
22 changes: 6 additions & 16 deletions include/rbfspline.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
This file is part of the Multivariate Splines library.
Copyright (C) 2012 Bjarne Grimstad ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* This file is part of the Multivariate Splines library.
* Copyright (C) 2012 Bjarne Grimstad ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/


Expand Down
22 changes: 6 additions & 16 deletions include/spline.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
This file is part of the Multivariate Splines library.
Copyright (C) 2012 Bjarne Grimstad ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* This file is part of the Multivariate Splines library.
* Copyright (C) 2012 Bjarne Grimstad ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/


Expand Down
22 changes: 6 additions & 16 deletions src/basis.cpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
This file is part of the Multivariate Splines library.
Copyright (C) 2012 Bjarne Grimstad ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* This file is part of the Multivariate Splines library.
* Copyright (C) 2012 Bjarne Grimstad ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/


Expand Down
22 changes: 6 additions & 16 deletions src/basis1d.cpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
This file is part of the Multivariate Splines library.
Copyright (C) 2012 Bjarne Grimstad ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* This file is part of the Multivariate Splines library.
* Copyright (C) 2012 Bjarne Grimstad ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/


Expand Down
Loading

0 comments on commit 30fc8d9

Please sign in to comment.