You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2012/12/27 11:55:28 UTC

svn commit: r1426158 - /subversion/trunk/subversion/bindings/cxxhl/tests/test_exception.cpp

Author: brane
Date: Thu Dec 27 10:55:28 2012
New Revision: 1426158

URL: http://svn.apache.org/viewvc?rev=1426158&view=rev
Log:
* subversion/bindings/cxxhl/test/test_exception.cpp: Add missing license header.

Modified:
    subversion/trunk/subversion/bindings/cxxhl/tests/test_exception.cpp

Modified: subversion/trunk/subversion/bindings/cxxhl/tests/test_exception.cpp
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/cxxhl/tests/test_exception.cpp?rev=1426158&r1=1426157&r2=1426158&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/cxxhl/tests/test_exception.cpp (original)
+++ subversion/trunk/subversion/bindings/cxxhl/tests/test_exception.cpp Thu Dec 27 10:55:28 2012
@@ -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.
+ * ====================================================================
+ */
+
 #include <algorithm>
 #include <iomanip>
 #include <ios>