From: Salvatore Orlando Date: Fri, 20 Nov 2015 17:52:16 +0000 (-0800) Subject: Remove misplaced copyright attribution X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e6672fda490ee1a51e7e2c719d3878bec245f1a2;p=openstack-build%2Fneutron-build.git Remove misplaced copyright attribution the module neutron.api.extension has a copyright attribute to a user who never contributed a line to this module. It was probably copied over in the initial commit for the module. This commit is probably quite pointless; however it removes a little oddity and does no harm to anyone. Change-Id: I985bf2cb0538a795464dfe783108f218f821d762 --- diff --git a/neutron/api/extensions.py b/neutron/api/extensions.py index f5fb29b2e..61fb7cf8e 100644 --- a/neutron/api/extensions.py +++ b/neutron/api/extensions.py @@ -1,5 +1,4 @@ # Copyright 2011 OpenStack Foundation. -# Copyright 2011 Justin Santa Barbara # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may