diff options
author | Alan Antonuk <aega@med.umich.edu> | 2012-04-12 11:04:16 -0400 |
---|---|---|
committer | Alan Antonuk <aega@med.umich.edu> | 2012-04-12 11:04:16 -0400 |
commit | 9bfb06a9f5cd5129f1a9fc4387beaba989fa1e3a (patch) | |
tree | c8d2da282fbb48834e1cf5d6c938cc665b8c4d34 /librabbitmq/codegen.py | |
parent | d5513af4fe3f6401ace372b52fa7b19500af5744 (diff) | |
parent | f2f515e6b660382cead61ba9ac3672d87d661600 (diff) | |
download | rabbitmq-c-github-ask-9bfb06a9f5cd5129f1a9fc4387beaba989fa1e3a.tar.gz |
Merge remote-tracking branch 'upstream/bug24606'
Diffstat (limited to 'librabbitmq/codegen.py')
-rw-r--r-- | librabbitmq/codegen.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librabbitmq/codegen.py b/librabbitmq/codegen.py index cc07bcb..3ba773e 100644 --- a/librabbitmq/codegen.py +++ b/librabbitmq/codegen.py @@ -14,7 +14,7 @@ # The Original Code is librabbitmq. # # The Initial Developer of the Original Code is VMware, Inc. -# Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc. +# Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. # # Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010 # VMware, Inc. and Tony Garnock-Jones. @@ -357,7 +357,7 @@ def genErl(spec): * The Original Code is librabbitmq. * * The Initial Developer of the Original Code is VMware, Inc. - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc. + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010 * VMware, Inc. and Tony Garnock-Jones. |