Skip to content

Commit e409fd4

Browse files
committed
Missing header.
1 parent 7039e3f commit e409fd4

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/Common/IscErrorMessages.cs

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
1-
using System;
1+
/*
2+
* Firebird ADO.NET Data provider for .NET and Mono
3+
*
4+
* The contents of this file are subject to the Initial
5+
* Developer's Public License Version 1.0 (the "License");
6+
* you may not use this file except in compliance with the
7+
* License. You may obtain a copy of the License at
8+
* http://www.firebirdsql.org/index.php?op=doc&id=idpl
9+
*
10+
* Software distributed under the License is distributed on
11+
* an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
12+
* express or implied. See the License for the specific
13+
* language governing rights and limitations under the License.
14+
*
15+
* Copyright (c) 2007-2017 Jiri Cincura ([email protected])
16+
* All Rights Reserved.
17+
*/
18+
219
using System.Collections.Generic;
3-
using System.Collections.ObjectModel;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
720

821
namespace FirebirdSql.Data.Common
922
{
10-
static class IscErrorMessages
23+
internal static class IscErrorMessages
1124
{
1225
static IDictionary<int, string> _messages = new Dictionary<int, string>()
1326
{

0 commit comments

Comments
 (0)