From c37a23cc3a6ee35c525d7c548ad7b27e7a73048a Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 28 Nov 2020 09:49:14 +0100 Subject: Add legal notice in Makefile.am files --- logview/src/Makefile.am | 15 +++++++++++++++ logview/src/tests/Makefile.am | 15 +++++++++++++++ 2 files changed, 30 insertions(+) (limited to 'logview/src') diff --git a/logview/src/Makefile.am b/logview/src/Makefile.am index ec90546f..309939d1 100644 --- a/logview/src/Makefile.am +++ b/logview/src/Makefile.am @@ -1,3 +1,18 @@ +# This file is part of MATE Utils. +# +# MATE Utils 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. +# +# MATE Utils 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 MATE Utils. If not, see . + SUBDIRS = tests AM_CPPFLAGS = \ diff --git a/logview/src/tests/Makefile.am b/logview/src/tests/Makefile.am index 3536728c..a3def4fd 100644 --- a/logview/src/tests/Makefile.am +++ b/logview/src/tests/Makefile.am @@ -1,3 +1,18 @@ +# This file is part of MATE Utils. +# +# MATE Utils 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. +# +# MATE Utils 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 MATE Utils. If not, see . + AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ $(GIO_CFLAGS) \ -- cgit v1.2.1