summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2012-02-06 15:33:49 +0000
committerEmile Joubert <emile@rabbitmq.com>2012-02-06 15:33:49 +0000
commitfeb304bfd384d0b6ed4286438b0d717f3c878d06 (patch)
treef4550bb5bf01380253caef5ec0c7f15cf23e0bd2 /codegen.py
parentb00bbc43f2b49cee2e286fff033c8f6238303008 (diff)
parentac839d16d0b951ce2dbf338a35aada910033e702 (diff)
downloadrabbitmq-server-git-feb304bfd384d0b6ed4286438b0d717f3c878d06.tar.gz
Merged bug24655 into default
Diffstat (limited to 'codegen.py')
-rw-r--r--codegen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/codegen.py b/codegen.py
index 494be73d68..9483e85438 100644
--- a/codegen.py
+++ b/codegen.py
@@ -11,7 +11,7 @@
## The Original Code is RabbitMQ.
##
## The Initial Developer of the Original Code is VMware, Inc.
-## Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
+## Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
##
from __future__ import nested_scopes
@@ -118,7 +118,7 @@ def printFileHeader():
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is VMware, Inc.
-%% Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
+%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
%%"""
def genErl(spec):