File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Provider/src/FirebirdSql.Data.FirebirdClient.Tests Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1- using System . Collections . Generic ;
1+ /*
2+ * The contents of this file are subject to the Initial
3+ * Developer's Public License Version 1.0 (the "License");
4+ * you may not use this file except in compliance with the
5+ * License. You may obtain a copy of the License at
6+ * https://github.com/FirebirdSQL/NETProvider/blob/master/license.txt.
7+ *
8+ * Software distributed under the License is distributed on
9+ * an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
10+ * express or implied. See the License for the specific
11+ * language governing rights and limitations under the License.
12+ *
13+ * All Rights Reserved.
14+ */
15+
16+ //$Authors = Mark Rotteveel
17+
18+ using System . Collections . Generic ;
219using FirebirdSql . Data . Client . Managed ;
320using NUnit . Framework ;
421
You can’t perform that action at this time.
0 commit comments