diff --git a/deps/rabbitmq_web_stomp_examples/LICENSE-APL2-Stomp-Websocket b/deps/rabbitmq_web_stomp_examples/LICENSE-APL2-Stomp-Websocket index 65ee1c1226..ef51da2b0e 100644 --- a/deps/rabbitmq_web_stomp_examples/LICENSE-APL2-Stomp-Websocket +++ b/deps/rabbitmq_web_stomp_examples/LICENSE-APL2-Stomp-Websocket @@ -199,4 +199,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. diff --git a/deps/rabbitmq_web_stomp_examples/LICENSE-MPL-RabbitMQ b/deps/rabbitmq_web_stomp_examples/LICENSE-MPL-RabbitMQ index 4cdf783b1d..549d0f1c19 100644 --- a/deps/rabbitmq_web_stomp_examples/LICENSE-MPL-RabbitMQ +++ b/deps/rabbitmq_web_stomp_examples/LICENSE-MPL-RabbitMQ @@ -446,8 +446,8 @@ EXHIBIT A -Mozilla Public License. The Original Code is RabbitMQ. - The Initial Developer of the Original Code is VMware, Inc. - Copyright (c) 2007-2013 VMware, Inc. All rights reserved.'' + The Initial Developer of the Original Code is GoPivotal, Inc. + Copyright (c) 2007-2013 GoPivotal, 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/deps/rabbitmq_web_stomp_examples/priv/main.css b/deps/rabbitmq_web_stomp_examples/priv/main.css index b81ce07127..a5cdcda152 100644 --- a/deps/rabbitmq_web_stomp_examples/priv/main.css +++ b/deps/rabbitmq_web_stomp_examples/priv/main.css @@ -35,4 +35,4 @@ ul.menu { ul.menu li { padding: 5px 0; -} \ No newline at end of file +} diff --git a/deps/rabbitmq_web_stomp_examples/src/rabbit_web_stomp_examples_app.erl b/deps/rabbitmq_web_stomp_examples/src/rabbit_web_stomp_examples_app.erl index e08ad5a2aa..27e60a3905 100644 --- a/deps/rabbitmq_web_stomp_examples/src/rabbit_web_stomp_examples_app.erl +++ b/deps/rabbitmq_web_stomp_examples/src/rabbit_web_stomp_examples_app.erl @@ -10,8 +10,8 @@ %% %% The Original Code is RabbitMQ. %% -%% The Initial Developer of the Original Code is VMware, Inc. -%% Copyright (c) 2012-2013 VMware, Inc. All rights reserved. +%% The Initial Developer of the Original Code is GoPivotal, Inc. +%% Copyright (c) 2012-2013 GoPivotal, Inc. All rights reserved. %% -module(rabbit_web_stomp_examples_app).