diff --git a/src/gui/src/LoginAuth.cpp b/src/gui/src/LoginAuth.cpp index ea54ded0..6aeb83ef 100644 --- a/src/gui/src/LoginAuth.cpp +++ b/src/gui/src/LoginAuth.cpp @@ -1,20 +1,3 @@ -/* - * synergy -- mouse and keyboard sharing utility - * Copyright (C) 2015 Synergy Si Ltd. - * - * This package is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * found in the file COPYING that should have accompanied this file. - * - * This package 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 . - */ - #include "LoginAuth.h" #include "LoginWindow.h" diff --git a/src/gui/src/LoginAuth.h b/src/gui/src/LoginAuth.h index 4df8d860..ed0a67ca 100644 --- a/src/gui/src/LoginAuth.h +++ b/src/gui/src/LoginAuth.h @@ -1,20 +1,3 @@ -/* - * synergy -- mouse and keyboard sharing utility - * Copyright (C) 2015 Synergy Si Ltd. - * - * This package is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * found in the file COPYING that should have accompanied this file. - * - * This package 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 . - */ - #ifndef LOGINAUTH_H #define LOGINAUTH_H diff --git a/src/gui/src/LoginResult.h b/src/gui/src/LoginResult.h index 1cda4978..62cc5093 100644 --- a/src/gui/src/LoginResult.h +++ b/src/gui/src/LoginResult.h @@ -1,20 +1,3 @@ -/* - * synergy -- mouse and keyboard sharing utility - * Copyright (C) 2015 Synergy Si Ltd. - * - * This package is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * found in the file COPYING that should have accompanied this file. - * - * This package 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 . - */ - #ifndef LOGINRESULT_H #define LOGINRESULT_H diff --git a/src/gui/src/LoginWindow.cpp b/src/gui/src/LoginWindow.cpp index 34909959..dcb80f61 100644 --- a/src/gui/src/LoginWindow.cpp +++ b/src/gui/src/LoginWindow.cpp @@ -1,20 +1,3 @@ -/* - * synergy -- mouse and keyboard sharing utility - * Copyright (C) 2015 Synergy Si Ltd. - * - * This package is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * found in the file COPYING that should have accompanied this file. - * - * This package 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 . - */ - #include "LoginWindow.h" #include "ui_LoginWindowBase.h" diff --git a/src/gui/src/LoginWindow.h b/src/gui/src/LoginWindow.h index da0906bc..1490b792 100644 --- a/src/gui/src/LoginWindow.h +++ b/src/gui/src/LoginWindow.h @@ -1,20 +1,3 @@ -/* - * synergy -- mouse and keyboard sharing utility - * Copyright (C) 2015 Synergy Si Ltd. - * - * This package is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * found in the file COPYING that should have accompanied this file. - * - * This package 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 . - */ - #ifndef LOGINWINDOW_H #define LOGINWINDOW_H