From 96e5568c65cd543afe17ac2e7ba2aa356d904f3a Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Tue, 30 Jun 2020 02:20:40 -0700 Subject: [PATCH] Remove license from squeak proto (#59) --- squeakserver/common/rpc/squeak_server.proto | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/squeakserver/common/rpc/squeak_server.proto b/squeakserver/common/rpc/squeak_server.proto index 9b38b878..457fdfaa 100644 --- a/squeakserver/common/rpc/squeak_server.proto +++ b/squeakserver/common/rpc/squeak_server.proto @@ -1,17 +1,3 @@ -// Copyright 2015 gRPC authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// 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. - syntax = "proto3"; option java_multiple_files = true;