diff options
author | Aidan Skinner <aidan@apache.org> | 2008-03-03 14:40:48 +0000 |
---|---|---|
committer | Aidan Skinner <aidan@apache.org> | 2008-03-03 14:40:48 +0000 |
commit | d2c391747f443d9abf1cbcfb436506de707c91bb (patch) | |
tree | c74dba4d15a8a03d6d569e1abb9097952ff718ae | |
parent | b9b20ea2e705d6258e3ba5cafc25e44c2fae9221 (diff) | |
download | qpid-python-d2c391747f443d9abf1cbcfb436506de707c91bb.tar.gz |
Add licensce header
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@633103 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | java/systests/etc/bin/fail.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/java/systests/etc/bin/fail.py b/java/systests/etc/bin/fail.py index d36c4568ff..517f31d075 100755 --- a/java/systests/etc/bin/fail.py +++ b/java/systests/etc/bin/fail.py @@ -1,4 +1,22 @@ #!/usr/bin/env python +# +# +# 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 os import re |