diff options
Diffstat (limited to 'logview/src/tests')
-rw-r--r-- | logview/src/tests/Makefile.am | 15 | ||||
-rw-r--r-- | logview/src/tests/test-reader.c | 16 |
2 files changed, 31 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>. + AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ $(GIO_CFLAGS) \ diff --git a/logview/src/tests/test-reader.c b/logview/src/tests/test-reader.c index e4e9dd9d..9c174a1e 100644 --- a/logview/src/tests/test-reader.c +++ b/logview/src/tests/test-reader.c @@ -1,3 +1,19 @@ +/* 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 <https://www.gnu.org/licenses/>. + */ + #ifdef HAVE_CONFIG_H #include <config.h> #endif |