From a434345db4f3586d2db8cf82b9285fcb249f12a0 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Tue, 13 Jun 2017 11:25:37 +0200 Subject: [PATCH] Restore copyright attribution from statusbot While ptgbot's bot.py didn't start out as a straight statusbot fork, it ended up borrowing most of its connection code, so original attribution should be preserved. Change-Id: I154e809a3f4155d14eccd3d8063f92821d6965d9 --- ptgbot/bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ptgbot/bot.py b/ptgbot/bot.py index 0deb4b3..0d6ffa4 100644 --- a/ptgbot/bot.py +++ b/ptgbot/bot.py @@ -1,6 +1,7 @@ #! /usr/bin/env python -# Copyright (c) 2017, Thierry Carrez +# Copyright 2011, 2013 OpenStack Foundation +# Copyright 2012 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.