Remove executable permissions, BOMs, add copyright #104 (#110)

This commit is contained in:
Gergely Gombos
2020-12-02 11:24:14 +01:00
committed by GitHub
parent 46c55e2799
commit 8e35365c41
282 changed files with 194 additions and 4 deletions

0
.gitignore vendored Executable file → Normal file
View File

0
AntiMicroX Future Developments.mm Executable file → Normal file
View File

0
CMakeLists.txt Executable file → Normal file
View File

0
cmake_uninstall.cmake.in Executable file → Normal file
View File

0
other/40-uinput.rules Executable file → Normal file
View File

0
other/CMakeLists.txt Executable file → Normal file
View File

0
other/appdata/CMakeLists.txt Executable file → Normal file
View File

0
other/appdata/PO_files/en.po Executable file → Normal file
View File

0
other/appdata/appdata.its Executable file → Normal file
View File

0
src/aboutdialog.cpp Executable file → Normal file
View File

0
src/aboutdialog.h Executable file → Normal file
View File

0
src/aboutdialog.ui Executable file → Normal file
View File

0
src/addeditautoprofiledialog.cpp Executable file → Normal file
View File

0
src/addeditautoprofiledialog.h Executable file → Normal file
View File

0
src/addeditautoprofiledialog.ui Executable file → Normal file
View File

0
src/advancebuttondialog.cpp Executable file → Normal file
View File

0
src/advancebuttondialog.h Executable file → Normal file
View File

0
src/advancebuttondialog.ui Executable file → Normal file
View File

0
src/advancestickassignmentdialog.cpp Executable file → Normal file
View File

0
src/advancestickassignmentdialog.h Executable file → Normal file
View File

0
src/advancestickassignmentdialog.ui Executable file → Normal file
View File

0
src/antimicrosettings.cpp Executable file → Normal file
View File

0
src/antimicrosettings.h Executable file → Normal file
View File

0
src/antkeymapper.cpp Executable file → Normal file
View File

0
src/antkeymapper.h Executable file → Normal file
View File

0
src/applaunchhelper.cpp Executable file → Normal file
View File

0
src/applaunchhelper.h Executable file → Normal file
View File

0
src/autoprofileinfo.cpp Executable file → Normal file
View File

0
src/autoprofileinfo.h Executable file → Normal file
View File

0
src/autoprofilewatcher.cpp Executable file → Normal file
View File

0
src/autoprofilewatcher.h Executable file → Normal file
View File

0
src/axiseditdialog.cpp Executable file → Normal file
View File

0
src/axiseditdialog.h Executable file → Normal file
View File

0
src/axiseditdialog.ui Executable file → Normal file
View File

0
src/axisvaluebox.cpp Executable file → Normal file
View File

0
src/axisvaluebox.h Executable file → Normal file
View File

0
src/buttoneditdialog.cpp Executable file → Normal file
View File

0
src/buttoneditdialog.h Executable file → Normal file
View File

0
src/buttoneditdialog.ui Executable file → Normal file
View File

0
src/calibration.cpp Executable file → Normal file
View File

0
src/calibration.h Executable file → Normal file
View File

0
src/calibration.ui Executable file → Normal file
View File

0
src/capturedwindowinfodialog.cpp Executable file → Normal file
View File

0
src/capturedwindowinfodialog.h Executable file → Normal file
View File

0
src/capturedwindowinfodialog.ui Executable file → Normal file
View File

0
src/commandlineutility.cpp Executable file → Normal file
View File

0
src/commandlineutility.h Executable file → Normal file
View File

0
src/common.cpp Executable file → Normal file
View File

0
src/common.h Executable file → Normal file
View File

0
src/config.h.in Executable file → Normal file
View File

0
src/dpadcontextmenu.cpp Executable file → Normal file
View File

0
src/dpadcontextmenu.h Executable file → Normal file
View File

0
src/dpadeditdialog.cpp Executable file → Normal file
View File

0
src/dpadeditdialog.h Executable file → Normal file
View File

0
src/dpadeditdialog.ui Executable file → Normal file
View File

0
src/dpadpushbutton.cpp Executable file → Normal file
View File

0
src/dpadpushbutton.h Executable file → Normal file
View File

0
src/dpadpushbuttongroup.cpp Executable file → Normal file
View File

