diff options
| author | Ted Ross <tross@apache.org> | 2009-06-11 18:49:17 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-06-11 18:49:17 +0000 |
| commit | 03d7dcc8595a1fdcde14d9aa2729651888a3c051 (patch) | |
| tree | 85d681d3bd426ba9ef1765f7bf3a8692e87e779a /cpp/bindings/qmf/python | |
| parent | 2027d6f7239c73e2f1be327746544812f6171dde (diff) | |
| download | qpid-python-03d7dcc8595a1fdcde14d9aa2729651888a3c051.tar.gz | |
Added missing license text
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783871 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf/python')
| -rw-r--r-- | cpp/bindings/qmf/python/Makefile.am | 18 | ||||
| -rw-r--r-- | cpp/bindings/qmf/python/python.i | 19 |
2 files changed, 37 insertions, 0 deletions
diff --git a/cpp/bindings/qmf/python/Makefile.am b/cpp/bindings/qmf/python/Makefile.am index a1b372aecc..42eead1a2e 100644 --- a/cpp/bindings/qmf/python/Makefile.am +++ b/cpp/bindings/qmf/python/Makefile.am @@ -1,3 +1,21 @@ +# +# 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. +# if HAVE_PYTHON_DEVEL diff --git a/cpp/bindings/qmf/python/python.i b/cpp/bindings/qmf/python/python.i index 4ead28ab89..ea14efd4dd 100644 --- a/cpp/bindings/qmf/python/python.i +++ b/cpp/bindings/qmf/python/python.i @@ -1,3 +1,22 @@ +/* + * 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. + */ + %module qmfengine // These are probably wrong.. just to get it to compile for now. |
