Skip to content

Commit

Permalink
Update license header.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarchingCube committed Dec 7, 2019
1 parent d9aab14 commit 12f4ae0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/Avalonia.Base/Collections/Pooled/ClearMode.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
namespace Avalonia.Collections.Pooled
// This source file is adapted from the Collections.Pooled.
// (https://github.com/jtmueller/Collections.Pooled/tree/master/Collections.Pooled/)

namespace Avalonia.Collections.Pooled
{
/// <summary>
/// This enum allows control over how data is treated when internal
Expand Down
5 changes: 4 additions & 1 deletion src/Avalonia.Base/Collections/Pooled/IReadOnlyPooledList.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// This source file is adapted from the Collections.Pooled.
// (https://github.com/jtmueller/Collections.Pooled/tree/master/Collections.Pooled/)

using System;
using System.Collections.Generic;

namespace Avalonia.Collections.Pooled
Expand Down

0 comments on commit 12f4ae0

Please sign in to comment.