Skip to content

Commit 3b5d2d1

Browse files
committed
Headers.
1 parent 1762c43 commit 3b5d2d1

30 files changed

Lines changed: 65 additions & 13 deletions

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/FetchResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
*
1515
* Copyright (c) 2002, 2007 Carlos Guzman Alvarez
1616
* All Rights Reserved.
17+
*
18+
* Contributors:
19+
* Jiri Cincura (jiri@cincura.net)
1720
*/
1821

1922
using System;

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/GdsConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* language governing rights and limitations under the License.
1414
*
1515
* Copyright (c) 2002 - 2007 Carlos Guzman Alvarez
16-
* Copyright (c) 2007 - 2016 Jiri Cincura (jiri@cincura.net)
16+
* Copyright (c) 2007 - 2017 Jiri Cincura (jiri@cincura.net)
1717
* All Rights Reserved.
1818
*/
1919

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/GenericResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
*
1515
* Copyright (c) 2002, 2007 Carlos Guzman Alvarez
1616
* All Rights Reserved.
17+
*
18+
* Contributors:
19+
* Jiri Cincura (jiri@cincura.net)
1720
*/
1821

1922
using System;

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/SqlResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
*
1515
* Copyright (c) 2002, 2007 Carlos Guzman Alvarez
1616
* All Rights Reserved.
17+
*
18+
* Contributors:
19+
* Jiri Cincura (jiri@cincura.net)
1720
*/
1821

1922
using System;

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/SspiHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* language governing rights and limitations under the License.
1414
*
1515
* Copyright (c) 2008 Vladimir Bodecek, Nathan Fox, Jiri Cincura (jiri@cincura.net)
16-
* Copyright (c) 2016 Jiri Cincura (jiri@cincura.net)
16+
* Copyright (c) 2016-2017 Jiri Cincura (jiri@cincura.net)
1717
* All Rights Reserved.
1818
*
1919
* Adapted from pinvoke.net.

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10/GdsBlob.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
*
1515
* Copyright (c) 2002, 2007 Carlos Guzman Alvarez
1616
* All Rights Reserved.
17+
*
18+
* Contributors:
19+
* Jiri Cincura (jiri@cincura.net)
1720
*/
1821

1922
using System;

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10/GdsDatabase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* language governing rights and limitations under the License.
1414
*
1515
* Copyright (c) 2002 - 2007 Carlos Guzman Alvarez
16-
* Copyright (c) 2007 - 2008 Jiri Cincura (jiri@cincura.net)
16+
* Copyright (c) 2007 - 2017 Jiri Cincura (jiri@cincura.net)
1717
* All Rights Reserved.
1818
*/
1919

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10/GdsEventManager.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
*
1515
* Copyright (c) 2002, 2007 Carlos Guzman Alvarez
1616
* All Rights Reserved.
17+
*
18+
* Contributors:
19+
* Jiri Cincura (jiri@cincura.net)
1720
*/
1821

1922
using System;

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10/GdsStatement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* language governing rights and limitations under the License.
1414
*
1515
* Copyright (c) 2002 - 2007 Carlos Guzman Alvarez
16-
* Copyright (c) 2007 - 2009, 2016 Jiri Cincura (jiri@cincura.net)
16+
* Copyright (c) 2007 - 2017 Jiri Cincura (jiri@cincura.net)
1717
* All Rights Reserved.
1818
*/
1919

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10/GdsTransaction.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
*
1515
* Copyright (c) 2002, 2007 Carlos Guzman Alvarez
1616
* All Rights Reserved.
17+
*
18+
* Contributors:
19+
* Jiri Cincura (jiri@cincura.net)
1720
*/
1821

1922
using System;

0 commit comments

Comments
 (0)