Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Added license text in most source code files. Included small license …
Browse files Browse the repository at this point in the history
…section in README
  • Loading branch information
Ryochan7 committed Nov 5, 2023
1 parent e0ca8ab commit 65eb433
Show file tree
Hide file tree
Showing 127 changed files with 2,398 additions and 129 deletions.
20 changes: 19 additions & 1 deletion DS4Windows/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
Expand Down
19 changes: 18 additions & 1 deletion DS4Windows/ArgumentParser.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using System.Collections.Generic;
using DS4Windows.DS4Control;

Expand Down
20 changes: 19 additions & 1 deletion DS4Windows/AutoProfileChecker.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
Expand Down
20 changes: 19 additions & 1 deletion DS4Windows/AutoProfileHolder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
Expand Down
20 changes: 19 additions & 1 deletion DS4Windows/DS4Control/ControlService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
Expand Down
20 changes: 19 additions & 1 deletion DS4Windows/DS4Control/ControlServiceDeviceOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
Expand Down
20 changes: 19 additions & 1 deletion DS4Windows/DS4Control/ControllerSlotManager.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using System;
using System.Collections.Generic;
using System.Threading;

Expand Down
20 changes: 19 additions & 1 deletion DS4Windows/DS4Control/DS4LightBar.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using System;
using System.Drawing;
using static System.Math;
using static DS4Windows.Global;
Expand Down
20 changes: 19 additions & 1 deletion DS4Windows/DS4Control/DS4OutDevice.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
20 changes: 19 additions & 1 deletion DS4Windows/DS4Control/DS4OutDevices/DS4OutDeviceBasic.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using Nefarius.ViGEm.Client;
/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using Nefarius.ViGEm.Client;
using Nefarius.ViGEm.Client.Targets.DualShock4;
using System;
using System.Collections.Generic;
Expand Down
20 changes: 19 additions & 1 deletion DS4Windows/DS4Control/DS4OutDevices/DS4OutDeviceExt.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using Nefarius.ViGEm.Client;
/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using Nefarius.ViGEm.Client;
using Nefarius.ViGEm.Client.Targets;
using Nefarius.ViGEm.Client.Targets.DualShock4;
using System;
Expand Down
20 changes: 19 additions & 1 deletion DS4Windows/DS4Control/DS4OutDevices/DS4OutDeviceExtras.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
Expand Down
20 changes: 19 additions & 1 deletion DS4Windows/DS4Control/DS4OutDevices/DS4OutDeviceFactory.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using Nefarius.ViGEm.Client;
/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using Nefarius.ViGEm.Client;
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down
19 changes: 18 additions & 1 deletion DS4Windows/DS4Control/DS4StateFieldMapping.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

namespace DS4Windows
{
public class DS4StateFieldMapping
Expand Down
20 changes: 19 additions & 1 deletion DS4Windows/DS4Control/DTOXml/ActionsDTO.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Xml;
Expand Down
20 changes: 19 additions & 1 deletion DS4Windows/DS4Control/DTOXml/AppSettingsDTO.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
/*
DS4Windows
Copyright (C) 2023 Travis Nickles
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/>.
*/

using System;
using System.Collections.Generic;
using System.ComponentModel.Design;
using System.Linq;
Expand Down
Loading

0 comments on commit 65eb433

Please sign in to comment.