On Mon, Aug 08, 2011 at 10:56:38AM -0700, Ben Pfaff wrote: > index 4781f83..b61489e 100755 > --- a/debian/openvswitch-controller.init > +++ b/debian/openvswitch-controller.init > @@ -1,6 +1,6 @@ > #!/bin/sh > # > -# Copyright (c) 2007, 2009 Javier Fernandez-Sanguino <[email protected]> > +# Copyright (c) 2007, 2009, 2011 Javier Fernandez-Sanguino <[email protected]> > # > # This is free software; you may redistribute it and/or modify > # it under the terms of the GNU General Public License as
Oops, that's obviously not what we want. I changed this hunk to: @@ -1,5 +1,6 @@ #!/bin/sh # +# Copyright (c) 2011 Nicira Networks Inc. # Copyright (c) 2007, 2009 Javier Fernandez-Sanguino <[email protected]> # # This is free software; you may redistribute it and/or modify _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
