diff options
author | Ted Ross <tross@apache.org> | 2009-01-15 12:32:27 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2009-01-15 12:32:27 +0000 |
commit | 99e47dcfda0cfa81a6fe0e73de76942e19b8e944 (patch) | |
tree | 45df1a5640d438449f196bbbba373e67290471e0 | |
parent | 007265d571c6934090ac98320e19b284e87a2b7a (diff) | |
download | qpid-python-99e47dcfda0cfa81a6fe0e73de76942e19b8e944.tar.gz |
Removed duplicate license text
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734686 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | qpid/cpp/managementgen/qmf-gen | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/qpid/cpp/managementgen/qmf-gen b/qpid/cpp/managementgen/qmf-gen index 15fbdadfb4..f2efa109f3 100755 --- a/qpid/cpp/managementgen/qmf-gen +++ b/qpid/cpp/managementgen/qmf-gen @@ -1,5 +1,4 @@ #!/usr/bin/env python -# # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file @@ -18,27 +17,7 @@ # specific language governing permissions and limitations # under the License. # -# - -# -# 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. -# import sys import os from qmfgen.schema import SchemaPackage, SchemaClass |