File tree Expand file tree Collapse file tree 10 files changed +64
-7
lines changed
RepostConfirmationCanceler Expand file tree Collapse file tree 10 files changed +64
-7
lines changed Original file line number Diff line number Diff line change 1+ The source code for RepostConfirmationCanceler.exe are licensed under the MPL v2.0 license.
2+
3+ All other code are licensed under the GPL v3 license.
4+
5+ You can obtain the full text of the MPL v2.0 license and the GPL v3 license from the following files.
6+
7+ LICENSES\MPL2.txt
8+ LICENSES\GPL3.txt
File renamed without changes.
Original file line number Diff line number Diff line change 1- using Microsoft . Win32 ;
1+ /*
2+ This Source Code Form is subject to the terms of the Mozilla Public
3+ License, v. 2.0. If a copy of the MPL was not distributed with this
4+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
6+ Copyright (c) 2025 ClearCode Inc.
7+ */
8+ using Microsoft . Win32 ;
29using System ;
310using System . Collections . Generic ;
411using System . IO ;
Original file line number Diff line number Diff line change 1- using System ;
1+ /*
2+ This Source Code Form is subject to the terms of the Mozilla Public
3+ License, v. 2.0. If a copy of the MPL was not distributed with this
4+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
6+ Copyright (c) 2025 ClearCode Inc.
7+ */
8+ using System ;
29using System . Diagnostics ;
310using System . Linq ;
411using System . Threading . Tasks ;
Original file line number Diff line number Diff line change 1- using System ;
1+ /*
2+ This Source Code Form is subject to the terms of the Mozilla Public
3+ License, v. 2.0. If a copy of the MPL was not distributed with this
4+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
6+ Copyright (c) 2025 ClearCode Inc.
7+ */
8+ using System ;
29using System . IO ;
310
411namespace RepostConfirmationCanceler
Original file line number Diff line number Diff line change 1- using System ;
1+ /*
2+ This Source Code Form is subject to the terms of the Mozilla Public
3+ License, v. 2.0. If a copy of the MPL was not distributed with this
4+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
6+ Copyright (c) 2025 ClearCode Inc.
7+ */
8+ using System ;
29using System . IO ;
310using System . IO . Pipes ;
411using System . Text ;
Original file line number Diff line number Diff line change 1- using Microsoft . Win32 ;
1+ /*
2+ This Source Code Form is subject to the terms of the Mozilla Public
3+ License, v. 2.0. If a copy of the MPL was not distributed with this
4+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
6+ Copyright (c) 2025 ClearCode Inc.
7+ */
8+ using Microsoft . Win32 ;
29using RepostConfirmationCanceler ;
310using System ;
411using System . Collections . Generic ;
Original file line number Diff line number Diff line change 1- namespace RepostConfirmationCanceler
1+ /*
2+ This Source Code Form is subject to the terms of the Mozilla Public
3+ License, v. 2.0. If a copy of the MPL was not distributed with this
4+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
6+ Copyright (c) 2025 ClearCode Inc.
7+ */
8+ namespace RepostConfirmationCanceler
29{
310 internal enum RunTimeMode
411 {
Original file line number Diff line number Diff line change 1- using System ;
1+ /*
2+ This Source Code Form is subject to the terms of the Mozilla Public
3+ License, v. 2.0. If a copy of the MPL was not distributed with this
4+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
6+ Copyright (c) 2025 ClearCode Inc.
7+ */
8+ using System ;
29
310namespace RepostConfirmationCanceler
411{
You can’t perform that action at this time.
0 commit comments