From fa24e67d6dea9676a320d36cfa9b89224964a5c8 Mon Sep 17 00:00:00 2001 From: Andreas Vajda Date: Thu, 1 Dec 2005 01:43:07 +0000 Subject: [PATCH] - changed build to use version 4.3.29 of the C Berkeley DB Java API - updated copyright notice year ranges to include 2005 git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@350095 13f79535-47bb-0310-9956-ffa450edef68 --- contrib/db/build.xml | 12 ++++++------ .../src/java/org/apache/lucene/store/db/Block.java | 2 +- .../java/org/apache/lucene/store/db/DbDirectory.java | 2 +- .../org/apache/lucene/store/db/DbIndexInput.java | 2 +- .../org/apache/lucene/store/db/DbIndexOutput.java | 2 +- .../src/java/org/apache/lucene/store/db/DbLock.java | 2 +- .../db/src/java/org/apache/lucene/store/db/File.java | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/contrib/db/build.xml b/contrib/db/build.xml index 658c11e9a17..9ad4916960e 100644 --- a/contrib/db/build.xml +++ b/contrib/db/build.xml @@ -5,25 +5,25 @@ Lucene DB integration - - + + - + - diff --git a/contrib/db/src/java/org/apache/lucene/store/db/Block.java b/contrib/db/src/java/org/apache/lucene/store/db/Block.java index 83a0e3ac2af..96d9f9c84d6 100644 --- a/contrib/db/src/java/org/apache/lucene/store/db/Block.java +++ b/contrib/db/src/java/org/apache/lucene/store/db/Block.java @@ -1,7 +1,7 @@ package org.apache.lucene.store.db; /** - * Copyright 2002-2004 The Apache Software Foundation + * Copyright 2002-2005 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. diff --git a/contrib/db/src/java/org/apache/lucene/store/db/DbDirectory.java b/contrib/db/src/java/org/apache/lucene/store/db/DbDirectory.java index d17f1f7d786..4d816743110 100644 --- a/contrib/db/src/java/org/apache/lucene/store/db/DbDirectory.java +++ b/contrib/db/src/java/org/apache/lucene/store/db/DbDirectory.java @@ -1,7 +1,7 @@ package org.apache.lucene.store.db; /** - * Copyright 2002-2004 The Apache Software Foundation + * Copyright 2002-2005 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. diff --git a/contrib/db/src/java/org/apache/lucene/store/db/DbIndexInput.java b/contrib/db/src/java/org/apache/lucene/store/db/DbIndexInput.java index 1f0bec988f9..bda325d3302 100644 --- a/contrib/db/src/java/org/apache/lucene/store/db/DbIndexInput.java +++ b/contrib/db/src/java/org/apache/lucene/store/db/DbIndexInput.java @@ -1,7 +1,7 @@ package org.apache.lucene.store.db; /** - * Copyright 2002-2004 The Apache Software Foundation + * Copyright 2002-2005 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. diff --git a/contrib/db/src/java/org/apache/lucene/store/db/DbIndexOutput.java b/contrib/db/src/java/org/apache/lucene/store/db/DbIndexOutput.java index 366f76e8a76..fe601c36990 100644 --- a/contrib/db/src/java/org/apache/lucene/store/db/DbIndexOutput.java +++ b/contrib/db/src/java/org/apache/lucene/store/db/DbIndexOutput.java @@ -1,7 +1,7 @@ package org.apache.lucene.store.db; /** - * Copyright 2002-2004 The Apache Software Foundation + * Copyright 2002-2005 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. diff --git a/contrib/db/src/java/org/apache/lucene/store/db/DbLock.java b/contrib/db/src/java/org/apache/lucene/store/db/DbLock.java index e435ee9ccdc..5faf9ebc44c 100644 --- a/contrib/db/src/java/org/apache/lucene/store/db/DbLock.java +++ b/contrib/db/src/java/org/apache/lucene/store/db/DbLock.java @@ -1,7 +1,7 @@ package org.apache.lucene.store.db; /** - * Copyright 2002-2004 The Apache Software Foundation + * Copyright 2002-2005 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. diff --git a/contrib/db/src/java/org/apache/lucene/store/db/File.java b/contrib/db/src/java/org/apache/lucene/store/db/File.java index 7db829ab671..b441ae4b248 100644 --- a/contrib/db/src/java/org/apache/lucene/store/db/File.java +++ b/contrib/db/src/java/org/apache/lucene/store/db/File.java @@ -1,7 +1,7 @@ package org.apache.lucene.store.db; /** - * Copyright 2002-2004 The Apache Software Foundation + * Copyright 2002-2005 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.