Fix copyright notices in Java source code.

This commit is contained in:
Alex Gorrod
2013-02-19 18:40:27 +11:00
parent 500b2699ca
commit 12ea0e5961
12 changed files with 210 additions and 31 deletions

View File

@@ -1,3 +1,9 @@
/*-
* Copyright (c) 2008-2013 WiredTiger, Inc.
* All rights reserved.
*
* See the file LICENSE for redistribution information.
*/
package com.wiredtiger.db;
import java.lang.String;
@@ -30,7 +36,7 @@ class PackUtil {
/**
* Extract bits from a value, counting from LSB == 0.
*
*
* \param x The value to extract bits from.
* \param start The first bit to extract.
* \param end The last bit to extract.