Skip to content

Commit d87bcf3

Browse files
committed
Remove accedentally added namespace + summary updates
1 parent 7c3f106 commit d87bcf3

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

Orm/Xtensive.Orm/Orm/Linq/Expressions/ConstructorExpression.cs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
// Copyright (C) 2003-2010 Xtensive LLC.
2-
// All rights reserved.
3-
// For conditions of distribution and use, see license.
1+
// Copyright (C) 2009-2026 Xtensive LLC.
2+
// This code is distributed under MIT license terms.
3+
// See the License.txt file in the project root for more information.
44
// Created by: Alexey Gamzov
55
// Created: 2009.10.16
66

77
using System;
88
using System.Collections.Generic;
9-
using System.Diagnostics;
109
using System.Linq.Expressions;
1110
using System.Reflection;
12-
using Xtensive.Collections;
1311
using Xtensive.Core;
1412
using Xtensive.Orm.Linq.Expressions;
1513
using Xtensive.Orm.Linq.Expressions.Visitors;
1614
using System.Linq;
17-
using System.Net.Http.Headers;
1815

1916
namespace Xtensive.Orm.Linq
2017
{

Orm/Xtensive.Orm/Orm/Linq/Expressions/Visitors/ExtendedExpressionReplacer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2009-2024 Xtensive LLC.
1+
// Copyright (C) 2009-2026 Xtensive LLC.
22
// This code is distributed under MIT license terms.
33
// See the License.txt file in the project root for more information.
44
// Created by: Alexis Kochetov

Orm/Xtensive.Orm/Orm/Linq/Expressions/Visitors/OwnerRemover.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2009-2020 Xtensive LLC.
1+
// Copyright (C) 2009-2026 Xtensive LLC.
22
// This code is distributed under MIT license terms.
33
// See the License.txt file in the project root for more information.
44
// Created by: Alexis Kochetov

0 commit comments

Comments
 (0)