diff --git a/crosstests/google-java/src/test/kotlin/build/buf/connect/crosstest/CrossTest.kt b/crosstests/google-java/src/test/kotlin/build/buf/connect/crosstest/CrossTest.kt index 9992663a..a2eb1abf 100644 --- a/crosstests/google-java/src/test/kotlin/build/buf/connect/crosstest/CrossTest.kt +++ b/crosstests/google-java/src/test/kotlin/build/buf/connect/crosstest/CrossTest.kt @@ -1,3 +1,17 @@ +// Copyright 2022-2023 Buf Technologies, Inc. +// +// 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. + package build.buf.connect.crosstest import build.buf.connect.Code diff --git a/extensions/buf.gen.yaml b/extensions/buf.gen.yaml index 13c90f16..8bc48f83 100644 --- a/extensions/buf.gen.yaml +++ b/extensions/buf.gen.yaml @@ -8,6 +8,3 @@ types: plugins: - name: java out: google-java/src/main/java - - name: java - out: google-javalite/src/main/java - opt: lite