[all] normalize copyright on all source files

This commit is contained in:
Quantum 2021-06-05 21:26:18 -04:00 committed by Geoffrey McRae
parent c0bbc88e9a
commit 24d0aa0c18
134 changed files with 2553 additions and 2301 deletions

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/input.h> #include <linux/input.h>
#include <SDL2/SDL.h> #include <SDL2/SDL.h>

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "interface/displayserver.h" #include "interface/displayserver.h"

View File

@ -1,22 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen (quantum2048@gmail.com) * Copyright (C) 2017-2021 The Looking Glass Authors
Copyright (C) 2021 Tudor Brindus (contact@tbrindus.ca) * https://looking-glass.io
https://looking-glass.io *
* This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it under * under the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free Software * Software Foundation; either version 2 of the License, or (at your option)
Foundation; either version 2 of the License, or (at your option) any later * any later version.
version. *
* This program is distributed in the hope that it will be useful, but WITHOUT
This program is distributed in the hope that it will be useful, but WITHOUT ANY * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
PARTICULAR PURPOSE. See the GNU General Public License for more details. * more details.
*
You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along
this program; if not, write to the Free Software Foundation, Inc., 59 Temple * with this program; if not, write to the Free Software Foundation, Inc., 59
Place, Suite 330, Boston, MA 02111-1307 USA * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "wayland.h" #include "wayland.h"

View File

@ -1,22 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen (quantum2048@gmail.com) * Copyright (C) 2017-2021 The Looking Glass Authors
Copyright (C) 2021 Tudor Brindus (contact@tbrindus.ca) * https://looking-glass.io
https://looking-glass.io *
* This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it under * under the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free Software * Software Foundation; either version 2 of the License, or (at your option)
Foundation; either version 2 of the License, or (at your option) any later * any later version.
version. *
* This program is distributed in the hope that it will be useful, but WITHOUT
This program is distributed in the hope that it will be useful, but WITHOUT ANY * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
PARTICULAR PURPOSE. See the GNU General Public License for more details. * more details.
*
You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along
this program; if not, write to the Free Software Foundation, Inc., 59 Temple * with this program; if not, write to the Free Software Foundation, Inc., 59
Place, Suite 330, Boston, MA 02111-1307 USA * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#define _GNU_SOURCE #define _GNU_SOURCE
#include "wayland.h" #include "wayland.h"

View File

@ -1,22 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen (quantum2048@gmail.com) * Copyright (C) 2017-2021 The Looking Glass Authors
Copyright (C) 2021 Tudor Brindus (contact@tbrindus.ca) * https://looking-glass.io
https://looking-glass.io *
* This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it under * under the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free Software * Software Foundation; either version 2 of the License, or (at your option)
Foundation; either version 2 of the License, or (at your option) any later * any later version.
version. *
* This program is distributed in the hope that it will be useful, but WITHOUT
This program is distributed in the hope that it will be useful, but WITHOUT ANY * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
PARTICULAR PURPOSE. See the GNU General Public License for more details. * more details.
*
You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along
this program; if not, write to the Free Software Foundation, Inc., 59 Temple * with this program; if not, write to the Free Software Foundation, Inc., 59
Place, Suite 330, Boston, MA 02111-1307 USA * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "wayland.h" #include "wayland.h"

View File

@ -1,22 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen (quantum2048@gmail.com) * Copyright (C) 2017-2021 The Looking Glass Authors
Copyright (C) 2021 Tudor Brindus (contact@tbrindus.ca) * https://looking-glass.io
https://looking-glass.io *
* This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it under * under the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free Software * Software Foundation; either version 2 of the License, or (at your option)
Foundation; either version 2 of the License, or (at your option) any later * any later version.
version. *
* This program is distributed in the hope that it will be useful, but WITHOUT
This program is distributed in the hope that it will be useful, but WITHOUT ANY * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
PARTICULAR PURPOSE. See the GNU General Public License for more details. * more details.
*
You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along
this program; if not, write to the Free Software Foundation, Inc., 59 Temple * with this program; if not, write to the Free Software Foundation, Inc., 59
Place, Suite 330, Boston, MA 02111-1307 USA * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "wayland.h" #include "wayland.h"

View File

