From b0f8f29bca4e7932bc7367c8a0f3868cd17acbd4 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 1 Mar 2011 08:29:44 -0800 Subject: [PATCH] Fix copyright license. --- clients/go/camput/camput.go | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/clients/go/camput/camput.go b/clients/go/camput/camput.go index d3f06ea09..aab1d9575 100644 --- a/clients/go/camput/camput.go +++ b/clients/go/camput/camput.go @@ -1,6 +1,18 @@ -// Copyright 2010 Brad Fitzpatrick -// -// See LICENSE. +/* +Copyright 2011 Google 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 main