Comments
Patch
@@ -1,9 +1,14 @@
/*
* QEMU VNC display driver: tight encoding
*
+ * From libvncserver/tight.c
+ * Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved.
+ * Copyright (C) 2000, 2001 Const Kaplinsky. All Rights Reserved.
+ *
* Copyright (C) 2006 Anthony Liguori <anthony@codemonkey.ws>
* Copyright (C) 2006 Fabrice Bellard
* Copyright (C) 2009 Red Hat, Inc
+ * Copyright (C) 2019 Corentin Chary <corentin.chary@gmail.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Signed-off-by: Corentin Chary <corentincj@iksaif.net> --- vnc-encoding-tight.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)