Author: jmhsieh
Date: Fri Feb 10 19:52:24 2012
New Revision: 1242899

URL: http://svn.apache.org/viewvc?rev=1242899&view=rev
Log:
HBASE-5364 Fix source files missing licenses in 0.92 and trunk

Modified:
    hbase/branches/0.92/CHANGES.txt
    hbase/branches/0.92/src/docbkx/build.xml

Modified: hbase/branches/0.92/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hbase/branches/0.92/CHANGES.txt?rev=1242899&r1=1242898&r2=1242899&view=diff
==============================================================================
--- hbase/branches/0.92/CHANGES.txt (original)
+++ hbase/branches/0.92/CHANGES.txt Fri Feb 10 19:52:24 2012
@@ -16,6 +16,7 @@ Release 0.92.1 - Unreleased
    HBASE-5267  Add a configuration to disable the slab cache by default (Li Pi)
    HBASE-5345  CheckAndPut doesn't work when value is empty byte[] (Evert 
Arckens)
    HBASE-5288  Security source code dirs missing from 0.92.0 release tarballs
+   HBASE-5364  Fix source files missing licenses in 0.92 and trunk
 
   TESTS
    HBASE-5223  TestMetaReaderEditor is missing call to CatalogTracker.stop()

Modified: hbase/branches/0.92/src/docbkx/build.xml
URL: 
http://svn.apache.org/viewvc/hbase/branches/0.92/src/docbkx/build.xml?rev=1242899&r1=1242898&r2=1242899&view=diff
==============================================================================
--- hbase/branches/0.92/src/docbkx/build.xml (original)
+++ hbase/branches/0.92/src/docbkx/build.xml Fri Feb 10 19:52:24 2012
@@ -1,4 +1,25 @@
 <?xml version="1.0"?>
+<!--
+/**
+ * Copyright 2010 The Apache Software Foundation
+ *
+ * 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.
+ */
+-->
     <chapter xml:id="build"
       version="5.0" xmlns="http://docbook.org/ns/docbook";
       xmlns:xlink="http://www.w3.org/1999/xlink";


Reply via email to