Update copyright (year 2020)
This commit is contained in:
parent
59bbb446bd
commit
c1bbb9969c
|
@ -447,7 +447,7 @@ EXHIBIT A -Mozilla Public License.
|
|||
The Original Code is RabbitMQ.
|
||||
|
||||
The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.''
|
||||
Copyright (c) 2007-2020 VMware, Inc. or its affiliates. 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
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"minor-version": 0,
|
||||
"port": 5672,
|
||||
"copyright": [
|
||||
"Copyright (C) 2008-2016 Pivotal Software, Inc, Inc.\n",
|
||||
"Copyright (C) 2008-2020 VMware, Inc. or its affiliates.\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",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"revision": 1,
|
||||
"port": 5672,
|
||||
"copyright": [
|
||||
"Copyright (C) 2008-2019 Pivotal Software, Inc, Inc.\n",
|
||||
"Copyright (C) 2008-2020 VMware, Inc. or its affiliates.\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",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
## The Original Code is RabbitMQ.
|
||||
##
|
||||
## The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
## Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
|
||||
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
##
|
||||
|
||||
from __future__ import nested_scopes, print_function
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"hence you are strongly discouraged from building clients ",
|
||||
"which use it."],
|
||||
"copyright": [
|
||||
"Copyright (C) 2008-2016 Pivotal Software, Inc, Inc.\n",
|
||||
"Copyright (C) 2008-2020 VMware, Inc. or its affiliates.\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",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"extension": {
|
||||
"name": "demo",
|
||||
"version": "1.0",
|
||||
"copyright": "Copyright (C) 2009-2013 GoPivotal, Inc."
|
||||
"copyright": "Copyright (C) 2009-2020 VMware, Inc. or its affiliates."
|
||||
},
|
||||
"domains": [
|
||||
["foo-domain", "shortstr"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
The files amqp-rabbitmq-0.8.json and amqp-rabbitmq-0.9.1.json are
|
||||
"Copyright (C) 2008-2016 Pivotal Software, Inc", Inc. and are covered by the MIT
|
||||
"Copyright (C) 2008-2020 VMware, Inc. or its affiliates. and are covered by the MIT
|
||||
license.
|
||||
|
||||
|
|
Loading…
Reference in New Issue