From 8857a18e783f9830f680dc2e7acd99487fe57069 Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Wed, 24 Feb 2021 18:18:47 +0100 Subject: [PATCH] chore: Add header --- src/Uno.Core/Disposables/RefCountDisposable.cs | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/Uno.Core/Disposables/RefCountDisposable.cs b/src/Uno.Core/Disposables/RefCountDisposable.cs index 44d0877..fff7124 100644 --- a/src/Uno.Core/Disposables/RefCountDisposable.cs +++ b/src/Uno.Core/Disposables/RefCountDisposable.cs @@ -1,4 +1,20 @@ -#nullable enable +// ****************************************************************** +// Copyright � 2015-2018 nventive inc. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// ****************************************************************** +#nullable enable // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT License.