File tree Expand file tree Collapse file tree 8 files changed +8
-120
lines changed Expand file tree Collapse file tree 8 files changed +8
-120
lines changed Original file line number Diff line number Diff line change 3
3
*
4
4
* This file is part of tslib.
5
5
*
6
- * ts_calibrate is free software: you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation, either version 2 of the License, or
9
- * (at your option) any later version.
10
- *
11
- * ts_calibrate is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU General Public License
17
- * along with this tool. If not, see <http://www.gnu.org/licenses/>.
18
- *
19
- * SPDX-License-Identifier: GPL-2.0+
6
+ * SPDX-License-Identifier: GPL-2.0-or-later
20
7
*/
21
8
22
9
#include <SDL2/SDL.h>
Original file line number Diff line number Diff line change 3
3
*
4
4
* This file is part of tslib.
5
5
*
6
- * ts_calibrate is free software: you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation, either version 2 of the License, or
9
- * (at your option) any later version.
10
- *
11
- * ts_calibrate is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU General Public License
17
- * along with this tool. If not, see <http://www.gnu.org/licenses/>.
18
- *
19
- * SPDX-License-Identifier: GPL-2.0+
6
+ * SPDX-License-Identifier: GPL-2.0-or-later
20
7
*/
21
8
22
9
#include <SDL2/SDL.h>
Original file line number Diff line number Diff line change 5
5
*
6
6
* This file is part of tslib.
7
7
*
8
- * ts_print_mt is free software: you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation, either version 2 of the License, or
11
- * (at your option) any later version.
12
- *
13
- * ts_print_mt is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU General Public License for more details.
17
- *
18
- * You should have received a copy of the GNU General Public License
19
- * along with ts_print_mt. If not, see <http://www.gnu.org/licenses/>.
20
- *
21
- * SPDX-License-Identifier: GPL-2.0+
8
+ * SPDX-License-Identifier: GPL-2.0-or-later
22
9
*
23
10
*
24
11
* Test the ts_config_filter API. Change filters at runtime.
Original file line number Diff line number Diff line change 5
5
*
6
6
* This file is part of tslib.
7
7
*
8
- * ts_print_mt is free software: you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation, either version 2 of the License, or
11
- * (at your option) any later version.
12
- *
13
- * ts_print_mt is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU General Public License for more details.
17
- *
18
- * You should have received a copy of the GNU General Public License
19
- * along with ts_print_mt. If not, see <http://www.gnu.org/licenses/>.
20
- *
21
- * SPDX-License-Identifier: GPL-2.0+
8
+ * SPDX-License-Identifier: GPL-2.0-or-later
22
9
*
23
10
*
24
11
* Just prints touchscreen events -- does not paint them on framebuffer
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (C) 2016 Martin Kepplinger
5
5
*
6
- * This file is part of tslib.
7
- *
8
- * ts_test_mt is free software: you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation, either version 2 of the License, or
11
- * (at your option) any later version.
12
- *
13
- * ts_test_mt is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU General Public License for more details.
17
- *
18
- * You should have received a copy of the GNU General Public License
19
- * along with ts_test_mt. If not, see <http://www.gnu.org/licenses/>.
20
- *
21
- * SPDX-License-Identifier: GPL-2.0+
6
+ * SPDX-License-Identifier: GPL-2.0-or-later
22
7
*
23
8
*
24
9
* Basic multitouch test program for the libts library.
Original file line number Diff line number Diff line change 1
1
/*
2
2
* (C) 2017 Martin Keppligner <[email protected] >
3
3
*
4
- * This file is part of tslib.
5
- *
6
- * ts_calibrate is free software: you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation, either version 2 of the License, or
9
- * (at your option) any later version.
10
- *
11
- * ts_calibrate is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU General Public License
17
- * along with this tool. If not, see <http://www.gnu.org/licenses/>.
18
- *
19
- * SPDX-License-Identifier: GPL-2.0+
4
+ * SPDX-License-Identifier: GPL-2.0-or-later
20
5
*/
21
6
22
7
#include <SDL2/SDL.h>
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (C) 2017 Martin Kepplinger
5
5
*
6
- * This file is part of tslib.
7
- *
8
- * ts_verify is free software: you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation, either version 2 of the License, or
11
- * (at your option) any later version.
12
- *
13
- * ts_verify is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU General Public License for more details.
17
- *
18
- * You should have received a copy of the GNU General Public License
19
- * along with ts_verify. If not, see <http://www.gnu.org/licenses/>.
20
- *
21
- * SPDX-License-Identifier: GPL-2.0+
6
+ * SPDX-License-Identifier: GPL-2.0-or-later
22
7
*
23
8
*
24
9
* This program includes random tests of tslib's API
Original file line number Diff line number Diff line change 5
5
* Martin Kepplinger <[email protected] > 2016-09-14
6
6
* Melchior FRANZ <[email protected] > 2015-09-30
7
7
*
8
- * This file is part of tslib.
9
- *
10
- * ts_uinput is free software: you can redistribute it and/or modify
11
- * it under the terms of the GNU General Public License as published by
12
- * the Free Software Foundation, either version 2 of the License, or
13
- * (at your option) any later version.
14
- *
15
- * ts_uinput is distributed in the hope that it will be useful,
16
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- * GNU General Public License for more details.
19
- *
20
- * You should have received a copy of the GNU General Public License
21
- * along with ts_uinput. If not, see <http://www.gnu.org/licenses/>.
22
- *
23
- * SPDX-License-Identifier: GPL-2.0+
8
+ * SPDX-License-Identifier: GPL-2.0-or-later
24
9
*
25
10
*
26
11
* ts_uinput daemon to generate (single- and multitouch) input events
You can’t perform that action at this time.
0 commit comments