summaryrefslogtreecommitdiff
path: root/dotnet
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2008-12-19 18:22:03 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2008-12-19 18:22:03 +0000
commit0e95e4610fee6d3ffb65c17ef4a83ae43cf76157 (patch)
tree6539f0968d0888c09401c1fa631a286d6679c42a /dotnet
parent7540027fdc97962e97a69f775aceca7f80f67f33 (diff)
downloadqpid-python-0e95e4610fee6d3ffb65c17ef4a83ae43cf76157.tar.gz
Added ASF licensing headers to the following files
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@728091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet')
-rw-r--r--dotnet/client-010/gentool/Composite.tpl23
-rw-r--r--dotnet/client-010/gentool/Constant.tpl23
-rw-r--r--dotnet/client-010/gentool/Invoker.tpl23
-rw-r--r--dotnet/client-010/gentool/MethodDelegate.tpl23
-rw-r--r--dotnet/client-010/gentool/Option.tpl23
-rw-r--r--dotnet/client-010/gentool/StructFactory.tpl23
-rw-r--r--dotnet/client-010/gentool/Type.tpl23
7 files changed, 154 insertions, 7 deletions
diff --git a/dotnet/client-010/gentool/Composite.tpl b/dotnet/client-010/gentool/Composite.tpl
index 44f3c1bc44..8f16d20189 100644
--- a/dotnet/client-010/gentool/Composite.tpl
+++ b/dotnet/client-010/gentool/Composite.tpl
@@ -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;
using org.apache.qpid.transport.codec;
using System.Collections.Generic;
@@ -270,4 +291,4 @@ for f in fields:
}
}
-} \ No newline at end of file
+}
diff --git a/dotnet/client-010/gentool/Constant.tpl b/dotnet/client-010/gentool/Constant.tpl
index 87652b6f7d..191a1dbd6e 100644
--- a/dotnet/client-010/gentool/Constant.tpl
+++ b/dotnet/client-010/gentool/Constant.tpl
@@ -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.
+ *
+ */
+
namespace org.apache.qpid.transport
{
@@ -13,4 +34,4 @@ for c in constants:
value = c["@value"]
out(" public const int $name = $value;\n")
}}
-} \ No newline at end of file
+}
diff --git a/dotnet/client-010/gentool/Invoker.tpl b/dotnet/client-010/gentool/Invoker.tpl
index 96f58b49ea..ca9abacc24 100644
--- a/dotnet/client-010/gentool/Invoker.tpl
+++ b/dotnet/client-010/gentool/Invoker.tpl
@@ -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;
using System.Collections.Generic;
using System.IO;
@@ -43,4 +64,4 @@ for c in composites:
}
}
-} \ No newline at end of file
+}
diff --git a/dotnet/client-010/gentool/MethodDelegate.tpl b/dotnet/client-010/gentool/MethodDelegate.tpl
index 4c7010d5bb..49891e2b08 100644
--- a/dotnet/client-010/gentool/MethodDelegate.tpl
+++ b/dotnet/client-010/gentool/MethodDelegate.tpl
@@ -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.
+ *
+ */
+
namespace org.apache.qpid.transport
{
@@ -11,4 +32,4 @@ for c in composites:
out(" public virtual void $(dromedary(name))(C context, $name mystruct) {}\n")
}
}
-} \ No newline at end of file
+}
diff --git a/dotnet/client-010/gentool/Option.tpl b/dotnet/client-010/gentool/Option.tpl
index ce4c0a3da1..d6e1a44870 100644
--- a/dotnet/client-010/gentool/Option.tpl
+++ b/dotnet/client-010/gentool/Option.tpl
@@ -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.
+ *
+ */
+
namespace org.apache.qpid.transport
{
public enum Option {
@@ -18,4 +39,4 @@ for c in composites:
BATCH,
NONE
}
-} \ No newline at end of file
+}
diff --git a/dotnet/client-010/gentool/StructFactory.tpl b/dotnet/client-010/gentool/StructFactory.tpl
index 2efa749bbf..2a11e2530c 100644
--- a/dotnet/client-010/gentool/StructFactory.tpl
+++ b/dotnet/client-010/gentool/StructFactory.tpl
@@ -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;
namespace org.apache.qpid.transport
@@ -40,4 +61,4 @@ for c in composites:
}
}
-} \ No newline at end of file
+}
diff --git a/dotnet/client-010/gentool/Type.tpl b/dotnet/client-010/gentool/Type.tpl
index 914f320519..c8ec7ac153 100644
--- a/dotnet/client-010/gentool/Type.tpl
+++ b/dotnet/client-010/gentool/Type.tpl
@@ -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;
namespace org.apache.qpid.transport
@@ -79,4 +100,4 @@ for code in keys:
out(" $(codes[code]) = $code,\n")
}
}
-} \ No newline at end of file
+}