From 64781a3583634f32ae55dbb4d9291d1c2b582137 Mon Sep 17 00:00:00 2001 From: Kent Iso Date: Tue, 2 Jul 2024 12:04:03 +0900 Subject: [PATCH] Add Copyright header --- dedicated/dedicated_test.go | 14 ++++++++++++++ game/protostream/protostream_test.go | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dedicated/dedicated_test.go b/dedicated/dedicated_test.go index d8582dae..829648e8 100644 --- a/dedicated/dedicated_test.go +++ b/dedicated/dedicated_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Google LLC +// +// 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 main import ( diff --git a/game/protostream/protostream_test.go b/game/protostream/protostream_test.go index 4568db97..11661111 100644 --- a/game/protostream/protostream_test.go +++ b/game/protostream/protostream_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Google LLC +// +// 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 protostream import (