Skip to content

Commit 8537c02

Browse files
committed
Add license and copyright for TransparentIdentifierRemovingExpressionVisitor
1 parent 104ab93 commit 8537c02

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/NHibernate/Linq/Visitors/TransparentIdentifierRemovingExpressionVisitor.cs

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
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;
219
using System.Linq;
320
using System.Linq.Expressions;
421
using System.Reflection;

0 commit comments

Comments
 (0)