You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by no...@apache.org on 2012/12/16 19:41:00 UTC

svn commit: r1422666 - in /directmemory/trunk/directmemory-cache/src/main/java/org/apache/directmemory/memory/buffer: Int32Compressor.java Int64Compressor.java

Author: noctarius
Date: Sun Dec 16 18:41:00 2012
New Revision: 1422666

URL: http://svn.apache.org/viewvc?rev=1422666&view=rev
Log:
Added missing license headers

Modified:
    directmemory/trunk/directmemory-cache/src/main/java/org/apache/directmemory/memory/buffer/Int32Compressor.java
    directmemory/trunk/directmemory-cache/src/main/java/org/apache/directmemory/memory/buffer/Int64Compressor.java

Modified: directmemory/trunk/directmemory-cache/src/main/java/org/apache/directmemory/memory/buffer/Int32Compressor.java
URL: http://svn.apache.org/viewvc/directmemory/trunk/directmemory-cache/src/main/java/org/apache/directmemory/memory/buffer/Int32Compressor.java?rev=1422666&r1=1422665&r2=1422666&view=diff
==============================================================================
--- directmemory/trunk/directmemory-cache/src/main/java/org/apache/directmemory/memory/buffer/Int32Compressor.java (original)
+++ directmemory/trunk/directmemory-cache/src/main/java/org/apache/directmemory/memory/buffer/Int32Compressor.java Sun Dec 16 18:41:00 2012
@@ -1,5 +1,24 @@
 package org.apache.directmemory.memory.buffer;
 
+/*
+ * 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.
+ */
+
 public final class Int32Compressor
 {
 

Modified: directmemory/trunk/directmemory-cache/src/main/java/org/apache/directmemory/memory/buffer/Int64Compressor.java
URL: http://svn.apache.org/viewvc/directmemory/trunk/directmemory-cache/src/main/java/org/apache/directmemory/memory/buffer/Int64Compressor.java?rev=1422666&r1=1422665&r2=1422666&view=diff
==============================================================================
--- directmemory/trunk/directmemory-cache/src/main/java/org/apache/directmemory/memory/buffer/Int64Compressor.java (original)
+++ directmemory/trunk/directmemory-cache/src/main/java/org/apache/directmemory/memory/buffer/Int64Compressor.java Sun Dec 16 18:41:00 2012
@@ -1,5 +1,24 @@
 package org.apache.directmemory.memory.buffer;
 
+/*
+ * 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.
+ */
+
 public final class Int64Compressor
 {