Skip to content

Fix: Removed GPL code from FilesLauncher #11509

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Files.OpenDialog/CustomOpenDialog/CustomOpenDialog.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Files
// Copyright (c) 2023 Files Community
// Licensed under the MIT License. See the LICENSE.

// Abstract:
Expand Down
2 changes: 1 addition & 1 deletion src/Files.OpenDialog/CustomOpenDialog/CustomOpenDialog.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright (c) 2023 Files
; Copyright (c) 2023 Files Community
; Licensed under the MIT License. See the LICENSE.

; Abstract:
Expand Down
4 changes: 2 additions & 2 deletions src/Files.OpenDialog/CustomOpenDialog/CustomOpenDialog.idl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) 2023 Files
// Copyright (c) 2023 Files Community
// Licensed under the MIT License. See the LICENSE.

// Abstract:
// IDL source for CustomOpenDialog
// IDL source for CustomOpenDialog.

// Note:
// This file will be processed by the MIDL tool for
Expand Down
4 changes: 2 additions & 2 deletions src/Files.OpenDialog/CustomOpenDialog/FilesOpenDialog.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) 2023 Files
// Copyright (c) 2023 Files Community
// Licensed under the MIT License. See the LICENSE.

// Abstract:
// Implementation of CFilesOpenDialog
// Implementation of CFilesOpenDialog.

#include <shlobj.h>
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions src/Files.OpenDialog/CustomOpenDialog/FilesOpenDialog.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) 2023 Files
// Copyright (c) 2023 Files Community
// Licensed under the MIT License. See the LICENSE.

// Abstract:
// Declaration of CFilesOpenDialog
// Declaration of CFilesOpenDialog.

#pragma once

Expand Down
4 changes: 2 additions & 2 deletions src/Files.OpenDialog/CustomOpenDialog/UndefInterfaces.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) 2023 Files
// Copyright (c) 2023 Files Community
// Licensed under the MIT License. See the LICENSE.

// Abstract:
// Declaration of Undocumented interfaces and helpers
// Declaration of Undocumented interfaces and helpers.

#pragma once

Expand Down
4 changes: 2 additions & 2 deletions src/Files.OpenDialog/CustomOpenDialog/dllmain.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) 2023 Files
// Copyright (c) 2023 Files Community
// Licensed under the MIT License. See the LICENSE.

// Abstract:
// Implementation of DllMain.
// Implementation of module class.

#include "pch.h"
#include "framework.h"
Expand Down
4 changes: 2 additions & 2 deletions src/Files.OpenDialog/CustomOpenDialog/dllmain.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) 2023 Files
// Copyright (c) 2023 Files Community
// Licensed under the MIT License. See the LICENSE.

// Abstract:
// declaration of module class
// declaration of module class.

class CCustomOpenDialogModule :
public ATL::CAtlDllModuleT<CCustomOpenDialogModule>
Expand Down
2 changes: 1 addition & 1 deletion src/Files.OpenDialog/CustomOpenDialog/framework.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Files
// Copyright (c) 2023 Files Community
// Licensed under the MIT License. See the LICENSE.

#pragma once
Expand Down
5 changes: 3 additions & 2 deletions src/Files.OpenDialog/CustomOpenDialog/pch.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// Copyright (c) 2023 Files
// Copyright (c) 2023 Files Community
// Licensed under the MIT License. See the LICENSE.

// Abstract:
// Source file pch.h corresponding to pch.h precompiled header. Do not change the file name.
// Source file pch.h corresponding to pch.h precompiled header.

// Note:
// Do not Rename.
// When using precompiled headers, this file is required for successful compilation.

#include "pch.h"
5 changes: 3 additions & 2 deletions src/Files.OpenDialog/CustomOpenDialog/pch.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// Copyright (c) 2023 Files
// Copyright (c) 2023 Files Community
// Licensed under the MIT License. See the LICENSE.

// Abstract:
// pch.h is the precompiled header file named pch.h. Do not change the file name.
// pch.h is the precompiled header file named pch.h.

// Note:
// Do not Rename.
// The files listed below are compiled only once, which improves performance for subsequent compilations.
// This setting also affects the performance of IntelliSense, including code completion and many other code browsing features.
// However, the files listed here are ALL recompiled if one of them is updated from one build to another.
Expand Down
2 changes: 1 addition & 1 deletion src/Files.OpenDialog/CustomOpenDialog/targetver.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Files
// Copyright (c) 2023 Files Community
// Licensed under the MIT License. See the LICENSE.

// Note:
Expand Down
57 changes: 0 additions & 57 deletions src/Files.OpenDialog/FilesLauncher/DocumentServiceProvider.cpp

This file was deleted.

25 changes: 0 additions & 25 deletions src/Files.OpenDialog/FilesLauncher/DocumentServiceProvider.h

This file was deleted.

Loading