Browse Source

Add license headers.

pull/2364/head
Dariusz Komosiński 7 years ago
parent
commit
adf92d2ecb
  1. 3
      src/Skia/Avalonia.Skia/CustomRenderTarget.cs
  2. 3
      src/Skia/Avalonia.Skia/ICustomSkiaGpu.cs
  3. 3
      src/Skia/Avalonia.Skia/ICustomSkiaRenderSession.cs
  4. 3
      src/Skia/Avalonia.Skia/ICustomSkiaRenderTarget.cs

3
src/Skia/Avalonia.Skia/CustomRenderTarget.cs

@ -1,3 +1,6 @@
// Copyright (c) The Avalonia Project. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using Avalonia.Platform;
using Avalonia.Rendering;

3
src/Skia/Avalonia.Skia/ICustomSkiaGpu.cs

@ -1,3 +1,6 @@
// Copyright (c) The Avalonia Project. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System.Collections.Generic;
using SkiaSharp;

3
src/Skia/Avalonia.Skia/ICustomSkiaRenderSession.cs

@ -1,3 +1,6 @@
// Copyright (c) The Avalonia Project. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System;
using SkiaSharp;

3
src/Skia/Avalonia.Skia/ICustomSkiaRenderTarget.cs

@ -1,3 +1,6 @@
// Copyright (c) The Avalonia Project. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System;
namespace Avalonia.Skia

Loading…
Cancel
Save