Skip to content

Commit 1231b0a

Browse files
committed
Add copyright notices to newly added files.
1 parent 89e6345 commit 1231b0a

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

SampleApps/webview2_sample_uwp/Pages/SettingsPage.xaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<Page
1+
<!--Copyright (C) Microsoft Corporation. All rights reserved.
2+
Use of this source code is governed by a BSD-style license that can be
3+
found in the LICENSE file.-->
4+
5+
<Page
26
x:Class="WebView2_UWP.Pages.SettingsPage"
37
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
48
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

SampleApps/webview2_sample_uwp/Pages/SettingsPage.xaml.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using Microsoft.UI.Xaml.Controls;
1+
// Copyright (C) Microsoft Corporation. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
5+
using Microsoft.UI.Xaml.Controls;
26
using System;
37
using System.Collections.ObjectModel;
48
using System.ComponentModel;

SampleApps/webview2_sample_uwp/Settings.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System;
1+
// Copyright (C) Microsoft Corporation. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
5+
using System;
26
using Windows.Foundation.Collections;
37
using Windows.Storage;
48

SampleApps/webview2_sample_uwp/WebView2Extensions.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using Microsoft.UI.Xaml.Controls;
1+
// Copyright (C) Microsoft Corporation. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
5+
using Microsoft.UI.Xaml.Controls;
26
using Microsoft.Web.WebView2.Core;
37
using System.ComponentModel;
48
using System.Diagnostics;

0 commit comments

Comments
 (0)