summaryrefslogtreecommitdiff
path: root/mate-screenshot
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-11-28 09:49:14 +0100
committerraveit65 <[email protected]>2020-12-07 11:11:59 +0100
commitc37a23cc3a6ee35c525d7c548ad7b27e7a73048a (patch)
treef71fa6b7716b8a6557d2e19f376043f552f8035f /mate-screenshot
parentc32d63f3386e84dba031d2947f2cb1d01af6b0c4 (diff)
downloadmate-utils-c37a23cc3a6ee35c525d7c548ad7b27e7a73048a.tar.bz2
mate-utils-c37a23cc3a6ee35c525d7c548ad7b27e7a73048a.tar.xz
Add legal notice in Makefile.am files
Diffstat (limited to 'mate-screenshot')
-rw-r--r--mate-screenshot/Makefile.am15
-rw-r--r--mate-screenshot/data/Makefile.am15
-rw-r--r--mate-screenshot/src/Makefile.am15
3 files changed, 45 insertions, 0 deletions
diff --git a/mate-screenshot/Makefile.am b/mate-screenshot/Makefile.am
index 5d55ad08..da02ca28 100644
--- a/mate-screenshot/Makefile.am
+++ b/mate-screenshot/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/>.
+
SUBDIRS = data src
-include $(top_srcdir)/git.mk
diff --git a/mate-screenshot/data/Makefile.am b/mate-screenshot/data/Makefile.am
index b713dc6f..d5603539 100644
--- a/mate-screenshot/data/Makefile.am
+++ b/mate-screenshot/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 <https://www.gnu.org/licenses/>.
+
mate_screenshotdir = $(datadir)/applications
mate_screenshot_in_files = mate-screenshot.desktop.in
mate_screenshot_DATA = $(mate_screenshot_in_files:.desktop.in=.desktop)
diff --git a/mate-screenshot/src/Makefile.am b/mate-screenshot/src/Makefile.am
index c57f5537..dd7b46ef 100644
--- a/mate-screenshot/src/Makefile.am
+++ b/mate-screenshot/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 <https://www.gnu.org/licenses/>.
+
NULL =
AM_CPPFLAGS = \