diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /examples/java/src/collections/ship/factory | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'examples/java/src/collections/ship/factory')
10 files changed, 10 insertions, 10 deletions
diff --git a/examples/java/src/collections/ship/factory/Part.java b/examples/java/src/collections/ship/factory/Part.java index 9d6e34e6..cb785aa9 100644 --- a/examples/java/src/collections/ship/factory/Part.java +++ b/examples/java/src/collections/ship/factory/Part.java @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ diff --git a/examples/java/src/collections/ship/factory/PartKey.java b/examples/java/src/collections/ship/factory/PartKey.java index 3dde817b..5391099d 100644 --- a/examples/java/src/collections/ship/factory/PartKey.java +++ b/examples/java/src/collections/ship/factory/PartKey.java @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ diff --git a/examples/java/src/collections/ship/factory/Sample.java b/examples/java/src/collections/ship/factory/Sample.java index 06653d79..0519dd94 100644 --- a/examples/java/src/collections/ship/factory/Sample.java +++ b/examples/java/src/collections/ship/factory/Sample.java @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ diff --git a/examples/java/src/collections/ship/factory/SampleDatabase.java b/examples/java/src/collections/ship/factory/SampleDatabase.java index 8aab5d90..fa803913 100644 --- a/examples/java/src/collections/ship/factory/SampleDatabase.java +++ b/examples/java/src/collections/ship/factory/SampleDatabase.java @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ diff --git a/examples/java/src/collections/ship/factory/SampleViews.java b/examples/java/src/collections/ship/factory/SampleViews.java index 7c380611..90df08f5 100644 --- a/examples/java/src/collections/ship/factory/SampleViews.java +++ b/examples/java/src/collections/ship/factory/SampleViews.java @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ diff --git a/examples/java/src/collections/ship/factory/Shipment.java b/examples/java/src/collections/ship/factory/Shipment.java index 10da5087..38a4f7e2 100644 --- a/examples/java/src/collections/ship/factory/Shipment.java +++ b/examples/java/src/collections/ship/factory/Shipment.java @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ diff --git a/examples/java/src/collections/ship/factory/ShipmentKey.java b/examples/java/src/collections/ship/factory/ShipmentKey.java index b2d532aa..2ef31f20 100644 --- a/examples/java/src/collections/ship/factory/ShipmentKey.java +++ b/examples/java/src/collections/ship/factory/ShipmentKey.java @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ diff --git a/examples/java/src/collections/ship/factory/Supplier.java b/examples/java/src/collections/ship/factory/Supplier.java index b429f7f2..317620ac 100644 --- a/examples/java/src/collections/ship/factory/Supplier.java +++ b/examples/java/src/collections/ship/factory/Supplier.java @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ diff --git a/examples/java/src/collections/ship/factory/SupplierKey.java b/examples/java/src/collections/ship/factory/SupplierKey.java index 0c7ab107..43b7886b 100644 --- a/examples/java/src/collections/ship/factory/SupplierKey.java +++ b/examples/java/src/collections/ship/factory/SupplierKey.java @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ diff --git a/examples/java/src/collections/ship/factory/Weight.java b/examples/java/src/collections/ship/factory/Weight.java index 3740d5ee..be467b0b 100644 --- a/examples/java/src/collections/ship/factory/Weight.java +++ b/examples/java/src/collections/ship/factory/Weight.java @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ |
