# HG changeset patch # User Eugenio Gianniti # Date 1403951462 -7200 # Node ID e348b84ecb70719a4e48858808943799aa742106 # Parent 3a0590e19bf7c15815728ed390824ed2144d2b17 Add copyright notice to build system files diff -r 3a0590e19bf7 -r e348b84ecb70 src/Makefile.in --- a/src/Makefile.in Sat Jun 28 12:27:45 2014 +0200 +++ b/src/Makefile.in Sat Jun 28 12:31:02 2014 +0200 @@ -1,3 +1,19 @@ +## Copyright (C) 2013 Marco Vassallo +## Copyright (C) 2014 Eugenio Gianniti +## +## 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 3 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 . + MKOCTFILE ?= mkoctfile FFC ?= ffc diff -r 3a0590e19bf7 -r e348b84ecb70 src/configure.ac --- a/src/configure.ac Sat Jun 28 12:27:45 2014 +0200 +++ b/src/configure.ac Sat Jun 28 12:31:02 2014 +0200 @@ -1,3 +1,19 @@ +## Copyright (C) 2013 Marco Vassallo +## Copyright (C) 2014 Eugenio Gianniti +## +## 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 3 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 . + AC_PREREQ([2.67]) AC_INIT([Fem-fenics Package], [0.0.1])