From b629976a61a799081d4938aaae87ee5edc8e0453 Mon Sep 17 00:00:00 2001 From: Emile Joubert Date: Wed, 23 Jan 2013 12:03:02 +0000 Subject: Update copyright 2013 --- codegen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'codegen.py') diff --git a/codegen.py b/codegen.py index 5624658b1b..bf6b70d569 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-2012 VMware, Inc. All rights reserved. +## Copyright (c) 2007-2013 VMware, Inc. All rights reserved. ## from __future__ import nested_scopes @@ -106,7 +106,7 @@ def printFileHeader(): %% The Original Code is RabbitMQ. %% %% The Initial Developer of the Original Code is VMware, Inc. -%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved. +%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved. %%""" def genErl(spec): -- cgit v1.2.1