From 46e39fb20c297129494b969ac4ea64fcd04b4fa0 Mon Sep 17 00:00:00 2001 From: "snappy.mirrorbot@gmail.com" Date: Wed, 23 Mar 2011 11:11:09 +0000 Subject: [PATCH] Add missing licensing headers to a few files. (Part 2/2.) R=csilvers DELTA=12 (12 added, 0 deleted, 0 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=987 git-svn-id: https://snappy.googlecode.com/svn/trunk@5 03e5f5b5-db94-4691-08a0-1a8bf15f6143 --- snappy-stubs-public.h.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/snappy-stubs-public.h.in b/snappy-stubs-public.h.in index 844d326..f5dc161 100644 --- a/snappy-stubs-public.h.in +++ b/snappy-stubs-public.h.in @@ -1,6 +1,18 @@ // Copyright 2011 Google Inc. All Rights Reserved. // Author: sesse@google.com (Steinar H. Gunderson) // +// 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. +// // Various type stubs for the open-source version of Snappy. // // This file cannot include config.h, as it is included from snappy.h,