summaryrefslogtreecommitdiff
path: root/src/pm-action
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-04-26 17:21:28 +0000
committerPeter Jones <pjones@redhat.com>2006-04-26 17:21:28 +0000
commit8e2395b91c02b0c028d7dd0cadbdfbce9c85faac (patch)
tree37bcc9e4fc696866b050c668d0804966bdf274af /src/pm-action
parent986eec6b464fae96773c412d957a10a788018639 (diff)
- add changelog and license stuff
Diffstat (limited to 'src/pm-action')
-rwxr-xr-xsrc/pm-action16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/pm-action b/src/pm-action
index 1fa0cc8..287b2ea 100755
--- a/src/pm-action
+++ b/src/pm-action
@@ -1,5 +1,5 @@
#!/bin/bash
-
+#
# Simple suspend script
#
# Copyright 2006 Red Hat, Inc.
@@ -8,6 +8,20 @@
# Bill Nottingham <notting@redhat.com>
# Peter Jones <pjones@redhat.com>
# David Zeuthen <davidz@redhat.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
# The rule here? Simplicity.