[gnome-power-manager] trivial: Remove copyright and licensing from Meson files



commit 501f339c03f9ec7125385da81ab399a3fc183ec1
Author: Richard Hughes <richard hughsie com>
Date:   Tue Dec 6 17:29:07 2016 +0000

    trivial: Remove copyright and licensing from Meson files
    
    They're not in the Makefile.am files, so we don't need them here either.

 data/appdata/meson.build       |    4 ----
 data/icons/hicolor/meson.build |    4 ----
 data/icons/meson.build         |    4 ----
 data/meson.build               |    4 ----
 man/meson.build                |    4 ----
 meson.build                    |    4 ----
 meson_post_install.sh          |    4 ----
 po/meson.build                 |    4 ----
 src/meson.build                |    4 ----
 9 files changed, 0 insertions(+), 36 deletions(-)
---
diff --git a/data/appdata/meson.build b/data/appdata/meson.build
index 4135bf6..45301e2 100644
--- a/data/appdata/meson.build
+++ b/data/appdata/meson.build
@@ -1,7 +1,3 @@
-# Copyright (C) 2016 Richard Hughes <richard hughsie com>
-#
-# Licensed under the GNU General Public License Version 2 or later
-
 i18n.merge_file(
   input: 'org.gnome.PowerStats.appdata.xml.in',
   output: 'org.gnome.PowerStats.appdata.xml',
diff --git a/data/icons/hicolor/meson.build b/data/icons/hicolor/meson.build
index 73269f4..214e02b 100644
--- a/data/icons/hicolor/meson.build
+++ b/data/icons/hicolor/meson.build
@@ -1,7 +1,3 @@
-# Copyright (C) 2016 Richard Hughes <richard hughsie com>
-#
-# Licensed under the GNU General Public License Version 2 or later
-
 install_data('16x16/org.gnome.PowerStats.png',
              install_dir : 'share/icons/hicolor/16x16/apps')
 install_data('22x22/org.gnome.PowerStats.png',
diff --git a/data/icons/meson.build b/data/icons/meson.build
index 3721dff..13ca713 100644
--- a/data/icons/meson.build
+++ b/data/icons/meson.build
@@ -1,5 +1 @@
-# Copyright (C) 2016 Richard Hughes <richard hughsie com>
-#
-# Licensed under the GNU General Public License Version 2 or later
-
 subdir('hicolor')
diff --git a/data/meson.build b/data/meson.build
index ef686a2..8a857a3 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,7 +1,3 @@
-# Copyright (C) 2016 Richard Hughes <richard hughsie com>
-#
-# Licensed under the GNU General Public License Version 2 or later
-
 subdir('appdata')
 subdir('icons')
 
diff --git a/man/meson.build b/man/meson.build
index 24c33e6..e97089d 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -1,7 +1,3 @@
-# Copyright (C) 2016 Richard Hughes <richard hughsie com>
-#
-# Licensed under the GNU General Public License Version 2 or later
-
 docbook2man = find_program('docbook2man', required : false)
 if docbook2man.found()
   custom_target('gnome-power-statistics-man',
diff --git a/meson.build b/meson.build
index ddccf4e..48bf3e7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,3 @@
-# Copyright (C) 2016 Richard Hughes <richard hughsie com>
-#
-# Licensed under the GNU General Public License Version 2 or later
-
 project('gnome-power-manager', 'c',
   version : '3.23.3',
   default_options : ['warning_level=1'],
diff --git a/meson_post_install.sh b/meson_post_install.sh
index 465156b..c523b15 100755
--- a/meson_post_install.sh
+++ b/meson_post_install.sh
@@ -1,8 +1,4 @@
 #!/bin/sh
-# Copyright (C) 2016 Richard Hughes <richard hughsie com>
-#
-# Licensed under the GNU General Public License Version 2 or later
-
 if [ -z $MESON_INSTALL_PREFIX ]; then
     echo 'This is meant to be ran from Meson only!'
     exit 1
diff --git a/po/meson.build b/po/meson.build
index 4ae4c19..964935b 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1,7 +1,3 @@
-# Copyright (C) 2016 Richard Hughes <richard hughsie com>
-#
-# Licensed under the GNU General Public License Version 2 or later
-
 i18n.gettext(meson.project_name(),
   preset : 'glib',
   args: [
diff --git a/src/meson.build b/src/meson.build
index 49fa9e3..17dde61 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,7 +1,3 @@
-# Copyright (C) 2016 Richard Hughes <richard hughsie com>
-#
-# Licensed under the GNU General Public License Version 2 or later
-
 cargs = ['-DG_LOG_DOMAIN="Gpm"']
 
 gnome_power_statistics_resources = gnome.compile_resources(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]