We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b311c commit 432f56eCopy full SHA for 432f56e
Orm/Xtensive.Orm.Tests.Framework/Cloner.cs
@@ -1,9 +1,11 @@
1
-// Copyright (C) 2003-2010 Xtensive LLC.
2
-// All rights reserved.
3
-// For conditions of distribution and use, see license.
+// Copyright (C) 2009-2025 Xtensive LLC.
+// This code is distributed under MIT license terms.
+// See the License.txt file in the project root for more information.
4
// Created by: Alex Yakunin
5
// Created: 2009.05.05
6
7
+using System;
8
+using System.Collections.Generic;
9
using System.IO;
10
using System.Runtime.Serialization;
11
using System.Runtime.Serialization.Formatters.Binary;
0 commit comments