@ -1,22 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen (quantum2048@gmail.com) * Copyright (C) 2017-2021 The Looking Glass Authors
Copyright (C) 2021 Tudor Brindus (contact@tbrindus.ca) * https://looking-glass.io
https://looking-glass.io *
* This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it under * under the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free Software * Software Foundation; either version 2 of the License, or (at your option)
Foundation; either version 2 of the License, or (at your option) any later * any later version.
version. *
* This program is distributed in the hope that it will be useful, but WITHOUT
This program is distributed in the hope that it will be useful, but WITHOUT ANY * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
PARTICULAR PURPOSE. See the GNU General Public License for more details. * more details.
*
You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along
this program; if not, write to the Free Software Foundation, Inc., 59 Temple * with this program; if not, write to the Free Software Foundation, Inc., 59
Place, Suite 330, Boston, MA 02111-1307 USA * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "wayland.h" #include "wayland.h"

View File

@ -1,22 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen (quantum2048@gmail.com) * Copyright (C) 2017-2021 The Looking Glass Authors
Copyright (C) 2021 Tudor Brindus (contact@tbrindus.ca) * https://looking-glass.io
https://looking-glass.io *
* This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it under * under the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free Software * Software Foundation; either version 2 of the License, or (at your option)
Foundation; either version 2 of the License, or (at your option) any later * any later version.
version. *
* This program is distributed in the hope that it will be useful, but WITHOUT
This program is distributed in the hope that it will be useful, but WITHOUT ANY * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
PARTICULAR PURPOSE. See the GNU General Public License for more details. * more details.
*
You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along
this program; if not, write to the Free Software Foundation, Inc., 59 Temple * with this program; if not, write to the Free Software Foundation, Inc., 59
Place, Suite 330, Boston, MA 02111-1307 USA * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "wayland.h" #include "wayland.h"

View File

@ -1,22 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen (quantum2048@gmail.com) * Copyright (C) 2017-2021 The Looking Glass Authors
Copyright (C) 2021 Tudor Brindus (contact@tbrindus.ca) * https://looking-glass.io
https://looking-glass.io *
* This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it under * under the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free Software * Software Foundation; either version 2 of the License, or (at your option)
Foundation; either version 2 of the License, or (at your option) any later * any later version.
version. *
* This program is distributed in the hope that it will be useful, but WITHOUT
This program is distributed in the hope that it will be useful, but WITHOUT ANY * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
PARTICULAR PURPOSE. See the GNU General Public License for more details. * more details.
*
You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along
this program; if not, write to the Free Software Foundation, Inc., 59 Temple * with this program; if not, write to the Free Software Foundation, Inc., 59
Place, Suite 330, Boston, MA 02111-1307 USA * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "wayland.h" #include "wayland.h"

View File

@ -1,22 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen (quantum2048@gmail.com) * Copyright (C) 2017-2021 The Looking Glass Authors
Copyright (C) 2021 Tudor Brindus (contact@tbrindus.ca) * https://looking-glass.io
https://looking-glass.io *
* This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it under * under the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free Software * Software Foundation; either version 2 of the License, or (at your option)
Foundation; either version 2 of the License, or (at your option) any later * any later version.
version. *
* This program is distributed in the hope that it will be useful, but WITHOUT
This program is distributed in the hope that it will be useful, but WITHOUT ANY * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
PARTICULAR PURPOSE. See the GNU General Public License for more details. * more details.
*
You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along
this program; if not, write to the Free Software Foundation, Inc., 59 Temple * with this program; if not, write to the Free Software Foundation, Inc., 59
Place, Suite 330, Boston, MA 02111-1307 USA * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "wayland.h" #include "wayland.h"

View File

@ -1,22 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen (quantum2048@gmail.com) * Copyright (C) 2017-2021 The Looking Glass Authors
Copyright (C) 2021 Tudor Brindus (contact@tbrindus.ca) * https://looking-glass.io
https://looking-glass.io *
* This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it under * under the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free Software * Software Foundation; either version 2 of the License, or (at your option)
Foundation; either version 2 of the License, or (at your option) any later * any later version.
version. *
* This program is distributed in the hope that it will be useful, but WITHOUT
This program is distributed in the hope that it will be useful, but WITHOUT ANY * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
PARTICULAR PURPOSE. See the GNU General Public License for more details. * more details.
*
You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along
this program; if not, write to the Free Software Foundation, Inc., 59 Temple * with this program; if not, write to the Free Software Foundation, Inc., 59
Place, Suite 330, Boston, MA 02111-1307 USA * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "wayland.h" #include "wayland.h"

View File

