[Python-modules-commits] [python-pysolar] 17/42: Add GPLv3 to rest.py, remove silly copyright years
Wolfgang Borgert
debacle at moszumanska.debian.org
Fri Oct 3 23:37:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag 0.6
in repository python-pysolar.
commit f3716a1fe30a9a4666f64ef74c2417f20b11d12c
Author: Brandon Stafford <brandon at pingswept.org>
Date: Sun Mar 30 10:01:11 2014 -0400
Add GPLv3 to rest.py, remove silly copyright years
---
Pysolar/constants.py | 2 +-
Pysolar/julian.py | 2 +-
Pysolar/query_usno.py | 2 +-
Pysolar/radiation.py | 2 +-
Pysolar/rest.py | 19 +++++++++++++++++++
Pysolar/simulate.py | 2 +-
Pysolar/solar.py | 2 +-
Pysolar/testsolar.py | 2 +-
Pysolar/util.py | 2 +-
9 files changed, 27 insertions(+), 8 deletions(-)
diff --git a/Pysolar/constants.py b/Pysolar/constants.py
index bf09745..49c1f25 100644
--- a/Pysolar/constants.py
+++ b/Pysolar/constants.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
-# Copyright 2008-2010 Brandon Stafford
+# Copyright Brandon Stafford
#
# This file is part of Pysolar.
#
diff --git a/Pysolar/julian.py b/Pysolar/julian.py
index 4e072a0..a668687 100644
--- a/Pysolar/julian.py
+++ b/Pysolar/julian.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
-# Copyright 2008-2010 Brandon Stafford
+# Copyright Brandon Stafford
#
# This file is part of Pysolar.
#
diff --git a/Pysolar/query_usno.py b/Pysolar/query_usno.py
index fd161e2..2906268 100644
--- a/Pysolar/query_usno.py
+++ b/Pysolar/query_usno.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
-# Copyright 2007-2010 Brandon Stafford
+# Copyright Brandon Stafford
#
# This file is part of Pysolar.
#
diff --git a/Pysolar/radiation.py b/Pysolar/radiation.py
index 8a9fae4..b9616e0 100644
--- a/Pysolar/radiation.py
+++ b/Pysolar/radiation.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
-# Copyright 2008-2010 Brandon Stafford
+# Copyright Brandon Stafford
#
# This file is part of Pysolar.
#
diff --git a/Pysolar/rest.py b/Pysolar/rest.py
index cce9c5b..9fb1ae9 100644
--- a/Pysolar/rest.py
+++ b/Pysolar/rest.py
@@ -1,3 +1,22 @@
+#!/usr/bin/python
+
+# Copyright Brandon Stafford
+#
+# This file is part of Pysolar.
+#
+# Pysolar 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 3 of the License, or
+# (at your option) any later version.
+#
+# Pysolar 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 Pysolar. If not, see <http://www.gnu.org/licenses/>.
+
from collections import defaultdict
nestable_dict = lambda: defaultdict(nestable_dict)
diff --git a/Pysolar/simulate.py b/Pysolar/simulate.py
index 084d64d..d6e85af 100644
--- a/Pysolar/simulate.py
+++ b/Pysolar/simulate.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
-# Copyright 2007-2010 Brandon Stafford
+# Copyright Brandon Stafford
#
# This file is part of Pysolar.
#
diff --git a/Pysolar/solar.py b/Pysolar/solar.py
index cfaf4de..2235704 100644
--- a/Pysolar/solar.py
+++ b/Pysolar/solar.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
-# Copyright 2007-2010 Brandon Stafford
+# Copyright Brandon Stafford
#
# This file is part of Pysolar.
#
diff --git a/Pysolar/testsolar.py b/Pysolar/testsolar.py
index ef42516..05a3bb7 100644
--- a/Pysolar/testsolar.py
+++ b/Pysolar/testsolar.py
@@ -2,7 +2,7 @@
# Library for calculating location of the sun
-# Copyright 2007 Brandon Stafford
+# Copyright Brandon Stafford
#
# This file is part of Pysolar.
#
diff --git a/Pysolar/util.py b/Pysolar/util.py
index aa1f7f0..8598bb0 100644
--- a/Pysolar/util.py
+++ b/Pysolar/util.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
-# Copyright 2009-2010 Brandon Stafford
+# Copyright Brandon Stafford
#
# This file is part of Pysolar.
#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git
More information about the Python-modules-commits
mailing list