summaryrefslogtreecommitdiff
path: root/scripts/mails.py
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-02-11 12:04:29 +0530
committerMadhusudan.C.S2011-02-11 12:11:31 +0530
commit2ae70bc48ab4bf70e0230fad6f378a962c4dc4d0 (patch)
treea12febd5d36745f31ee65d0accdf85b5aeaa5df2 /scripts/mails.py
parentac67e9b63762956122c1cc6b49058a436bec238b (diff)
downloadpytask-2ae70bc48ab4bf70e0230fad6f378a962c4dc4d0.tar.gz
pytask-2ae70bc48ab4bf70e0230fad6f378a962c4dc4d0.tar.bz2
pytask-2ae70bc48ab4bf70e0230fad6f378a962c4dc4d0.zip
Add copyright notice to all the files.
Diffstat (limited to 'scripts/mails.py')
-rw-r--r--scripts/mails.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/scripts/mails.py b/scripts/mails.py
index e657bc2..c2044f0 100644
--- a/scripts/mails.py
+++ b/scripts/mails.py
@@ -1,3 +1,23 @@
+#!/usr/bin/env python
+#
+# Copyright 2011 Authors of PyTask.
+#
+# This file is part of PyTask.
+#
+# PyTask is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Affero General Public License as published
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# PyTask 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 PyTask. If not, see <http://www.gnu.org/licenses/>.
+
+
"""Helper script to send emails to the users.
"""