@ -1,22 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen (quantum2048@gmail.com) * Copyright (C) 2017-2021 The Looking Glass Authors
Copyright (C) 2021 Tudor Brindus (contact@tbrindus.ca) * https://looking-glass.io
https://looking-glass.io *
* This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it under * under the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free Software * Software Foundation; either version 2 of the License, or (at your option)
Foundation; either version 2 of the License, or (at your option) any later * any later version.
version. *
* This program is distributed in the hope that it will be useful, but WITHOUT
This program is distributed in the hope that it will be useful, but WITHOUT ANY * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
PARTICULAR PURPOSE. See the GNU General Public License for more details. * more details.
*
You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along
this program; if not, write to the Free Software Foundation, Inc., 59 Temple * with this program; if not, write to the Free Software Foundation, Inc., 59
Place, Suite 330, Boston, MA 02111-1307 USA * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "wayland.h" #include "wayland.h"

View File

@ -1,22 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen (quantum2048@gmail.com) * Copyright (C) 2017-2021 The Looking Glass Authors
Copyright (C) 2021 Tudor Brindus (contact@tbrindus.ca) * https://looking-glass.io
https://looking-glass.io *
* This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it under * under the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free Software * Software Foundation; either version 2 of the License, or (at your option)
Foundation; either version 2 of the License, or (at your option) any later * any later version.
version. *
* This program is distributed in the hope that it will be useful, but WITHOUT
This program is distributed in the hope that it will be useful, but WITHOUT ANY * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
PARTICULAR PURPOSE. See the GNU General Public License for more details. * more details.
*
You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along
this program; if not, write to the Free Software Foundation, Inc., 59 Temple * with this program; if not, write to the Free Software Foundation, Inc., 59
Place, Suite 330, Boston, MA 02111-1307 USA * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "wayland.h" #include "wayland.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define _GNU_SOURCE #define _GNU_SOURCE
#include "wayland.h" #include "wayland.h"

View File

@ -1,22 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen (quantum2048@gmail.com) * Copyright (C) 2017-2021 The Looking Glass Authors
Copyright (C) 2021 Tudor Brindus (contact@tbrindus.ca) * https://looking-glass.io
https://looking-glass.io *
* This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it under * under the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free Software * Software Foundation; either version 2 of the License, or (at your option)
Foundation; either version 2 of the License, or (at your option) any later * any later version.
version. *
* This program is distributed in the hope that it will be useful, but WITHOUT
This program is distributed in the hope that it will be useful, but WITHOUT ANY * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
PARTICULAR PURPOSE. See the GNU General Public License for more details. * more details.
*
You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along
this program; if not, write to the Free Software Foundation, Inc., 59 Temple * with this program; if not, write to the Free Software Foundation, Inc., 59
Place, Suite 330, Boston, MA 02111-1307 USA * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include <stdbool.h> #include <stdbool.h>
#include <sys/types.h> #include <sys/types.h>

View File

@ -1,22 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen (quantum2048@gmail.com) * Copyright (C) 2017-2021 The Looking Glass Authors
Copyright (C) 2021 Tudor Brindus (contact@tbrindus.ca) * https://looking-glass.io
https://looking-glass.io *
* This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it under * under the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free Software * Software Foundation; either version 2 of the License, or (at your option)
Foundation; either version 2 of the License, or (at your option) any later * any later version.
version. *
* This program is distributed in the hope that it will be useful, but WITHOUT
This program is distributed in the hope that it will be useful, but WITHOUT ANY * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
PARTICULAR PURPOSE. See the GNU General Public License for more details. * more details.
*
You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along
this program; if not, write to the Free Software Foundation, Inc., 59 Temple * with this program; if not, write to the Free Software Foundation, Inc., 59
Place, Suite 330, Boston, MA 02111-1307 USA * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "wayland.h" #include "wayland.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "atoms.h" #include "atoms.h"
#include "x11.h" #include "x11.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_X11DS_ATOMS_ #ifndef _H_X11DS_ATOMS_
#define _H_X11DS_ATOMS_ #define _H_X11DS_ATOMS_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "clipboard.h" #include "clipboard.h"
#include "x11.h" #include "x11.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_X11DS_CLIPBOARD_ #ifndef _H_X11DS_CLIPBOARD_
#define _H_X11DS_CLIPBOARD_ #define _H_X11DS_CLIPBOARD_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "interface/displayserver.h" #include "interface/displayserver.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_X11DS_X11_ #ifndef _H_X11DS_X11_
#define _H_X11DS_X11_ #define _H_X11DS_X11_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen (quantum2048@gmail.com) * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.io * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdlib.h> #include <stdlib.h>
#include <stdbool.h> #include <stdbool.h>

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_APP_ #ifndef _H_LG_APP_
#define _H_LG_APP_ #define _H_LG_APP_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_EGL_DYNPROCS_ #ifndef _H_LG_EGL_DYNPROCS_
#define _H_LG_EGL_DYNPROCS_ #define _H_LG_EGL_DYNPROCS_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_I_DISPLAYSERVER_ #ifndef _H_I_DISPLAYSERVER_
#define _H_I_DISPLAYSERVER_ #define _H_I_DISPLAYSERVER_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once #pragma once

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once #pragma once
#include <stdint.h> #include <stdint.h>

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdbool.h> #include <stdbool.h>
struct ll; struct ll;

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_UTIL_ #ifndef _H_LG_UTIL_
#define _H_LG_UTIL_ #define _H_LG_UTIL_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
cahe terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "alert.h" #include "alert.h"
#include "common/debug.h" #include "common/debug.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once #pragma once

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
cahe terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "cursor.h" #include "cursor.h"
#include "common/debug.h" #include "common/debug.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once #pragma once

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
cahe terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "desktop.h" #include "desktop.h"
#include "common/debug.h" #include "common/debug.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once #pragma once

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "draw.h" #include "draw.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once #pragma once

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "interface/renderer.h" #include "interface/renderer.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "egldebug.h" #include "egldebug.h"
#include <GL/gl.h> #include <GL/gl.h>

