This website works better with JavaScript.
Nichole Mattera
Support My Work on Ko-fi
Sign In
NicholeMattera
/
Kosmos-Updater-Diagnostic
Code
Releases
1
Activity
Browse Source
Updated names.
main
Nichole Mattera
7 months ago
parent
e77a50fb93
commit
3d87c1dac9
18 changed files
with
18 additions
and
18 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-1
src/Application.cpp
+1
-1
src/Application.hpp
+1
-1
src/Menu.cpp
+1
-1
src/Menu.hpp
+1
-1
src/View.cpp
+1
-1
src/View.hpp
+1
-1
src/WebRequest.cpp
+1
-1
src/WebRequest.hpp
+1
-1
src/main.cpp
+1
-1
src/views/AppVersionView.cpp
+1
-1
src/views/AppVersionView.hpp
+1
-1
src/views/AppView.cpp
+1
-1
src/views/AppView.hpp
+1
-1
src/views/PackageVersionView.cpp
+1
-1
src/views/PackageVersionView.hpp
+1
-1
src/views/PackageView.cpp
+1
-1
src/views/PackageView.hpp
+ 1
- 1
Makefile
View File
@ -37,7 +37,7 @@ EXEFS_SRC := exefs_src
ICON
:=
Icon.jpg
APP_TITLE
:=
Kosmos Updater Diagnostic
APP_AUTHOR
:=
Steven
Mattera
APP_AUTHOR
:=
Nichole
Mattera
APP_VERSION
:=
1.0.0
API_VERSION
:=
v3
+ 1
- 1
src/Application.cpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/Application.hpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/Menu.cpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/Menu.hpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/View.cpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/View.hpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/WebRequest.cpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/WebRequest.hpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/main.cpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/views/AppVersionView.cpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/views/AppVersionView.hpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/views/AppView.cpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/views/AppView.hpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/views/PackageVersionView.cpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/views/PackageVersionView.hpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/views/PackageView.cpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
+ 1
- 1
src/views/PackageView.hpp
View File
@ -1,5 +1,5 @@
// Kosmos Updater Diagnostic
// Copyright (C) 2019
Steven
Mattera
// Copyright (C) 2019
Nichole
Mattera
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
Write
Preview
Loading…
Cancel
Save