From c5c908b10f8d62f5a748514e44d42eb6f9b1d3ed Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 4 Dec 2008 12:38:12 -0600 Subject: Add copyright and license header. --- loginfo-consumer | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/loginfo-consumer b/loginfo-consumer index e146711..cb6cbe7 100755 --- a/loginfo-consumer +++ b/loginfo-consumer @@ -1,6 +1,22 @@ #!/usr/bin/python # -*- mode: python; coding: utf-8 -*- +# Copyright © 2008 Jeffrey C. Ollie + +# This program 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. +# +# This program 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 this program. If not, see +# . + from qpid.util import connect from qpid.connection import Connection from qpid.datatypes import Message, RangedSet, uuid4 -- cgit