[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_sii164.c src/via_sii164.h src/via_vt1632.c src/via_vt1632.h

Kevin Brace kevinbrace at kemper.freedesktop.org
Sat Aug 27 06:10:26 UTC 2016


 configure.ac     |    2 +-
 src/via_sii164.c |    1 +
 src/via_sii164.h |    1 +
 src/via_vt1632.c |    1 +
 src/via_vt1632.h |    1 +
 5 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 15126d411328c037ef85ec3d252aaf4751512825
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Fri Aug 26 23:09:49 2016 -0700

    Version bumped to 0.5.145
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index cfe33e3..1911135 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-openchrome],
-        [0.5.144],
+        [0.5.145],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 
commit 45b88688c971233bbbb2c57ed93673d0cbdde228
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Fri Aug 26 22:47:02 2016 -0700

    Giving the original author of external TMDS transmitter code credit
    
    Luc Verhaegen notified that the code to support Silicon Image SiI 164
    and VIA Technologies VT1632(A) closely resembles the code he wrote
    for xf86-video-unichrome. After examining the code, portions of it
    appears to resemble Luc's original code. Christian Jung who was the
    author of the VIA Technologies VT1632(A) code acknowledged the lack
    of Luc's copyright in the code he submitted.
    
    Suggested-by: Luc Verhaegen <libv at skynet.be>
    Acked-by: JUNG, Christian <christian.jung at shsservices.org>
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/via_sii164.c b/src/via_sii164.c
index e061f77..afc8baa 100644
--- a/src/via_sii164.c
+++ b/src/via_sii164.c
@@ -3,6 +3,7 @@
  * Copyright 2016 The OpenChrome Project
  *                [http://www.freedesktop.org/wiki/Openchrome]
  * Copyright 2014 SHS SERVICES GmbH
+ * Copyright 2006-2009 Luc Verhaegen.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/src/via_sii164.h b/src/via_sii164.h
index f59527b..e09e603 100644
--- a/src/via_sii164.h
+++ b/src/via_sii164.h
@@ -3,6 +3,7 @@
  * Copyright 2016 The OpenChrome Project
  *                [http://www.freedesktop.org/wiki/Openchrome]
  * Copyright 2014 SHS SERVICES GmbH
+ * Copyright 2006-2009 Luc Verhaegen.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/src/via_vt1632.c b/src/via_vt1632.c
index 55d9f47..086163f 100644
--- a/src/via_vt1632.c
+++ b/src/via_vt1632.c
@@ -3,6 +3,7 @@
  * Copyright 2016 The OpenChrome Project
  *                [http://www.freedesktop.org/wiki/Openchrome]
  * Copyright 2014 SHS SERVICES GmbH
+ * Copyright 2006-2009 Luc Verhaegen.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/src/via_vt1632.h b/src/via_vt1632.h
index 1ec78b1..41df77f 100644
--- a/src/via_vt1632.h
+++ b/src/via_vt1632.h
@@ -1,5 +1,6 @@
 /*
  * Copyright 2014 SHS SERVICES GmbH
+ * Copyright 2006-2009 Luc Verhaegen.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),


More information about the Openchrome-devel mailing list