diff options
author | Emile Joubert <emile@rabbitmq.com> | 2012-02-02 12:51:57 +0000 |
---|---|---|
committer | Emile Joubert <emile@rabbitmq.com> | 2012-02-02 12:51:57 +0000 |
commit | b617c3e4adf8f949c7da81af2beae9aa38a7c38e (patch) | |
tree | 6d8710c0601a291f137bd3e08eb32f3c66380cac | |
parent | 104197a1e3980dcf9ccc58625e0e3a4d85be16a7 (diff) | |
download | rabbitmq-codegen-git-b617c3e4adf8f949c7da81af2beae9aa38a7c38e.tar.gz |
Update copyright 2012
-rw-r--r-- | LICENSE-MPL-RabbitMQ | 2 | ||||
-rw-r--r-- | amqp-rabbitmq-0.8.json | 2 | ||||
-rw-r--r-- | amqp-rabbitmq-0.9.1.json | 2 | ||||
-rw-r--r-- | amqp_codegen.py | 2 | ||||
-rw-r--r-- | demo_extension.json | 2 | ||||
-rw-r--r-- | license_info | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/LICENSE-MPL-RabbitMQ b/LICENSE-MPL-RabbitMQ index 14bcc21d..d50e32ef 100644 --- a/LICENSE-MPL-RabbitMQ +++ b/LICENSE-MPL-RabbitMQ @@ -447,7 +447,7 @@ EXHIBIT A -Mozilla Public License. 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.'' [NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should diff --git a/amqp-rabbitmq-0.8.json b/amqp-rabbitmq-0.8.json index bb77302c..08f3066c 100644 --- a/amqp-rabbitmq-0.8.json +++ b/amqp-rabbitmq-0.8.json @@ -4,7 +4,7 @@ "minor-version": 0, "port": 5672, "copyright": [ - "Copyright (C) 2008-2011 VMware, Inc.\n", + "Copyright (C) 2008-2012 VMware, Inc.\n", "\n", "Permission is hereby granted, free of charge, to any person\n", "obtaining a copy of this file (the \"Software\"), to deal in the\n", diff --git a/amqp-rabbitmq-0.9.1.json b/amqp-rabbitmq-0.9.1.json index bd3b987c..9e6d55ef 100644 --- a/amqp-rabbitmq-0.9.1.json +++ b/amqp-rabbitmq-0.9.1.json @@ -5,7 +5,7 @@ "revision": 1, "port": 5672, "copyright": [ - "Copyright (C) 2008-2011 VMware, Inc.\n", + "Copyright (C) 2008-2012 VMware, Inc.\n", "\n", "Permission is hereby granted, free of charge, to any person\n", "obtaining a copy of this file (the \"Software\"), to deal in the\n", diff --git a/amqp_codegen.py b/amqp_codegen.py index 026715d3..54233506 100644 --- a/amqp_codegen.py +++ b/amqp_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 diff --git a/demo_extension.json b/demo_extension.json index 049ad7bc..eda18293 100644 --- a/demo_extension.json +++ b/demo_extension.json @@ -2,7 +2,7 @@ "extension": { "name": "demo", "version": "1.0", - "copyright": "Copyright (C) 2009-2011 VMware, Inc." + "copyright": "Copyright (C) 2009-2012 VMware, Inc." }, "domains": [ ["foo-domain", "shortstr"] diff --git a/license_info b/license_info index ccba7bbc..74a16029 100644 --- a/license_info +++ b/license_info @@ -1,4 +1,4 @@ The files amqp-rabbitmq-0.8.json and amqp-rabbitmq-0.9.1.json are -"Copyright (C) 2008-2011 VMware", Inc. and are covered by the MIT +"Copyright (C) 2008-2012 VMware", Inc. and are covered by the MIT license. |