File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
src/NHibernate/Linq/Visitors 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
+ // Copyright (c) rubicon IT GmbH, www.rubicon.eu
2
+ //
3
+ // See the NOTICE file distributed with this work for additional information
4
+ // regarding copyright ownership. rubicon licenses this file to you under
5
+ // the Apache License, Version 2.0 (the "License"); you may not use this
6
+ // file except in compliance with the License. You may obtain a copy of the
7
+ // License at
8
+ //
9
+ // http://www.apache.org/licenses/LICENSE-2.0
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. See the
14
+ // License for the specific language governing permissions and limitations
15
+ // under the License.
16
+ //
17
+
18
+ using System . Collections . Generic ;
2
19
using System . Linq ;
3
20
using System . Linq . Expressions ;
4
21
using System . Reflection ;
You can’t perform that action at this time.
0 commit comments