Added Copyright headers

Change-Id: I106de8985cea572590d49c896b72c54f33e73bd2
This commit is contained in:
loverszhaokai
2015-02-28 18:06:53 +08:00
committed by Wouter van Oortmerssen
parent 6ccdfff0af
commit 432f3f26a4
8 changed files with 112 additions and 16 deletions

View File

@@ -1,4 +1,20 @@
using System;
/*
* Copyright 2014 Google Inc. All rights reserved.
*
* 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.
*/
using System;
using System.Linq;
using System.Reflection;