0
src/dpadpushbuttongroup.h Executable file → Normal file
View File

0
src/editalldefaultautoprofiledialog.cpp Executable file → Normal file
View File

0
src/editalldefaultautoprofiledialog.h Executable file → Normal file
View File

0
src/editalldefaultautoprofiledialog.ui Executable file → Normal file
View File

0
src/event.cpp Executable file → Normal file
View File

0
src/event.h Executable file → Normal file
View File

0
src/eventhandlerfactory.cpp Executable file → Normal file
View File

0
src/eventhandlerfactory.h Executable file → Normal file
View File

0
src/eventhandlers/baseeventhandler.cpp Executable file → Normal file
View File

0
src/eventhandlers/baseeventhandler.h Executable file → Normal file
View File

0
src/eventhandlers/uinputeventhandler.cpp Executable file → Normal file
View File

0
src/eventhandlers/uinputeventhandler.h Executable file → Normal file
View File

0
src/eventhandlers/xtesteventhandler.cpp Executable file → Normal file
View File

0
src/eventhandlers/xtesteventhandler.h Executable file → Normal file
View File

0
src/extraprofilesettingsdialog.cpp Executable file → Normal file
View File

0
src/extraprofilesettingsdialog.h Executable file → Normal file
View File

0
src/extraprofilesettingsdialog.ui Executable file → Normal file
View File

View File

@@ -1,3 +1,22 @@
/* antimicrox Gamepad to KB+M event mapper
* Copyright (C) 2015 Travis Nickles <nickles.travis@gmail.com>
* Copyright (C) 2020 Jagoda Górska <juliagoda.pl@protonmail>
* Copyright (C) 2020 Paweł Kotiuk <kotiuk@zohomail.eu>
*
* 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 <http://www.gnu.org/licenses/>.
*/
#define MAKE_CONTROLLER_ID(nVID, nPID) (unsigned int)(nVID << 16 | nPID)
#include "xbox360wireless.h"

View File

@@ -1,3 +1,22 @@
/* antimicrox Gamepad to KB+M event mapper
* Copyright (C) 2015 Travis Nickles <nickles.travis@gmail.com>
* Copyright (C) 2020 Jagoda Górska <juliagoda.pl@protonmail>
* Copyright (C) 2020 Paweł Kotiuk <kotiuk@zohomail.eu>
*
* 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 <http://www.gnu.org/licenses/>.
*/
#ifndef XBOX360WIRELESS_H
#define XBOX360WIRELESS_H

0
src/flashbuttonwidget.cpp Executable file → Normal file
View File

0
src/flashbuttonwidget.h Executable file → Normal file
View File

0
src/gamecontroller/gamecontroller.cpp Executable file → Normal file
View File

0
src/gamecontroller/gamecontroller.h Executable file → Normal file
View File

0
src/gamecontroller/gamecontrollerdpad.cpp Executable file → Normal file
View File

0
src/gamecontroller/gamecontrollerdpad.h Executable file → Normal file
View File

0
src/gamecontroller/gamecontrollerset.cpp Executable file → Normal file
View File

0
src/gamecontroller/gamecontrollerset.h Executable file → Normal file
View File

0
src/gamecontroller/gamecontrollertrigger.cpp Executable file → Normal file
View File

0
src/gamecontroller/gamecontrollertrigger.h Executable file → Normal file
View File

0
src/gamecontroller/gamecontrollertriggerbutton.cpp Executable file → Normal file
View File

0
src/gamecontroller/gamecontrollertriggerbutton.h Executable file → Normal file
View File

0
src/gamecontrollerexample.cpp Executable file → Normal file
View File

0
src/gamecontrollerexample.h Executable file → Normal file
View File

0
src/gamecontrollermappingdialog.cpp Executable file → Normal file
View File

0
src/gamecontrollermappingdialog.h Executable file → Normal file
View File

0
src/gamecontrollermappingdialog.ui Executable file → Normal file
View File

0
src/icons/README.txt Executable file → Normal file
View File

0
src/icons/lgpl-2.1.txt Executable file → Normal file
View File

0
src/icons/lgpl-3.0.txt Executable file → Normal file
View File

0
src/images/axis.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

0
src/images/button.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

0
src/images/controllermap.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Some files were not shown because too many files have changed in this diff Show More