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 --- gsearchtool/Makefile.am | 15 +++++++++++++++ gsearchtool/data/Makefile.am | 15 +++++++++++++++ gsearchtool/help/Makefile.am | 15 +++++++++++++++ gsearchtool/libmateui-deprecated/Makefile.am | 15 +++++++++++++++ gsearchtool/src/Makefile.am | 15 +++++++++++++++ 5 files changed, 75 insertions(+) (limited to 'gsearchtool') diff --git a/gsearchtool/Makefile.am b/gsearchtool/Makefile.am index 233abb04..263a3523 100644 --- a/gsearchtool/Makefile.am +++ b/gsearchtool/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 = data help mate-submodules libmateui-deprecated src -include $(top_srcdir)/git.mk diff --git a/gsearchtool/data/Makefile.am b/gsearchtool/data/Makefile.am index 74e6748e..a3afbba0 100644 --- a/gsearchtool/data/Makefile.am +++ b/gsearchtool/data/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 . + icondir = $(datadir)/pixmaps/mate-search-tool icon_DATA = thumbnail_frame.png diff --git a/gsearchtool/help/Makefile.am b/gsearchtool/help/Makefile.am index a64e0fa9..52a93666 100644 --- a/gsearchtool/help/Makefile.am +++ b/gsearchtool/help/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 . + @YELP_HELP_RULES@ HELP_ID = mate-search-tool diff --git a/gsearchtool/libmateui-deprecated/Makefile.am b/gsearchtool/libmateui-deprecated/Makefile.am index 60b58c17..72d4d468 100644 --- a/gsearchtool/libmateui-deprecated/Makefile.am +++ b/gsearchtool/libmateui-deprecated/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 . + noinst_LTLIBRARIES = libmateui-deprecated.la libmateui_deprecated_la_CFLAGS = \ diff --git a/gsearchtool/src/Makefile.am b/gsearchtool/src/Makefile.am index b116e73a..393d535d 100644 --- a/gsearchtool/src/Makefile.am +++ b/gsearchtool/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 . + NULL = AM_CPPFLAGS = \ -- cgit v1.2.1