Skip to content

Commit 8987725

Browse files
committed
added LGPL
1 parent 8905757 commit 8987725

9 files changed

+9
-9
lines changed

XInputSimulator/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// XInputSimulator is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU Lesser Public License as published by
77
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
8+
// any later version.
99

1010
// XInputSimulator is distributed in the hope that it will be useful,
1111
// but WITHOUT ANY WARRANTY; without even the implied warranty of

XInputSimulator/notimplementedexception.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// XInputSimulator is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU Lesser Public License as published by
77
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
8+
// any later version.
99

1010
// XInputSimulator is distributed in the hope that it will be useful,
1111
// but WITHOUT ANY WARRANTY; without even the implied warranty of

XInputSimulator/notimplementedexception.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// XInputSimulator is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU Lesser Public License as published by
77
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
8+
// any later version.
99

1010
// XInputSimulator is distributed in the hope that it will be useful,
1111
// but WITHOUT ANY WARRANTY; without even the implied warranty of

XInputSimulator/xinputsimulator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// XInputSimulator is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU Lesser Public License as published by
77
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
8+
// any later version.
99

1010
// XInputSimulator is distributed in the hope that it will be useful,
1111
// but WITHOUT ANY WARRANTY; without even the implied warranty of

XInputSimulator/xinputsimulator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// XInputSimulator is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU Lesser Public License as published by
77
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
8+
// any later version.
99

1010
// XInputSimulator is distributed in the hope that it will be useful,
1111
// but WITHOUT ANY WARRANTY; without even the implied warranty of

XInputSimulator/xinputsimulatorimpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// XInputSimulator is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU Lesser Public License as published by
77
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
8+
// any later version.
99

1010
// XInputSimulator is distributed in the hope that it will be useful,
1111
// but WITHOUT ANY WARRANTY; without even the implied warranty of

XInputSimulator/xinputsimulatorimpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// XInputSimulator is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU Lesser Public License as published by
77
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
8+
// any later version.
99

1010
// XInputSimulator is distributed in the hope that it will be useful,
1111
// but WITHOUT ANY WARRANTY; without even the implied warranty of

XInputSimulator/xinputsimulatorimpllinux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void XInputSimulatorImplLinux::mouseMoveRelative(int x, int y)
2323
// XInputSimulator is free software: you can redistribute it and/or modify
2424
// it under the terms of the GNU Lesser Public License as published by
2525
// the Free Software Foundation, either version 3 of the License, or
26-
// (at your option) any later version.
26+
// any later version.
2727

2828
// XInputSimulator is distributed in the hope that it will be useful,
2929
// but WITHOUT ANY WARRANTY; without even the implied warranty of

XInputSimulator/xinputsimulatorimpllinux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// XInputSimulator is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU Lesser Public License as published by
77
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
8+
// any later version.
99

1010
// XInputSimulator is distributed in the hope that it will be useful,
1111
// but WITHOUT ANY WARRANTY; without even the implied warranty of

0 commit comments

Comments
 (0)