summaryrefslogtreecommitdiff
path: root/src/saml2
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2011-05-30 21:31:51 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2011-05-30 21:31:51 +0200
commit460e96bd94ee9387e183500d50baf32558834151 (patch)
tree98fa6511acf34275e03e5a5cbd230c25e47035af /src/saml2
parente8e52aff062bdeb3f6355c92f78087cfbb9c4172 (diff)
downloadpysaml2-460e96bd94ee9387e183500d50baf32558834151.tar.gz
Updating copyright dates
Diffstat (limited to 'src/saml2')
-rw-r--r--src/saml2/assertion.py2
-rw-r--r--src/saml2/attribute_converter.py2
-rw-r--r--src/saml2/attribute_resolver.py2
-rw-r--r--src/saml2/binding.py2
-rw-r--r--src/saml2/client.py2
-rw-r--r--src/saml2/ecp.py2
-rw-r--r--src/saml2/metadata.py2
-rw-r--r--src/saml2/response.py2
-rw-r--r--src/saml2/server.py2
-rw-r--r--src/saml2/sigver.py2
-rw-r--r--src/saml2/soap.py2
-rw-r--r--src/saml2/time_util.py5
12 files changed, 14 insertions, 13 deletions
diff --git a/src/saml2/assertion.py b/src/saml2/assertion.py
index 995327eb..14e72421 100644
--- a/src/saml2/assertion.py
+++ b/src/saml2/assertion.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2010 Umeå University
+# Copyright (C) 2010-2011 Umeå University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/src/saml2/attribute_converter.py b/src/saml2/attribute_converter.py
index 2a3cbe5c..5c32f3c0 100644
--- a/src/saml2/attribute_converter.py
+++ b/src/saml2/attribute_converter.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2011 Umeå University
+# Copyright (C) s2010-2011 Umeå University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/src/saml2/attribute_resolver.py b/src/saml2/attribute_resolver.py
index fbb28545..33edce3b 100644
--- a/src/saml2/attribute_resolver.py
+++ b/src/saml2/attribute_resolver.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2009 Umeå University
+# Copyright (C) 2009-2011 Umeå University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/src/saml2/binding.py b/src/saml2/binding.py
index c753fe61..df4e91b5 100644
--- a/src/saml2/binding.py
+++ b/src/saml2/binding.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2010 Umeå University
+# Copyright (C) 2010-2011 Umeå University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/src/saml2/client.py b/src/saml2/client.py
index 568214f6..7da5adf2 100644
--- a/src/saml2/client.py
+++ b/src/saml2/client.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2009 Umeå University
+# Copyright (C) 2009-2011 Umeå University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/src/saml2/ecp.py b/src/saml2/ecp.py
index 45656a6c..d3b30a6b 100644
--- a/src/saml2/ecp.py
+++ b/src/saml2/ecp.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2010 Umeå University
+# Copyright (C) 2010-2011 Umeå University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/src/saml2/metadata.py b/src/saml2/metadata.py
index faf9a46a..361ac9df 100644
--- a/src/saml2/metadata.py
+++ b/src/saml2/metadata.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2009 Umeå University
+# Copyright (C) 2009-2011 Umeå University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/src/saml2/response.py b/src/saml2/response.py
index 26085212..31fa4568 100644
--- a/src/saml2/response.py
+++ b/src/saml2/response.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2010 Umeå University
+# Copyright (C) 2010-2011 Umeå University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/src/saml2/server.py b/src/saml2/server.py
index 1a55a620..8b6aca02 100644
--- a/src/saml2/server.py
+++ b/src/saml2/server.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2009 Umeå University
+# Copyright (C) 2009-2011 Umeå University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/src/saml2/sigver.py b/src/saml2/sigver.py
index d1d0d78c..5f97c878 100644
--- a/src/saml2/sigver.py
+++ b/src/saml2/sigver.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2009 Umeå University
+# Copyright (C) 2009-2011 Umeå University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/src/saml2/soap.py b/src/saml2/soap.py
index 3b846fcf..070dd87f 100644
--- a/src/saml2/soap.py
+++ b/src/saml2/soap.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2009 Umeå University
+# Copyright (C) 2009-2011 Umeå University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/src/saml2/time_util.py b/src/saml2/time_util.py
index 55bf30f0..5384ffb1 100644
--- a/src/saml2/time_util.py
+++ b/src/saml2/time_util.py
@@ -1,8 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2006 Google Inc.
-# Copyright (C) 2009 Umeå University
+# Copyright (C) 2009-2011 Umeå University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,6 +22,8 @@ different types of information.
import calendar
import re
import time
+import sys
+
from datetime import timedelta
from datetime import datetime