diff options
author | Andrew Stitcher <astitcher@apache.org> | 2007-10-19 16:23:30 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2007-10-19 16:23:30 +0000 |
commit | 8c133bd9b5f92bcdfcb0ce4ed6f7c82fcf1fbfd5 (patch) | |
tree | 4c47c0f808b9e61cba11d8a8015f5d55ca567d79 /cpp/src/tests/Blob.cpp | |
parent | f33b0010633359c55e75c1005d38118cbaf1ea39 (diff) | |
download | qpid-python-8c133bd9b5f92bcdfcb0ce4ed6f7c82fcf1fbfd5.tar.gz |
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586520 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Blob.cpp')
-rw-r--r-- | cpp/src/tests/Blob.cpp | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/cpp/src/tests/Blob.cpp b/cpp/src/tests/Blob.cpp index 96861a3670..eeb2fa693b 100644 --- a/cpp/src/tests/Blob.cpp +++ b/cpp/src/tests/Blob.cpp @@ -1,21 +1,21 @@ /* - * - * Copyright (c) 2006 The Apache Software Foundation - * - * Licensed 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. - * + * 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. */ - #include "qpid/framing/Blob.h" #define BOOST_AUTO_TEST_MAIN |