mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-03 00:35:13 +02:00
rebrand WindowsXPKg to UMSKT
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
@@ -20,8 +20,8 @@
|
||||
* @Maintainer Neo
|
||||
*/
|
||||
|
||||
#ifndef WINDOWSXPKG_BINK1998_H
|
||||
#define WINDOWSXPKG_BINK1998_H
|
||||
#ifndef UMSKT_BINK1998_H
|
||||
#define UMSKT_BINK1998_H
|
||||
|
||||
#include "header.h"
|
||||
|
||||
@@ -59,4 +59,4 @@ public:
|
||||
);
|
||||
};
|
||||
|
||||
#endif //WINDOWSXPKG_BINK1998_H
|
||||
#endif //UMSKT_BINK1998_H
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
@@ -20,8 +20,8 @@
|
||||
* @Maintainer Neo
|
||||
*/
|
||||
|
||||
#ifndef WINDOWSXPKG_BINK2002_H
|
||||
#define WINDOWSXPKG_BINK2002_H
|
||||
#ifndef UMSKT_BINK2002_H
|
||||
#define UMSKT_BINK2002_H
|
||||
|
||||
#include "header.h"
|
||||
|
||||
@@ -62,4 +62,4 @@ public:
|
||||
);
|
||||
};
|
||||
|
||||
#endif //WINDOWSXPKG_BINK2002_H
|
||||
#endif //UMSKT_BINK2002_H
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
|
||||
10
src/cli.h
10
src/cli.h
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
@@ -20,8 +20,8 @@
|
||||
* @Maintainer Neo
|
||||
*/
|
||||
|
||||
#ifndef WINDOWSXPKG_CLI_H
|
||||
#define WINDOWSXPKG_CLI_H
|
||||
#ifndef UMSKT_CLI_H
|
||||
#define UMSKT_CLI_H
|
||||
|
||||
#include "header.h"
|
||||
|
||||
@@ -50,4 +50,4 @@ public:
|
||||
int ConfirmationID();
|
||||
};
|
||||
|
||||
#endif //WINDOWSXPKG_CLI_H
|
||||
#endif //UMSKT_CLI_H
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
@@ -20,7 +20,7 @@
|
||||
* @Maintainer WitherOrNot
|
||||
*
|
||||
* @History {
|
||||
* This algorithm was provided to the WindowsXPKg project by diamondggg
|
||||
* This algorithm was provided to the UMSKT project by diamondggg
|
||||
* the history provided by diamondggg is that they are the originator of the code
|
||||
* and was created in tandem with an acquaintance who knows number theory.
|
||||
* The file dates suggest this code was written sometime in 2017/2018
|
||||
|
||||
10
src/confid.h
10
src/confid.h
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
@@ -20,8 +20,8 @@
|
||||
* @Maintainer Neo
|
||||
*/
|
||||
|
||||
#ifndef WINDOWSXPKG_CONFID_H
|
||||
#define WINDOWSXPKG_CONFID_H
|
||||
#ifndef UMSKT_CONFID_H
|
||||
#define UMSKT_CONFID_H
|
||||
|
||||
#include "header.h"
|
||||
|
||||
@@ -68,4 +68,4 @@ public:
|
||||
static int CLIRun();
|
||||
};
|
||||
|
||||
#endif //WINDOWSXPKG_CONFID_H
|
||||
#endif //UMSKT_CONFID_H
|
||||
|
||||
10
src/header.h
10
src/header.h
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
@@ -20,8 +20,8 @@
|
||||
* @Maintainer Neo
|
||||
*/
|
||||
|
||||
#ifndef WINDOWSXPKG_HEADER_H
|
||||
#define WINDOWSXPKG_HEADER_H
|
||||
#ifndef UMSKT_HEADER_H
|
||||
#define UMSKT_HEADER_H
|
||||
|
||||
#ifdef DEBUG
|
||||
#include <cassert>
|
||||
@@ -130,4 +130,4 @@ void unbase24(BYTE *byteSeq, const char *cdKey);
|
||||
void base24(char *cdKey, BYTE *byteSeq);
|
||||
|
||||
|
||||
#endif //WINDOWSXPKG_HEADER_H
|
||||
#endif //UMSKT_HEADER_H
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
|
||||
Reference in New Issue
Block a user