Skip to content

Commit 1e35d65

Browse files
authored
Fix: Removed GPL code from FilesLauncher (#11509)
1 parent a4641ff commit 1e35d65

26 files changed

+96
-945
lines changed

src/Files.OpenDialog/CustomOpenDialog/CustomOpenDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 Files
1+
// Copyright (c) 2023 Files Community
22
// Licensed under the MIT License. See the LICENSE.
33

44
// Abstract:

src/Files.OpenDialog/CustomOpenDialog/CustomOpenDialog.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright (c) 2023 Files
1+
; Copyright (c) 2023 Files Community
22
; Licensed under the MIT License. See the LICENSE.
33

44
; Abstract:

src/Files.OpenDialog/CustomOpenDialog/CustomOpenDialog.idl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2023 Files
1+
// Copyright (c) 2023 Files Community
22
// Licensed under the MIT License. See the LICENSE.
33

44
// Abstract:
5-
// IDL source for CustomOpenDialog
5+
// IDL source for CustomOpenDialog.
66

77
// Note:
88
// This file will be processed by the MIDL tool for

src/Files.OpenDialog/CustomOpenDialog/FilesOpenDialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2023 Files
1+
// Copyright (c) 2023 Files Community
22
// Licensed under the MIT License. See the LICENSE.
33

44
// Abstract:
5-
// Implementation of CFilesOpenDialog
5+
// Implementation of CFilesOpenDialog.
66

77
#include <shlobj.h>
88
#include <iostream>

src/Files.OpenDialog/CustomOpenDialog/FilesOpenDialog.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2023 Files
1+
// Copyright (c) 2023 Files Community
22
// Licensed under the MIT License. See the LICENSE.
33

44
// Abstract:
5-
// Declaration of CFilesOpenDialog
5+
// Declaration of CFilesOpenDialog.
66

77
#pragma once
88

src/Files.OpenDialog/CustomOpenDialog/UndefInterfaces.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2023 Files
1+
// Copyright (c) 2023 Files Community
22
// Licensed under the MIT License. See the LICENSE.
33

44
// Abstract:
5-
// Declaration of Undocumented interfaces and helpers
5+
// Declaration of Undocumented interfaces and helpers.
66

77
#pragma once
88

src/Files.OpenDialog/CustomOpenDialog/dllmain.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2023 Files
1+
// Copyright (c) 2023 Files Community
22
// Licensed under the MIT License. See the LICENSE.
33

44
// Abstract:
5-
// Implementation of DllMain.
5+
// Implementation of module class.
66

77
#include "pch.h"
88
#include "framework.h"

src/Files.OpenDialog/CustomOpenDialog/dllmain.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2023 Files
1+
// Copyright (c) 2023 Files Community
22
// Licensed under the MIT License. See the LICENSE.
33

44
// Abstract:
5-
// declaration of module class
5+
// declaration of module class.
66

77
class CCustomOpenDialogModule :
88
public ATL::CAtlDllModuleT<CCustomOpenDialogModule>

src/Files.OpenDialog/CustomOpenDialog/framework.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 Files
1+
// Copyright (c) 2023 Files Community
22
// Licensed under the MIT License. See the LICENSE.
33

44
#pragma once
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
// Copyright (c) 2023 Files
1+
// Copyright (c) 2023 Files Community
22
// Licensed under the MIT License. See the LICENSE.
33

44
// Abstract:
5-
// Source file pch.h corresponding to pch.h precompiled header. Do not change the file name.
5+
// Source file pch.h corresponding to pch.h precompiled header.
66

77
// Note:
8+
// Do not Rename.
89
// When using precompiled headers, this file is required for successful compilation.
910

1011
#include "pch.h"

0 commit comments

Comments
 (0)