Skip to content

Commit

Permalink
removed copyright from Nito.AsyncEx files (#3335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Feb 21, 2018
1 parent ed7a086 commit 3f0c716
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 72 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
//-----------------------------------------------------------------------
// <copyright file="AsyncContext.SynchronizationContext.cs" company="Akka.NET Project">
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

using System;
using System;
using System.Threading;
using Nito.AsyncEx.Synchronous;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
//-----------------------------------------------------------------------
// <copyright file="AsyncContext.TaskQueue.cs" company="Akka.NET Project">
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

using System;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
//-----------------------------------------------------------------------
// <copyright file="AsyncContext.TaskScheduler.cs" company="Akka.NET Project">
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;

namespace Nito.AsyncEx
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
//-----------------------------------------------------------------------
// <copyright file="AsyncContext.cs" company="Akka.NET Project">
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

using System;
using System;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
//-----------------------------------------------------------------------
// <copyright file="BoundAction.cs" company="Akka.NET Project">
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
//-----------------------------------------------------------------------
// <copyright file="ExceptionHelpers.cs" company="Akka.NET Project">
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

using System;
using System;
using System.Runtime.ExceptionServices;

internal static class ExceptionHelpers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
//-----------------------------------------------------------------------
// <copyright file="SingleDisposable (of T).cs" company="Akka.NET Project">
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

using System;
using System;
using System.Threading;
using Nito.Disposables.Internals;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
//-----------------------------------------------------------------------
// <copyright file="SynchronizationContextSwitcher.cs" company="Akka.NET Project">
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

using System;
using System;
using System.Threading;
using System.Threading.Tasks;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
//-----------------------------------------------------------------------
// <copyright file="SynchronousTaskExtensions.cs.cs" company="Akka.NET Project">
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

using System;
using System;
using System.Runtime.ExceptionServices;
using System.Threading;
using System.Threading.Tasks;
Expand Down

0 comments on commit 3f0c716

Please sign in to comment.