changeset 124:2191111a1cad

Maint: add copyright notice
author gedeone-octave <marcovass89@hotmail.it>
date Mon, 02 Sep 2013 23:51:28 +0200
parents 31fb4c16dcb0
children a80ac536c78a
files inst/generate_fs.m inst/generate_fun.m inst/generate_lhs.m inst/generate_makefile.m inst/generate_rhs.m
diffstat 5 files changed, 90 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/inst/generate_fs.m	Mon Sep 02 23:00:05 2013 +0200
+++ b/inst/generate_fs.m	Mon Sep 02 23:51:28 2013 +0200
@@ -1,4 +1,22 @@
+## 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 -*-
+## function for internal usage only
+## @end deftypefn
 function output = generate_fs (ufl_name)
 
 STRING ="\n\
--- a/inst/generate_fun.m	Mon Sep 02 23:00:05 2013 +0200
+++ b/inst/generate_fun.m	Mon Sep 02 23:51:28 2013 +0200
@@ -1,4 +1,22 @@
+## 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 -*-
+## function for internal usage only
+## @end deftypefn
 function output = generate_fun (ufl_name)
 
 STRING ="\n\
--- a/inst/generate_lhs.m	Mon Sep 02 23:00:05 2013 +0200
+++ b/inst/generate_lhs.m	Mon Sep 02 23:51:28 2013 +0200
@@ -1,4 +1,22 @@
+## 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 -*-
+## function for internal usage only
+## @end deftypefn
 function output = generate_lhs (ufl_name)
 
 STRING ="\n\
--- a/inst/generate_makefile.m	Mon Sep 02 23:00:05 2013 +0200
+++ b/inst/generate_makefile.m	Mon Sep 02 23:51:28 2013 +0200
@@ -1,4 +1,22 @@
+## 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 -*-
+## function for internal usage only
+## @end deftypefn
 function output = generate_makefile (ufl_name, path)
 
 STRING ="\n\
--- a/inst/generate_rhs.m	Mon Sep 02 23:00:05 2013 +0200
+++ b/inst/generate_rhs.m	Mon Sep 02 23:51:28 2013 +0200
@@ -1,4 +1,22 @@
+## 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 -*-
+## function for internal usage only
+## @end deftypefn
 function output = generate_rhs (ufl_name)
 
 STRING ="\n\