View File

@ -1,22 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "common/debug.h" #include "common/debug.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
cahe terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "fps.h" #include "fps.h"
#include "common/debug.h" #include "common/debug.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once #pragma once

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen <quantum2048@gmail.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.io * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "help.h" #include "help.h"
#include "common/debug.h" #include "common/debug.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen <quantum2048@gmail.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.io * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once #pragma once

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "model.h" #include "model.h"
#include "shader.h" #include "shader.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once #pragma once

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "shader.h" #include "shader.h"
#include "common/debug.h" #include "common/debug.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once #pragma once

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
cahe terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "splash.h" #include "splash.h"
#include "common/debug.h" #include "common/debug.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once #pragma once

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "texture.h" #include "texture.h"
#include "common/debug.h" #include "common/debug.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once #pragma once

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "interface/renderer.h" #include "interface/renderer.h"
#include <stdint.h> #include <stdint.h>

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "app.h" #include "app.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "clipboard.h" #include "clipboard.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "spice/spice.h" #include "spice/spice.h"
#include "interface/displayserver.h" #include "interface/displayserver.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "main.h" #include "main.h"
#include "config.h" #include "config.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdbool.h> #include <stdbool.h>

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "core.h" #include "core.h"
#include "main.h" #include "main.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_CORE_ #ifndef _H_LG_CORE_
#define _H_LG_CORE_ #define _H_LG_CORE_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef ENABLE_EGL #ifdef ENABLE_EGL

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_KB_ #ifndef _H_LG_KB_
#define _H_LG_KB_ #define _H_LG_KB_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/input.h> #include <linux/input.h>
#include <stdint.h> #include <stdint.h>

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "keybind.h" #include "keybind.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_KEYBIND_ #ifndef _H_LG_KEYBIND_
#define _H_LG_KEYBIND_ #define _H_LG_KEYBIND_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdbool.h> #include <stdbool.h>
#include <string.h> #include <string.h>

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "ll.h" #include "ll.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "main.h" #include "main.h"
#include "config.h" #include "config.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdbool.h> #include <stdbool.h>
#include <stdatomic.h> #include <stdatomic.h>

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "util.h" #include "util.h"
#include "main.h" #include "main.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_KVMFR_ #ifndef _H_LG_COMMON_KVMFR_
#define _H_LG_COMMON_KVMFR_ #define _H_LG_COMMON_KVMFR_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen <quantum2048@gmail.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_COUNTEDBUFFER_ #ifndef _H_LG_COMMON_COUNTEDBUFFER_
#define _H_LG_COMMON_COUNTEDBUFFER_ #define _H_LG_COMMON_COUNTEDBUFFER_

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_CRASH_ #ifndef _H_LG_COMMON_CRASH_
#define _H_LG_COMMON_CRASH_ #define _H_LG_COMMON_CRASH_

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_DEBUG_ #ifndef _H_LG_COMMON_DEBUG_
#define _H_LG_COMMON_DEBUG_ #define _H_LG_COMMON_DEBUG_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2020 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_DPI_ #ifndef _H_LG_COMMON_DPI_
#define _H_LG_COMMON_DPI_ #define _H_LG_COMMON_DPI_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_EVENT_ #ifndef _H_LG_COMMON_EVENT_
#define _H_LG_COMMON_EVENT_ #define _H_LG_COMMON_EVENT_

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_FRAMEBUFFER_ #ifndef _H_LG_COMMON_FRAMEBUFFER_
#define _H_LG_COMMON_FRAMEBUFFER_ #define _H_LG_COMMON_FRAMEBUFFER_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_IVSHMEM_ #ifndef _H_LG_COMMON_IVSHMEM_
#define _H_LG_COMMON_IVSHMEM_ #define _H_LG_COMMON_IVSHMEM_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_LOCKING_ #ifndef _H_LG_COMMON_LOCKING_
#define _H_LG_COMMON_LOCKING_ #define _H_LG_COMMON_LOCKING_

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_COMMON_OPTION_ #ifndef _H_COMMON_OPTION_
#define _H_COMMON_OPTION_ #define _H_COMMON_OPTION_

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_STRINGLIST_ #ifndef _H_LG_COMMON_STRINGLIST_
#define _H_LG_COMMON_STRINGLIST_ #define _H_LG_COMMON_STRINGLIST_

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_STRINGUTILS #ifndef _H_LG_COMMON_STRINGUTILS
#define _H_LG_COMMON_STRINGUTILS #define _H_LG_COMMON_STRINGUTILS

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_SYSUTILS #ifndef _H_LG_COMMON_SYSUTILS
#define _H_LG_COMMON_SYSUTILS #define _H_LG_COMMON_SYSUTILS

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_THREAD_ #ifndef _H_LG_COMMON_THREAD_
#define _H_LG_COMMON_THREAD_ #define _H_LG_COMMON_THREAD_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2020 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once #pragma once

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _LG_TYPES_H_ #ifndef _LG_TYPES_H_
#define _LG_TYPES_H_ #define _LG_TYPES_H_

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_VERSION_ #ifndef _H_LG_COMMON_VERSION_
#define _H_LG_COMMON_VERSION_ #define _H_LG_COMMON_VERSION_

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2021 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _H_LG_COMMON_WINDEBUG_ #ifndef _H_LG_COMMON_WINDEBUG_
#define _H_LG_COMMON_WINDEBUG_ #define _H_LG_COMMON_WINDEBUG_

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2020 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "common/KVMFR.h" #include "common/KVMFR.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2021 Guanzhong Chen <quantum2048@gmail.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "common/countedbuffer.h" #include "common/countedbuffer.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "common/framebuffer.h" #include "common/framebuffer.h"
#include "common/debug.h" #include "common/debug.h"

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "common/option.h" #include "common/option.h"
#include "common/debug.h" #include "common/debug.h"

