Skip to content

Commit

Permalink
stick some copyright stickers on files
Browse files Browse the repository at this point in the history
  • Loading branch information
sowelipililimute committed Jun 20, 2019
1 parent 5978fdd commit c9a1b91
Show file tree
Hide file tree
Showing 8 changed files with 140 additions and 18 deletions.
18 changes: 18 additions & 0 deletions launcher.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
openSUSE Welcome - A welcome utility
Copyright (C) 2019 Carson Black
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#include "launcher.h"

Launcher::Launcher(QObject *parent) :
Expand Down
18 changes: 18 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
openSUSE Welcome - A welcome utility
Copyright (C) 2019 Carson Black
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#include <QGuiApplication>
#include <QQmlApplicationEngine>
#include <QtWebEngine/QtWebEngine>
Expand Down
18 changes: 18 additions & 0 deletions main.qml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
openSUSE Welcome - A welcome utility
Copyright (C) 2019 Carson Black
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import QtQuick 2.9
import QtQuick.Window 2.2
import QtWebEngine 1.1
Expand Down
32 changes: 14 additions & 18 deletions sysinfo.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
/*
#include "sysinfo.h"
SysInfo::SysInfo(QObject *parent) : QObject(parent), m_process(new QProcess(this))
{
return;
}
openSUSE Welcome - A welcome utility
Copyright (C) 2019 Carson Black
QString SysInfo::getOS()
{
return QSysInfo::prettyProductName();
}
QString SysInfo::getArch()
{
return QSysInfo::currentCpuArchitecture();
}
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
SysInfo::~SysInfo()
{
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
}
*/
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#include "sysinfo.h"

SysInfo::SysInfo(QObject *parent) :
Expand Down
18 changes: 18 additions & 0 deletions web/contribute.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<!--
openSUSE Welcome - A welcome utility
Copyright (C) 2019 Carson Black
Copyright (C) 2019 Stasiek Michalski
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="en">

Expand Down
18 changes: 18 additions & 0 deletions web/home.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<!--
openSUSE Welcome - A welcome utility
Copyright (C) 2019 Carson Black
Copyright (C) 2019 Stasiek Michalski
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="en">

Expand Down
18 changes: 18 additions & 0 deletions web/readme.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<!--
openSUSE Welcome - A welcome utility
Copyright (C) 2019 Carson Black
Copyright (C) 2019 Stasiek Michalski
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="en">

Expand Down
18 changes: 18 additions & 0 deletions web/socials.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<!--
openSUSE Welcome - A welcome utility
Copyright (C) 2019 Carson Black
Copyright (C) 2019 Stasiek Michalski
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="en">

Expand Down

0 comments on commit c9a1b91

Please sign in to comment.