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 --- baobab/Makefile.am | 15 +++++++++++++++ baobab/data/Makefile.am | 15 +++++++++++++++ baobab/help/Makefile.am | 15 +++++++++++++++ baobab/pixmaps/Makefile.am | 15 +++++++++++++++ baobab/src/Makefile.am | 15 +++++++++++++++ 5 files changed, 75 insertions(+) (limited to 'baobab') diff --git a/baobab/Makefile.am b/baobab/Makefile.am index 4071ac23..cc9358a1 100644 --- a/baobab/Makefile.am +++ b/baobab/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 = src data pixmaps help EXTRA_DIST = AUTHORS README.md TODO diff --git a/baobab/data/Makefile.am b/baobab/data/Makefile.am index d09ddcf4..a5835007 100644 --- a/baobab/data/Makefile.am +++ b/baobab/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 . + baobabappdir = $(datadir)/applications baobabapp_in_files = mate-disk-usage-analyzer.desktop.in baobabapp_DATA = $(baobabapp_in_files:.desktop.in=.desktop) diff --git a/baobab/help/Makefile.am b/baobab/help/Makefile.am index e3776b82..feaefec0 100644 --- a/baobab/help/Makefile.am +++ b/baobab/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-disk-usage-analyzer diff --git a/baobab/pixmaps/Makefile.am b/baobab/pixmaps/Makefile.am index 22fd4331..18c9a64b 100644 --- a/baobab/pixmaps/Makefile.am +++ b/baobab/pixmaps/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 . + png_icons = \ hicolor_apps_16x16_mate-disk-usage-analyzer.png \ hicolor_apps_22x22_mate-disk-usage-analyzer.png \ diff --git a/baobab/src/Makefile.am b/baobab/src/Makefile.am index e0d56b23..aa50eaa0 100644 --- a/baobab/src/Makefile.am +++ b/baobab/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