Skip to content

Commit b94870c

Browse files
Oraceatifaziz
authored andcommitted
Fix copyright holders of test files (#686)
This is a squashed merge of PR #686 that closes #671.
1 parent fd32a8a commit b94870c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+506
-31
lines changed

MoreLinq.Test/AcquireTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License and Terms
22
// MoreLINQ - Extensions to LINQ to Objects
3-
// Copyright (c) 2008 Jonathan Skeet. All rights reserved.
3+
// Copyright (c) 2012 Atif Aziz. All rights reserved.
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License");
66
// you may not use this file except in compliance with the License.

MoreLinq.Test/AssertCountTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License and Terms
22
// MoreLINQ - Extensions to LINQ to Objects
3-
// Copyright (c) 2008 Jonathan Skeet. All rights reserved.
3+
// Copyright (c) 2009 Atif Aziz. All rights reserved.
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License");
66
// you may not use this file except in compliance with the License.

MoreLinq.Test/AssertTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License and Terms
22
// MoreLINQ - Extensions to LINQ to Objects
3-
// Copyright (c) 2008 Jonathan Skeet. All rights reserved.
3+
// Copyright (c) 2013 Atif Aziz. All rights reserved.
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License");
66
// you may not use this file except in compliance with the License.

MoreLinq.Test/AssertThrowsArgument.cs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
#region License and Terms
2+
// MoreLINQ - Extensions to LINQ to Objects
3+
// Copyright (c) 2017 George Vovos. All rights reserved.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the 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,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
#endregion
17+
118
namespace MoreLinq.Test
219
{
320
using System;

MoreLinq.Test/AtLeastTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License and Terms
22
// MoreLINQ - Extensions to LINQ to Objects
3-
// Copyright (c) 2008 Jonathan Skeet. All rights reserved.
3+
// Copyright (c) 2015 "sholland". All rights reserved.
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License");
66
// you may not use this file except in compliance with the License.

MoreLinq.Test/BreakingCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License and Terms
22
// MoreLINQ - Extensions to LINQ to Objects
3-
// Copyright (c) 2008 Jonathan Skeet. All rights reserved.
3+
// Copyright (c) 2018 Jonas Nyrup. All rights reserved.
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License");
66
// you may not use this file except in compliance with the License.

MoreLinq.Test/BreakingList.cs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
#region License and Terms
2+
// MoreLINQ - Extensions to LINQ to Objects
3+
// Copyright (c) 2018 Avi Levin. All rights reserved.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the 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,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
#endregion
17+
118
namespace MoreLinq.Test
219
{
320
using System;

MoreLinq.Test/BreakingReadOnlyCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License and Terms
22
// MoreLINQ - Extensions to LINQ to Objects
3-
// Copyright (c) 2008 Jonathan Skeet. All rights reserved.
3+
// Copyright (c) 2018 Leandro F. Vieira. All rights reserved.
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License");
66
// you may not use this file except in compliance with the License.

MoreLinq.Test/BreakingReadOnlyList.cs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
#region License and Terms
2+
// MoreLINQ - Extensions to LINQ to Objects
3+
// Copyright (c) 2018 Avi Levin. All rights reserved.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the 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,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
#endregion
17+
118
namespace MoreLinq.Test
219
{
320
using System.Collections;

MoreLinq.Test/CartesianTest.cs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
#region License and Terms
2+
// MoreLINQ - Extensions to LINQ to Objects
3+
// Copyright (c) 2010 Leopold Bushkin. All rights reserved.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the 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,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
#endregion
17+
118
namespace MoreLinq.Test
219
{
320
using NUnit.Framework;

0 commit comments

Comments
 (0)