[debian-edu-commits] debian-edu/ 02/07: shutdown-at-night, wakeupclients: Add copyright header to files.

Mike Gabriel sunweaver at debian.org
Wed Oct 14 11:15:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository shutdown-at-night.

commit 0ea953fdfacf29ba32859475aad1e2c1228cfebb
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Oct 14 13:01:17 2015 +0200

    shutdown-at-night, wakeupclients: Add copyright header to files.
---
 debian/changelog  |  1 +
 shutdown-at-night | 17 +++++++++++++++++
 wakeupclients     | 16 ++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6844a27..af02b7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ shutdown-at-night (0.16) UNRELEASED; urgency=medium
     for feedback.
   * debian/control:
     + Bump Standards: to 3.9.6. No changes needed.
+  * shutdown-at-night, wakeupclients: Add copyright header to files.
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Tue, 02 Jun 2015 22:25:43 +0200
 
diff --git a/shutdown-at-night b/shutdown-at-night
index ae86293..63ee7e4 100755
--- a/shutdown-at-night
+++ b/shutdown-at-night
@@ -1,4 +1,21 @@
 #!/bin/bash
+
+# Copyright (C) 2008-2015 Petter Reinholdtsen <pere at hungry.com>
+#
+# This program 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.
+#
+# This program 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 this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
 # Using /bin/bash and not /bin/sh to get a shell with support for random number
 # generation.
 #
diff --git a/wakeupclients b/wakeupclients
index ad4391f..b70af88 100755
--- a/wakeupclients
+++ b/wakeupclients
@@ -1,5 +1,21 @@
 #!/usr/bin/perl
 
+# Copyright (C) 2008-2015 Petter Reinholdtsen <pere at hungry.com>
+#
+# This program 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.
+#
+# This program 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 this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
 use strict;
 use warnings;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/shutdown-at-night.git



More information about the debian-edu-commits mailing list