summaryrefslogtreecommitdiff
path: root/examples/csharp
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /examples/csharp
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'examples/csharp')
-rw-r--r--examples/csharp/excs_access/Properties/AssemblyInfo.cs4
-rw-r--r--examples/csharp/excs_access/excs_access.cs2
-rw-r--r--examples/csharp/excs_btrec/Properties/AssemblyInfo.cs4
-rw-r--r--examples/csharp/excs_btrec/excs_btrec.cs2
-rw-r--r--examples/csharp/excs_bulk/Properties/AssemblyInfo.cs2
-rw-r--r--examples/csharp/excs_bulk/excs_bulk.cs2
-rw-r--r--examples/csharp/excs_env/Properties/AssemblyInfo.cs4
-rw-r--r--examples/csharp/excs_env/excs_env.cs2
-rw-r--r--examples/csharp/excs_getting_started/DatabaseExample.cs2
-rw-r--r--examples/csharp/excs_getting_started/DatabaseLoader.cs2
-rw-r--r--examples/csharp/excs_getting_started/DatabaseReader.cs2
-rw-r--r--examples/csharp/excs_getting_started/Inventory.cs2
-rw-r--r--examples/csharp/excs_getting_started/MyDbs.cs2
-rw-r--r--examples/csharp/excs_getting_started/Properties/AssemblyInfo.cs2
-rw-r--r--examples/csharp/excs_getting_started/Vendor.cs2
-rw-r--r--examples/csharp/excs_lock/Properties/AssemblyInfo.cs4
-rw-r--r--examples/csharp/excs_lock/excs_lock.cs2
-rw-r--r--examples/csharp/excs_repquote/Properties/AssemblyInfo.cs2
-rw-r--r--examples/csharp/excs_repquote/RepConfig.cs2
-rw-r--r--examples/csharp/excs_repquote/RepQuoteEnvironment.cs2
-rw-r--r--examples/csharp/excs_repquote/RepQuoteExample.cs2
-rw-r--r--examples/csharp/excs_sequence/Properties/AssemblyInfo.cs4
-rw-r--r--examples/csharp/excs_sequence/excs_sequence.cs2
-rw-r--r--examples/csharp/excs_txn/PayloadData.cs2
-rw-r--r--examples/csharp/excs_txn/Properties/AssemblyInfo.cs2
-rw-r--r--examples/csharp/excs_txn/excs_txn.cs2
26 files changed, 31 insertions, 31 deletions
diff --git a/examples/csharp/excs_access/Properties/AssemblyInfo.cs b/examples/csharp/excs_access/Properties/AssemblyInfo.cs
index 0411dea9..82d04dc5 100644
--- a/examples/csharp/excs_access/Properties/AssemblyInfo.cs
+++ b/examples/csharp/excs_access/Properties/AssemblyInfo.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
@@ -17,7 +17,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Oracle Corporation")]
[assembly: AssemblyProduct("excs_access")]
-[assembly: AssemblyCopyright("Copyright © 2008, 2012 Oracle Corporation and/or its affiliates. All rights reserved.")]
+[assembly: AssemblyCopyright("Copyright © 2008, 2015 Oracle Corporation and/or its affiliates. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/examples/csharp/excs_access/excs_access.cs b/examples/csharp/excs_access/excs_access.cs
index f5b9021c..687b6fbf 100644
--- a/examples/csharp/excs_access/excs_access.cs
+++ b/examples/csharp/excs_access/excs_access.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_btrec/Properties/AssemblyInfo.cs b/examples/csharp/excs_btrec/Properties/AssemblyInfo.cs
index 670f908d..b2ac194e 100644
--- a/examples/csharp/excs_btrec/Properties/AssemblyInfo.cs
+++ b/examples/csharp/excs_btrec/Properties/AssemblyInfo.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
@@ -17,7 +17,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Oracle Corporation")]
[assembly: AssemblyProduct("excs_btrec")]
-[assembly: AssemblyCopyright("Copyright © 2008, 2012 Oracle Corporation and/or its affiliates. All rights reserved.")]
+[assembly: AssemblyCopyright("Copyright © 2008, 2015 Oracle Corporation and/or its affiliates. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/examples/csharp/excs_btrec/excs_btrec.cs b/examples/csharp/excs_btrec/excs_btrec.cs
index 5cf5da62..012bdb7d 100644
--- a/examples/csharp/excs_btrec/excs_btrec.cs
+++ b/examples/csharp/excs_btrec/excs_btrec.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_bulk/Properties/AssemblyInfo.cs b/examples/csharp/excs_bulk/Properties/AssemblyInfo.cs
index f4f58434..31d91ed1 100644
--- a/examples/csharp/excs_bulk/Properties/AssemblyInfo.cs
+++ b/examples/csharp/excs_bulk/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Oracle Corporation")]
[assembly: AssemblyProduct("excs_bulk")]
-[assembly: AssemblyCopyright("Copyright ? 2009, 2012 Oracle Corporation and/or its affiliates. All rights reserved.")]
+[assembly: AssemblyCopyright("Copyright ? 2009, 2015 Oracle Corporation and/or its affiliates. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/examples/csharp/excs_bulk/excs_bulk.cs b/examples/csharp/excs_bulk/excs_bulk.cs
index d5c68cdd..bd19b218 100644
--- a/examples/csharp/excs_bulk/excs_bulk.cs
+++ b/examples/csharp/excs_bulk/excs_bulk.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_env/Properties/AssemblyInfo.cs b/examples/csharp/excs_env/Properties/AssemblyInfo.cs
index 096ce69c..a5351b60 100644
--- a/examples/csharp/excs_env/Properties/AssemblyInfo.cs
+++ b/examples/csharp/excs_env/Properties/AssemblyInfo.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
@@ -17,7 +17,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Oracle Corporation")]
[assembly: AssemblyProduct("excs_env")]
-[assembly: AssemblyCopyright("Copyright © 2008, 2012 Oracle Corporation and/or its affiliates. All rights reserved.")]
+[assembly: AssemblyCopyright("Copyright © 2008, 2015 Oracle Corporation and/or its affiliates. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/examples/csharp/excs_env/excs_env.cs b/examples/csharp/excs_env/excs_env.cs
index 5040c886..27a45c42 100644
--- a/examples/csharp/excs_env/excs_env.cs
+++ b/examples/csharp/excs_env/excs_env.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_getting_started/DatabaseExample.cs b/examples/csharp/excs_getting_started/DatabaseExample.cs
index 5327c27c..0c2b594f 100644
--- a/examples/csharp/excs_getting_started/DatabaseExample.cs
+++ b/examples/csharp/excs_getting_started/DatabaseExample.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_getting_started/DatabaseLoader.cs b/examples/csharp/excs_getting_started/DatabaseLoader.cs
index 4f1d0e8f..eaf4883b 100644
--- a/examples/csharp/excs_getting_started/DatabaseLoader.cs
+++ b/examples/csharp/excs_getting_started/DatabaseLoader.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_getting_started/DatabaseReader.cs b/examples/csharp/excs_getting_started/DatabaseReader.cs
index 84fe5256..592e6af7 100644
--- a/examples/csharp/excs_getting_started/DatabaseReader.cs
+++ b/examples/csharp/excs_getting_started/DatabaseReader.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_getting_started/Inventory.cs b/examples/csharp/excs_getting_started/Inventory.cs
index 783d2780..26b83718 100644
--- a/examples/csharp/excs_getting_started/Inventory.cs
+++ b/examples/csharp/excs_getting_started/Inventory.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_getting_started/MyDbs.cs b/examples/csharp/excs_getting_started/MyDbs.cs
index 3e460849..1895a85c 100644
--- a/examples/csharp/excs_getting_started/MyDbs.cs
+++ b/examples/csharp/excs_getting_started/MyDbs.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_getting_started/Properties/AssemblyInfo.cs b/examples/csharp/excs_getting_started/Properties/AssemblyInfo.cs
index 5f592bd8..d8d8b157 100644
--- a/examples/csharp/excs_getting_started/Properties/AssemblyInfo.cs
+++ b/examples/csharp/excs_getting_started/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Oracle Corporation")]
[assembly: AssemblyProduct("excs_getting_started")]
-[assembly: AssemblyCopyright("Copyright © 2009, 2012 Oracle Corporation and/or its affiliates. All rights reserved.")]
+[assembly: AssemblyCopyright("Copyright © 2009, 2015 Oracle Corporation and/or its affiliates. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/examples/csharp/excs_getting_started/Vendor.cs b/examples/csharp/excs_getting_started/Vendor.cs
index a5220436..646c785e 100644
--- a/examples/csharp/excs_getting_started/Vendor.cs
+++ b/examples/csharp/excs_getting_started/Vendor.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_lock/Properties/AssemblyInfo.cs b/examples/csharp/excs_lock/Properties/AssemblyInfo.cs
index d0698374..606e0840 100644
--- a/examples/csharp/excs_lock/Properties/AssemblyInfo.cs
+++ b/examples/csharp/excs_lock/Properties/AssemblyInfo.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
@@ -17,7 +17,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Oracle Corporation")]
[assembly: AssemblyProduct("excs_lock")]
-[assembly: AssemblyCopyright("Copyright © 2008, 2012 Oracle Corporation and/or its affiliates. All rights reserved.")]
+[assembly: AssemblyCopyright("Copyright © 2008, 2015 Oracle Corporation and/or its affiliates. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/examples/csharp/excs_lock/excs_lock.cs b/examples/csharp/excs_lock/excs_lock.cs
index 6df976f1..90386050 100644
--- a/examples/csharp/excs_lock/excs_lock.cs
+++ b/examples/csharp/excs_lock/excs_lock.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/examples/csharp/excs_repquote/Properties/AssemblyInfo.cs b/examples/csharp/excs_repquote/Properties/AssemblyInfo.cs
index 22e54459..85a2a5cc 100644
--- a/examples/csharp/excs_repquote/Properties/AssemblyInfo.cs
+++ b/examples/csharp/excs_repquote/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Oracle Corporation")]
[assembly: AssemblyProduct("excs_repquote")]
-[assembly: AssemblyCopyright("Copyright © 2009, 2012 Oracle Corporation and/or its affiliates. All rights reserved.")]
+[assembly: AssemblyCopyright("Copyright © 2009, 2015 Oracle Corporation and/or its affiliates. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/examples/csharp/excs_repquote/RepConfig.cs b/examples/csharp/excs_repquote/RepConfig.cs
index 6471fcd7..11503141 100644
--- a/examples/csharp/excs_repquote/RepConfig.cs
+++ b/examples/csharp/excs_repquote/RepConfig.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_repquote/RepQuoteEnvironment.cs b/examples/csharp/excs_repquote/RepQuoteEnvironment.cs
index 344f5c4f..fed9df31 100644
--- a/examples/csharp/excs_repquote/RepQuoteEnvironment.cs
+++ b/examples/csharp/excs_repquote/RepQuoteEnvironment.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_repquote/RepQuoteExample.cs b/examples/csharp/excs_repquote/RepQuoteExample.cs
index 311e0518..b31dd51f 100644
--- a/examples/csharp/excs_repquote/RepQuoteExample.cs
+++ b/examples/csharp/excs_repquote/RepQuoteExample.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_sequence/Properties/AssemblyInfo.cs b/examples/csharp/excs_sequence/Properties/AssemblyInfo.cs
index 9107d345..241c9b82 100644
--- a/examples/csharp/excs_sequence/Properties/AssemblyInfo.cs
+++ b/examples/csharp/excs_sequence/Properties/AssemblyInfo.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
@@ -17,7 +17,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Oracle Corporation")]
[assembly: AssemblyProduct("excs_sequence")]
-[assembly: AssemblyCopyright("Copyright © 2008, 2012 Oracle Corporation and/or its affiliates. All rights reserved.")]
+[assembly: AssemblyCopyright("Copyright © 2008, 2015 Oracle Corporation and/or its affiliates. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/examples/csharp/excs_sequence/excs_sequence.cs b/examples/csharp/excs_sequence/excs_sequence.cs
index ce74f880..ee7409fa 100644
--- a/examples/csharp/excs_sequence/excs_sequence.cs
+++ b/examples/csharp/excs_sequence/excs_sequence.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_txn/PayloadData.cs b/examples/csharp/excs_txn/PayloadData.cs
index 7549de71..1c8aadea 100644
--- a/examples/csharp/excs_txn/PayloadData.cs
+++ b/examples/csharp/excs_txn/PayloadData.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;
diff --git a/examples/csharp/excs_txn/Properties/AssemblyInfo.cs b/examples/csharp/excs_txn/Properties/AssemblyInfo.cs
index 8ad1d1f6..a8823aac 100644
--- a/examples/csharp/excs_txn/Properties/AssemblyInfo.cs
+++ b/examples/csharp/excs_txn/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Oracle Corporation")]
[assembly: AssemblyProduct("excs_txn")]
-[assembly: AssemblyCopyright("Copyright © 2009, 2012 Oracle Corporation and/or its affiliates. All rights reserved.")]
+[assembly: AssemblyCopyright("Copyright © 2009, 2015 Oracle Corporation and/or its affiliates. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/examples/csharp/excs_txn/excs_txn.cs b/examples/csharp/excs_txn/excs_txn.cs
index 9876e7b8..a2784aae 100644
--- a/examples/csharp/excs_txn/excs_txn.cs
+++ b/examples/csharp/excs_txn/excs_txn.cs
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
*/
using System;