Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Update license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
noahc3 committed Jul 3, 2019
1 parent 7d74f6e commit e62036c
Show file tree
Hide file tree
Showing 39 changed files with 164 additions and 46 deletions.
19 changes: 19 additions & 0 deletions SDSetup.sln.licenseheader
@@ -0,0 +1,19 @@
extensions: designer.cs generated.cs
extensions: .cs .cpp .h
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
extensions: .aspx .ascx
<%--
Copyright (c) 2011 rubicon IT GmbH
--%>
extensions: .vb
'Sample license text.
extensions: .xml .config .xsd .razor
<!--
Copyright (c) 2018 noahc3
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
6 changes: 5 additions & 1 deletion SDSetupBackend/Controllers/v1.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Collections;
using System.Collections.Specialized;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackend/DeletingFileStream.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackend/Extensions.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackend/Program.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackend/Startup.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackend/U.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.IO;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/Common/AsyncStreamReader.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/Common/ConnectionUtils.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/Common/Events.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/Common/Extensions.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/Common/Security.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/Common/Utilities.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/ConnectionTest.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/Form1.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/GetMasterPassword.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/Program.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/Properties/AssemblyInfo.cs
@@ -1,4 +1,8 @@
using System.Reflection;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/RequestPassword.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/ServerEditor.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/SetMasterPassword.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/Types/Config.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBackendControlPanel/Types/ServerConfig.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupBlazor/DownloadHelper.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
Expand Down
2 changes: 1 addition & 1 deletion SDSetupBlazor/G.cs
@@ -1,4 +1,4 @@
/* Copyright (c) 2018 noahc3
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 1 addition & 1 deletion SDSetupBlazor/Interop/Promises/GreetingModel.cs
@@ -1,4 +1,4 @@
/* Copyright (c) 2018 noahc3
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 1 addition & 1 deletion SDSetupBlazor/Interop/Promises/IPromiseCallbackHandler.cs
@@ -1,4 +1,4 @@
/* Copyright (c) 2018 noahc3
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 1 addition & 1 deletion SDSetupBlazor/Interop/Promises/PromiseCallbackHandler.cs
@@ -1,4 +1,4 @@
/* Copyright (c) 2018 noahc3
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 1 addition & 1 deletion SDSetupBlazor/Interop/Promises/Promises.cs
@@ -1,4 +1,4 @@
/* Copyright (c) 2018 noahc3
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 1 addition & 1 deletion SDSetupBlazor/Program.cs
@@ -1,4 +1,4 @@
/* Copyright (c) 2018 noahc3
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
11 changes: 0 additions & 11 deletions SDSetupBlazor/SDSetupBlazor.licenseheader

This file was deleted.

4 changes: 4 additions & 0 deletions SDSetupBlazor/Startup.cs
@@ -1,3 +1,7 @@
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using Microsoft.AspNetCore.Components.Builder;
using Microsoft.Extensions.DependencyInjection;
using Blazor.Extensions.Storage;
Expand Down
2 changes: 1 addition & 1 deletion SDSetupBlazor/T4.cs
@@ -1,4 +1,4 @@
/* Copyright (c) 2018 noahc3
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 1 addition & 1 deletion SDSetupBlazor/TypesOld.cs
@@ -1,4 +1,4 @@
/* Copyright (c) 2018 noahc3
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 1 addition & 1 deletion SDSetupBlazor/ZipHelpers.cs
@@ -1,4 +1,4 @@
/* Copyright (c) 2018 noahc3
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
6 changes: 6 additions & 0 deletions SDSetupBlazor/wwwroot/browserconfig.xml
@@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2018 noahc3
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<browserconfig>
<msapplication>
<tile>
Expand Down
6 changes: 5 additions & 1 deletion SDSetupCommon/DownloadStats.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
Expand Down
6 changes: 5 additions & 1 deletion SDSetupCommon/Extensions.cs
@@ -1,4 +1,8 @@
using System;
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
Expand Down
2 changes: 1 addition & 1 deletion SDSetupCommon/Types.cs
@@ -1,4 +1,4 @@
/* Copyright (c) 2018 noahc3
/* Copyright (c) 2019 noahc3
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down

0 comments on commit e62036c

Please sign in to comment.