diff options
author | Rob Crittenden <rcritten@redhat.com> | 2015-05-07 22:40:19 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2015-05-08 11:00:48 -0400 |
commit | cfe24fa3dc15d87f3ace944a2d62a0f4c5ee496c (patch) | |
tree | 849e9f7be6139704ba5dde54e8ea7a95a2cab023 /ipsilon/providers/openidp.py | |
parent | 7a2a221318198717f9526ea521dc65cdf73b587d (diff) | |
download | ipsilon.git-cfe24fa3dc15d87f3ace944a2d62a0f4c5ee496c.tar.gz ipsilon.git-cfe24fa3dc15d87f3ace944a2d62a0f4c5ee496c.tar.xz ipsilon.git-cfe24fa3dc15d87f3ace944a2d62a0f4c5ee496c.zip |
Update Copyright header point to COPYING file
Point to a file containing the license rather than including
it in every single source file. This will make it easier to
manage the license in the future without another humongous
commit.
https://fedorahosted.org/ipsilon/ticket/126
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'ipsilon/providers/openidp.py')
-rw-r--r-- | ipsilon/providers/openidp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsilon/providers/openidp.py b/ipsilon/providers/openidp.py index 032c406..052ab43 100644 --- a/ipsilon/providers/openidp.py +++ b/ipsilon/providers/openidp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING +# Copyright (C) 2014 Ipsilon project Contributors, for license see COPYING from __future__ import absolute_import |