diff options
author | Rob Crittenden <rcritten@redhat.com> | 2015-05-07 22:40:19 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2015-05-08 10:49:25 -0400 |
commit | 4817bb13610e44ddefbb0f0c88643f0263d7d2d9 (patch) | |
tree | a86d3fa53aacafc32ba3a54321f7f71d49dc98e3 /ipsilon/rest | |
parent | abcefb0f2eece549371f951b58144188d2ac9307 (diff) | |
download | ipsilon.git-copyright.tar.gz ipsilon.git-copyright.tar.xz ipsilon.git-copyright.zip |
Update Copyright header point to COPYING filecopyright
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>
Diffstat (limited to 'ipsilon/rest')
-rw-r--r-- | ipsilon/rest/common.py | 2 | ||||
-rw-r--r-- | ipsilon/rest/providers.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ipsilon/rest/common.py b/ipsilon/rest/common.py index 904545c..447dd7c 100644 --- a/ipsilon/rest/common.py +++ b/ipsilon/rest/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Ipsilon Contributors see COPYING for license +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING import cherrypy import json diff --git a/ipsilon/rest/providers.py b/ipsilon/rest/providers.py index b32efc5..37f7b16 100644 --- a/ipsilon/rest/providers.py +++ b/ipsilon/rest/providers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Ipsilon Contributors see COPYING for license +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING from ipsilon.rest.common import RestPlugins from ipsilon.providers.common import FACILITY |