diff options
| author | Charles E. Rolke <chug@apache.org> | 2010-10-27 15:20:23 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2010-10-27 15:20:23 +0000 |
| commit | 328d20e1bb2187d741c892387e06a559739e9363 (patch) | |
| tree | af9f9068f02bab33a1a834d5b513384564ff46a5 /cpp/bindings/qpid/dotnet/examples/csharp.example.drain | |
| parent | f0eb3e2d08bec965c7a01d09bac1e2b9ea609185 (diff) | |
| download | qpid-python-328d20e1bb2187d741c892387e06a559739e9363.tar.gz | |
From Robbie's recent 0.8 RAT.txt: Unapproved licenses in cpp/bindings/qpid/dotnet
This submission repairs 39 files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1028000 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/dotnet/examples/csharp.example.drain')
| -rw-r--r-- | cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Properties/AssemblyInfo.cs | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Properties/AssemblyInfo.cs b/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Properties/AssemblyInfo.cs index 95433e4489..eafc1400c3 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Properties/AssemblyInfo.cs +++ b/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Properties/AssemblyInfo.cs @@ -1,3 +1,24 @@ +/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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;
|
