Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 31dcf83

Browse files
authored
Update ArrayBind.cs
1 parent b23a167 commit 31dcf83

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

samples/array-bind/ArrayBind.cs

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
/* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */
2-
3-
/******************************************************************************
4-
*
5-
* You may not use the identified files except in compliance with The MIT
6-
* License (the "License.")
7-
*
8-
* You may obtain a copy of the License at
9-
* https://github.com/oracle/Oracle.NET/blob/master/LICENSE
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13-
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
*
15-
* See the License for the specific language governing permissions and
16-
* limitations under the License.
17-
*
18-
*****************************************************************************/
19-
201
using System;
212
using System.Data;
223
using Oracle.ManagedDataAccess.Client;
@@ -121,3 +102,22 @@ public static void Setup(string connectStr)
121102
}
122103
}
123104
}
105+
106+
/* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */
107+
108+
/******************************************************************************
109+
*
110+
* You may not use the identified files except in compliance with The MIT
111+
* License (the "License.")
112+
*
113+
* You may obtain a copy of the License at
114+
* https://github.com/oracle/Oracle.NET/blob/master/LICENSE
115+
*
116+
* Unless required by applicable law or agreed to in writing, software
117+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
118+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
119+
*
120+
* See the License for the specific language governing permissions and
121+
* limitations under the License.
122+
*
123+
*****************************************************************************/

0 commit comments

Comments
 (0)