summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2012-02-02 13:41:23 +0000
committerEmile Joubert <emile@rabbitmq.com>2012-02-02 13:41:23 +0000
commite9559c13ba475e6b75bf4fd0c32683750d4c0c01 (patch)
tree847d628f05376d5a1cb1a1791d06011dad35771e /codegen.py
parent9b6c99384e421f767d3b353ad9f0d793f3072d28 (diff)
downloadrabbitmq-server-git-e9559c13ba475e6b75bf4fd0c32683750d4c0c01.tar.gz
Update copyright 2012
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):