View File

@ -1,3 +1,23 @@
/**
* Looking Glass
* Copyright (C) 2017-2021 The Looking Glass Authors
* https://looking-glass.io
*
* 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 2 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, write to the Free Software Foundation, Inc., 59
* Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef PACKAGE #ifndef PACKAGE
#define PACKAGE #define PACKAGE
#ifndef PACKAGE_VERSION #ifndef PACKAGE_VERSION

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "common/crash.h" #include "common/crash.h"
#include "common/debug.h" #include "common/debug.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "common/event.h" #include "common/event.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2020 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "common/ivshmem.h" #include "common/ivshmem.h"

View File

@ -1,21 +1,22 @@
/* /**
KVMGFX Client - A KVM Client for VGA Passthrough * Looking Glass
Copyright (C) 2017-2019 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <unistd.h> #include <unistd.h>

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2017-2020 Geoffrey McRae <geoff@hostfission.com> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "common/thread.h" #include "common/thread.h"

View File

@ -1,21 +1,22 @@
/* /**
Looking Glass - KVM FrameRelay (KVMFR) Client * Looking Glass
Copyright (C) 2020-2020 Max Sistemich <maximilian.sistemich@rwth-aachen.de> * Copyright (C) 2017-2021 The Looking Glass Authors
https://looking-glass.hostfission.com * https://looking-glass.io
*
This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it
the terms of the GNU General Public License as published by the Free Software * under the terms of the GNU General Public License as published by the Free
Foundation; either version 2 of the License, or (at your option) any later * Software Foundation; either version 2 of the License, or (at your option)
version. * any later version.
*
This program is distributed in the hope that it will be useful, but WITHOUT ANY * This program is distributed in the hope that it will be useful, but WITHOUT
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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, write to the Free Software Foundation, Inc., 59 Temple * You should have received a copy of the GNU General Public License along
Place, Suite 330, Boston, MA 02111-1307 USA * with this program; if not, write to the Free Software Foundation, Inc., 59
*/ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "common/time.h" #include "common/time.h"
#include "common/debug.h" #include "common/debug.h"

Some files were not shown because too many files have changed in this diff Show More