diff options
author | loverszhaokai <loverszhao@gmail.com> | 2015-02-28 18:06:53 +0800 |
---|---|---|
committer | Wouter van Oortmerssen <wvo@google.com> | 2015-03-11 17:27:38 -0700 |
commit | 432f3f26a40dbc51691c6d461d8a137c5e6c9f2e (patch) | |
tree | 563eb52596897183e1649e32278344c616277870 /net | |
parent | 6ccdfff0af9d82841c536ef38036bfc34f2ca90d (diff) | |
download | flatbuffers-432f3f26a40dbc51691c6d461d8a137c5e6c9f2e.tar.gz flatbuffers-432f3f26a40dbc51691c6d461d8a137c5e6c9f2e.tar.bz2 flatbuffers-432f3f26a40dbc51691c6d461d8a137c5e6c9f2e.zip |
Added Copyright headers
Change-Id: I106de8985cea572590d49c896b72c54f33e73bd2
Diffstat (limited to 'net')
-rw-r--r-- | net/FlatBuffers/FlatBufferConstants.cs | 18 | ||||
-rw-r--r-- | net/FlatBuffers/Properties/AssemblyInfo.cs | 20 |
2 files changed, 35 insertions, 3 deletions
diff --git a/net/FlatBuffers/FlatBufferConstants.cs b/net/FlatBuffers/FlatBufferConstants.cs index 5c3706e1..162ed192 100644 --- a/net/FlatBuffers/FlatBufferConstants.cs +++ b/net/FlatBuffers/FlatBufferConstants.cs @@ -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.Collections.Generic; using System.Linq; using System.Text; diff --git a/net/FlatBuffers/Properties/AssemblyInfo.cs b/net/FlatBuffers/Properties/AssemblyInfo.cs index 3d4ea15c..1065ff8f 100644 --- a/net/FlatBuffers/Properties/AssemblyInfo.cs +++ b/net/FlatBuffers/Properties/AssemblyInfo.cs @@ -1,4 +1,20 @@ -using System.Reflection; +/* + * 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.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -10,7 +26,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("FlatBuffers")] -[assembly: AssemblyCopyright("Copyright © 2014 Google Inc")] +[assembly: AssemblyCopyright("Copyright © 2015 Google Inc")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] |