From 147a4b2874fc87b9a8dddace0005fb8785ae311c Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 31 Dec 2018 14:48:29 +0100 Subject: [PATCH] fix license header --- backend.go | 4 ++-- backend_portal.go | 4 ++-- backend_portal_disabled.go | 4 ++-- backend_windows.go | 4 ++-- backend_windows_disabled.go | 4 ++-- backend_x11.go | 4 ++-- backend_x11_disabled.go | 4 ++-- host.go | 4 ++-- keysyms.generator.go | 4 ++-- keysyms.go | 4 ++-- main.go | 4 ++-- qr.go | 4 ++-- terminal_color.go | 4 ++-- terminal_color_posix.go | 4 ++-- terminal_color_windows.go | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/backend.go b/backend.go index 51b331f..f7f6a0e 100644 --- a/backend.go +++ b/backend.go @@ -3,7 +3,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main diff --git a/backend_portal.go b/backend_portal.go index 03bd7cf..a7c535c 100644 --- a/backend_portal.go +++ b/backend_portal.go @@ -5,7 +5,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main diff --git a/backend_portal_disabled.go b/backend_portal_disabled.go index 31a8e59..0a04b04 100644 --- a/backend_portal_disabled.go +++ b/backend_portal_disabled.go @@ -5,7 +5,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main diff --git a/backend_windows.go b/backend_windows.go index 99812a2..d0ee684 100644 --- a/backend_windows.go +++ b/backend_windows.go @@ -5,7 +5,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main diff --git a/backend_windows_disabled.go b/backend_windows_disabled.go index 8e9da2f..a46f860 100644 --- a/backend_windows_disabled.go +++ b/backend_windows_disabled.go @@ -5,7 +5,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main diff --git a/backend_x11.go b/backend_x11.go index 9fa0b34..c5f8fef 100644 --- a/backend_x11.go +++ b/backend_x11.go @@ -5,7 +5,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main diff --git a/backend_x11_disabled.go b/backend_x11_disabled.go index dbc894d..a1c347f 100644 --- a/backend_x11_disabled.go +++ b/backend_x11_disabled.go @@ -5,7 +5,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main diff --git a/host.go b/host.go index 483f7ec..ab891de 100644 --- a/host.go +++ b/host.go @@ -3,7 +3,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main diff --git a/keysyms.generator.go b/keysyms.generator.go index 1d42a5d..884e89a 100644 --- a/keysyms.generator.go +++ b/keysyms.generator.go @@ -5,7 +5,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main diff --git a/keysyms.go b/keysyms.go index ca79d39..5754b26 100644 --- a/keysyms.go +++ b/keysyms.go @@ -3,7 +3,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main diff --git a/main.go b/main.go index 6fdb326..a79d163 100644 --- a/main.go +++ b/main.go @@ -3,7 +3,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main diff --git a/qr.go b/qr.go index b30eff4..cdfe854 100644 --- a/qr.go +++ b/qr.go @@ -3,7 +3,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main diff --git a/terminal_color.go b/terminal_color.go index c7ffc61..325295f 100644 --- a/terminal_color.go +++ b/terminal_color.go @@ -3,7 +3,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main diff --git a/terminal_color_posix.go b/terminal_color_posix.go index 0d2f1bf..f278c68 100644 --- a/terminal_color_posix.go +++ b/terminal_color_posix.go @@ -5,7 +5,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main diff --git a/terminal_color_windows.go b/terminal_color_windows.go index 381e2d2..eff4ee9 100644 --- a/terminal_color_windows.go +++ b/terminal_color_windows.go @@ -3,7 +3,7 @@ * * This file is part of Remote-Touchpad. * - * Foobar is free software: you can redistribute it and/or modify + * Remote-Touchpad 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. @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Remote-Touchpad. If not, see . */ package main