From 8ff813e6e0d4b91c066811c0fde689987a5b2827 Mon Sep 17 00:00:00 2001 From: Eric Vicenti Date: Fri, 24 Mar 2017 14:35:16 -0700 Subject: [PATCH] Fix license header on websocket_integration_test_server Reviewed By: hramos Differential Revision: D4770121 fbshipit-source-id: c05b45e8775cf3d05c8c9a6e87ab35a3bd032087 --- .../websocket_integration_test_server.js | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/IntegrationTests/websocket_integration_test_server.js b/IntegrationTests/websocket_integration_test_server.js index b96ee79d6..175c1db69 100755 --- a/IntegrationTests/websocket_integration_test_server.js +++ b/IntegrationTests/websocket_integration_test_server.js @@ -1,25 +1,13 @@ #!/usr/bin/env node /** - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * - * The examples provided by Facebook are for non-commercial testing and - * evaluation purposes only. - * - * Facebook reserves all rights not expressly granted. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL - * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN - * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * * @flow * @providesModule websocket_integration_test_server */