summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2008-12-09 15:23:49 +0000
committerTony Garnock-Jones <tonyg@lshift.net>2008-12-09 15:23:49 +0000
commit577e89faf9c2ef9d54176f128fbd9ed67bf2d087 (patch)
tree65567c7fe531cfd0a4903b79204b992817099024
parenta1d6826561cf181988838d2d7cfee3ee4aaf88fc (diff)
downloadrabbitmq-codegen-577e89faf9c2ef9d54176f128fbd9ed67bf2d087.tar.gz
Another tweak.
-rw-r--r--LICENSE-MPL-RabbitMQ23
-rw-r--r--amqp_codegen.py15
2 files changed, 22 insertions, 16 deletions
diff --git a/LICENSE-MPL-RabbitMQ b/LICENSE-MPL-RabbitMQ
index 05196b4..2d0a7b1 100644
--- a/LICENSE-MPL-RabbitMQ
+++ b/LICENSE-MPL-RabbitMQ
@@ -446,16 +446,19 @@ EXHIBIT A -Mozilla Public License.
The Original Code is RabbitMQ.
- The Initial Developers of the Original Code are LShift Ltd.,
- Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.
-
- Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd.,
- Cohesive Financial Technologies LLC., and Rabbit Technologies
- Ltd. are Copyright (C) 2007-2008 LShift Ltd., Cohesive Financial
- Technologies LLC., and Rabbit Technologies Ltd.;
-
- Portions created at or after 22-Nov-2008 00:00:00 GMT are
- copyrighted by their respective authors.
+ The Initial Developers of the Original Code are LShift Ltd,
+ Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
+
+ Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
+ Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
+ are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
+ Technologies LLC, and Rabbit Technologies Ltd.
+
+ Portions created by LShift Ltd are Copyright (C) 2007-2009 LShift
+ Ltd. Portions created by Cohesive Financial Technologies LLC are
+ Copyright (C) 2007-2009 Cohesive Financial Technologies
+ LLC. Portions created by Rabbit Technologies Ltd are Copyright
+ (C) 2007-2009 Rabbit Technologies Ltd.
All Rights Reserved.
diff --git a/amqp_codegen.py b/amqp_codegen.py
index a10a151..13a0ab8 100644
--- a/amqp_codegen.py
+++ b/amqp_codegen.py
@@ -13,13 +13,16 @@
## The Initial Developers of the Original Code are LShift Ltd.,
## Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.
##
-## Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd.,
-## Cohesive Financial Technologies LLC., and Rabbit Technologies
-## Ltd. are Copyright (C) 2007-2008 LShift Ltd., Cohesive Financial
-## Technologies LLC., and Rabbit Technologies Ltd.;
+## Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
+## Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
+## are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
+## Technologies LLC, and Rabbit Technologies Ltd.
##
-## Portions created at or after 22-Nov-2008 00:00:00 GMT are
-## copyrighted by their respective authors.
+## Portions created by LShift Ltd are Copyright (C) 2007-2009 LShift
+## Ltd. Portions created by Cohesive Financial Technologies LLC are
+## Copyright (C) 2007-2009 Cohesive Financial Technologies
+## LLC. Portions created by Rabbit Technologies Ltd are Copyright
+## (C) 2007-2009 Rabbit Technologies Ltd.
##
## All Rights Reserved.
##