Skip to content

Commit 3fcb47f

Browse files
authored
standardize the copyright info (#925)
1 parent a8b8307 commit 3fcb47f

File tree

503 files changed

+514
-513
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

503 files changed

+514
-513
lines changed

Solutions/net40/AssemblyInfo.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ using namespace System::Security::Permissions;
1515
[assembly:AssemblyTitleAttribute(L"Microsoft.Applications.Telemetry.Windows")];
1616
[assembly:AssemblyDescriptionAttribute(L"Microsoft data file")];
1717
[assembly:AssemblyConfigurationAttribute(L"Retail")];
18-
[assembly:AssemblyCompanyAttribute(L"Microsoft")];
18+
[assembly:AssemblyCompanyAttribute(L"Microsoft Corporation")];
1919
[assembly:AssemblyProductAttribute(L"Microsoft Telemetry SDK for Windows")];
20-
[assembly:AssemblyCopyrightAttribute(L"Copyright (c) 2019")];
20+
[assembly:AssemblyCopyrightAttribute(L"Copyright (c) Microsoft Corporation. All rights reserved.")];
2121
[assembly:AssemblyTrademarkAttribute(L"Microsoft Telemetry SDK for Windows")];
2222
[assembly:AssemblyCultureAttribute(L"")];
2323
[assembly:AssemblyKeyFile("Test.snk")];

Solutions/win10-dll/dllmain.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
#define LOG_MODULE DBG_DLLLOAD

Solutions/win32-cs/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
using System;

examples/cs/SampleCsNet40/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[assembly: AssemblyTitle("SampleCsNet40")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("Microsoft Corporation")]
1212
[assembly: AssemblyProduct("SampleCsNet40 Testapp")]
13-
[assembly: AssemblyCopyright("Copyright © 2019")]
13+
[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation. All rights reserved.")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

examples/cs/SampleCsUWP/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[assembly: AssemblyTitle("SampleCsUWP")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("Microsoft Corporation")]
1212
[assembly: AssemblyProduct("SampleCsUWP")]
13-
[assembly: AssemblyCopyright("Copyright © 2019")]
13+
[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation. All rights reserved.")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

lib/android_build/app/src/androidTest/java/com/microsoft/applications/events/maesdktest/LogManagerDDVUnitTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events.maesdktest;

lib/android_build/app/src/androidTest/java/com/microsoft/applications/events/maesdktest/OfflineRoomUnitTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events.maesdktest;

lib/android_build/app/src/androidTest/java/com/microsoft/applications/events/maesdktest/SDKUnitNativeTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events.maesdktest;

lib/android_build/app/src/main/cpp/native-lib.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
#include "gtest/gtest.h"

lib/android_build/app/src/main/java/com/microsoft/applications/events/maesdktest/MaeUnitLogger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events.maesdktest;

lib/android_build/app/src/main/java/com/microsoft/applications/events/maesdktest/MainActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events.maesdktest;

lib/android_build/app/src/main/java/com/microsoft/applications/events/maesdktest/TestStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events.maesdktest;

lib/android_build/app/src/test/java/com/microsoft/applications/events/maesdktest/ExampleUnitTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events.maesdktest;

lib/android_build/maesdk/src/androidTest/java/com/microsoft/applications/events/ExampleInstrumentedTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/ActionType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/AggregateType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/AggregatedMetricData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/AppLifecycleState.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/ByTenant.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/CommonDataContext.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/Constants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/DataCategory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/DataConcernType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/DiagnosticLevel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventLatency.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPersistence.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPriority.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPropertiesStorage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventProperty.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPropertyBooleanValue.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPropertyDoubleArrayValue.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPropertyDoubleValue.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPropertyGuidArrayValue.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPropertyGuidValue.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPropertyLongArrayValue.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPropertyLongValue.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPropertyStringArrayValue.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPropertyStringValue.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPropertyTimeTicksValue.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPropertyType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/EventPropertyValue.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/HttpClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/ILogConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/ILogManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/ILogger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/ISemanticContext.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/InputDeviceType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/LogConfigurationKey.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/LogManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/LogManagerProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/Logger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/NetworkCost.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/NetworkType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

lib/android_build/maesdk/src/main/java/com/microsoft/applications/events/OfflineRoom.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
package com.microsoft.applications.events;

0 commit comments

Comments
 (0)