changeset 148:f2193e825ad7

Maint: update copyright notice
author gedeone-octave <marcovass89@hotmail.it>
date Mon, 09 Sep 2013 23:37:35 +0200
parents 41c1811a6dd6
children a8fa1d276f35
files inst/BilinearForm.m inst/Constant.m inst/Functional.m inst/JacobianForm.m inst/LinearForm.m inst/import_ufl_BilinearForm.m inst/import_ufl_FunctionSpace.m inst/import_ufl_Functional.m inst/import_ufl_LinearForm.m inst/import_ufl_Problem.m
diffstat 10 files changed, 30 insertions(+), 39 deletions(-) [+]
line wrap: on
line diff
--- a/inst/BilinearForm.m	Mon Sep 09 23:21:53 2013 +0200
+++ b/inst/BilinearForm.m	Mon Sep 09 23:37:35 2013 +0200
@@ -1,19 +1,18 @@
 ## Copyright (C) 2013 Marco Vassallo
-
+##
 ## 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, see <http://www.gnu.org/licenses/>.
 
-
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {a} = BilinearForm (name, V, [coefficients])
 ## This function takes as input the name of the problem that you want to solve 
--- a/inst/Constant.m	Mon Sep 09 23:21:53 2013 +0200
+++ b/inst/Constant.m	Mon Sep 09 23:37:35 2013 +0200
@@ -1,19 +1,18 @@
 ## Copyright (C) 2013 Marco Vassallo
-
+##
 ## 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, see <http://www.gnu.org/licenses/>.
 
-
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {c} = Constant (name, value(s))
 ## This function take as input the name of the Constant that you want to create 
--- a/inst/Functional.m	Mon Sep 09 23:21:53 2013 +0200
+++ b/inst/Functional.m	Mon Sep 09 23:37:35 2013 +0200
@@ -1,19 +1,18 @@
 ## Copyright (C) 2013 Marco Vassallo
-
+##
 ## 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, see <http://www.gnu.org/licenses/>.
 
-
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {V} = ResidualForm (name, V, [coefficients])
 ## This function takes as input the name of the problem that you want to solve 
--- a/inst/JacobianForm.m	Mon Sep 09 23:21:53 2013 +0200
+++ b/inst/JacobianForm.m	Mon Sep 09 23:37:35 2013 +0200
@@ -1,19 +1,18 @@
 ## Copyright (C) 2013 Marco Vassallo
-
+##
 ## 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, see <http://www.gnu.org/licenses/>.
 
-
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {V} = JacobianForm (name, V, [coefficients])
 ## This function takes as input the name of the problem that you want to solve 
--- a/inst/LinearForm.m	Mon Sep 09 23:21:53 2013 +0200
+++ b/inst/LinearForm.m	Mon Sep 09 23:37:35 2013 +0200
@@ -1,19 +1,18 @@
 ## Copyright (C) 2013 Marco Vassallo
-
+##
 ## 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, see <http://www.gnu.org/licenses/>.
 
-
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {V} = ResidualForm (name, V, [coefficients])
 ## This function takes as input the name of the problem that you want to solve 
--- a/inst/import_ufl_BilinearForm.m	Mon Sep 09 23:21:53 2013 +0200
+++ b/inst/import_ufl_BilinearForm.m	Mon Sep 09 23:37:35 2013 +0200
@@ -1,19 +1,18 @@
 ## Copyright (C) 2013 Marco Vassallo
-
+##
 ## 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, see <http://www.gnu.org/licenses/>.
 
-
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} = import_ufl_BilinearForm (myproblem)
 ## This function takes as input the name of the .ufl file where 
--- a/inst/import_ufl_FunctionSpace.m	Mon Sep 09 23:21:53 2013 +0200
+++ b/inst/import_ufl_FunctionSpace.m	Mon Sep 09 23:37:35 2013 +0200
@@ -1,19 +1,18 @@
 ## Copyright (C) 2013 Marco Vassallo
-
+##
 ## 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, see <http://www.gnu.org/licenses/>.
 
-
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} = import_ufl_FunctionSpace (myproblem)
 ## This function takes as input the name of the .ufl file where 
--- a/inst/import_ufl_Functional.m	Mon Sep 09 23:21:53 2013 +0200
+++ b/inst/import_ufl_Functional.m	Mon Sep 09 23:37:35 2013 +0200
@@ -1,15 +1,15 @@
 ## Copyright (C) 2013 Marco Vassallo
-
+##
 ## 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, see <http://www.gnu.org/licenses/>.
 
--- a/inst/import_ufl_LinearForm.m	Mon Sep 09 23:21:53 2013 +0200
+++ b/inst/import_ufl_LinearForm.m	Mon Sep 09 23:37:35 2013 +0200
@@ -1,19 +1,18 @@
 ## Copyright (C) 2013 Marco Vassallo
-
+##
 ## 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, see <http://www.gnu.org/licenses/>.
 
-
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} = import_ufl_LinearForm (myproblem)
 ## This function takes as input the name of the .ufl file where 
--- a/inst/import_ufl_Problem.m	Mon Sep 09 23:21:53 2013 +0200
+++ b/inst/import_ufl_Problem.m	Mon Sep 09 23:37:35 2013 +0200
@@ -1,19 +1,18 @@
 ## Copyright (C) 2013 Marco Vassallo
-
+##
 ## 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, see <http://www.gnu.org/licenses/>.
 
-
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} = import_ufl_Problem (myproblem)
 ## This function take as input the name of the .ufl file where