libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.3-21-g7964636

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Wed, 5 Apr 2017 22:43:20 +0200 (CEST)
The branch, master has been updated
       via  7964636842a44bcfad9416b90483770f7cb172fa (commit)
      from  9a081c8481baf8f6a9fa2f31aeb43c91d02a36b4 (commit)


- Log -----------------------------------------------------------------
commit 7964636842a44bcfad9416b90483770f7cb172fa
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Wed Apr 5 22:41:07 2017 +0200

    Update Copyright to 2017, switch download URLs to HTTPS

-----------------------------------------------------------------------

Summary of changes:
 README           |    2 +-
 ftdipp/ftdi.cpp  |    4 ++--
 ftdipp/ftdi.hpp  |    4 ++--
 libftdi1.spec.in |    4 ++--
 src/ftdi.c       |    4 ++--
 src/ftdi.h       |    2 +-
 src/ftdi_i.h     |    2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/README b/README
index 71d07e4..efa85ac 100644
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ Changes
   * Fix flashing of FT245R
 
 You'll find the newest version of libftdi at:
-http://www.intra2net.com/en/developer/libftdi
+https://www.intra2net.com/en/developer/libftdi
 
 
 Quick start
diff --git a/ftdipp/ftdi.cpp b/ftdipp/ftdi.cpp
index 92b6e1f..3d59d9d 100644
--- a/ftdipp/ftdi.cpp
+++ b/ftdipp/ftdi.cpp
@@ -2,11 +2,11 @@
                           ftdi.cpp  -  C++ wraper for libftdi
                              -------------------
     begin                : Mon Oct 13 2008
-    copyright            : (C) 2008-2014 by Marek Vavruša / libftdi developers
+    copyright            : (C) 2008-2017 by Marek Vavruša / libftdi developers
     email                : opensource@xxxxxxxxxxxxx and marek@xxxxxxxxxxx
  ***************************************************************************/
 /*
-Copyright (C) 2008-2014 by Marek Vavruša / libftdi developers
+Copyright (C) 2008-2017 by Marek Vavruša / libftdi developers
 
 The software in this package is distributed under the GNU General
 Public License version 2 (with a special exception described below).
diff --git a/ftdipp/ftdi.hpp b/ftdipp/ftdi.hpp
index a438d96..6a7f893 100644
--- a/ftdipp/ftdi.hpp
+++ b/ftdipp/ftdi.hpp
@@ -2,11 +2,11 @@
                           ftdi.hpp  -  C++ wrapper for libftdi
                              -------------------
     begin                : Mon Oct 13 2008
-    copyright            : (C) 2008-2014 by Marek Vavruša and libftdi 
developers
+    copyright            : (C) 2008-2017 by Marek Vavruša and libftdi 
developers
     email                : opensource@xxxxxxxxxxxxx and marek@xxxxxxxxxxx
  ***************************************************************************/
 /*
-Copyright (C) 2008-2014 by Marek Vavruša and libftdi developers
+Copyright (C) 2008-2017 by Marek Vavruša and libftdi developers
 
 The software in this package is distributed under the GNU General
 Public License version 2 (with a special exception described below).
diff --git a/libftdi1.spec.in b/libftdi1.spec.in
index 4717a84..a5d9f5d 100644
--- a/libftdi1.spec.in
+++ b/libftdi1.spec.in
@@ -7,13 +7,13 @@ Release:   1
 License:   LGPL for libftdi and GPLv2+linking exception for the C++ wrapper
 Group:     System Environment/Libraries
 Vendor:    Intra2net AG
-Source:    
http://www.intra2net.com/en/developer/libftdi/download/%{name}-%{version}.tar.bz2
+Source:    
https://www.intra2net.com/en/developer/libftdi/download/%{name}-%{version}.tar.bz2
 Buildroot: /tmp/%{name}-%{version}-root
 Requires:  libusb1
 BuildRequires: libusb1, libusb1-devel, pkgconfig, doxygen
 BuildRequires: swig python-devel
 Prefix:    /usr
-URL:       http://www.intra2net.com/en/developer/libftdi
+URL:       https://www.intra2net.com/en/developer/libftdi
 
 %package   devel
 Summary:   Header files and static libraries for libftdi1
diff --git a/src/ftdi.c b/src/ftdi.c
index d811ac5..2fff1ff 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
@@ -2,7 +2,7 @@
                           ftdi.c  -  description
                              -------------------
     begin                : Fri Apr 4 2003
-    copyright            : (C) 2003-2014 by Intra2net AG and the libftdi 
developers
+    copyright            : (C) 2003-2017 by Intra2net AG and the libftdi 
developers
     email                : opensource@xxxxxxxxxxxxx
  ***************************************************************************/
 
@@ -18,7 +18,7 @@
     \mainpage libftdi API documentation
 
     Library to talk to FTDI chips. You find the latest versions of libftdi at
-    http://www.intra2net.com/en/developer/libftdi/
+    https://www.intra2net.com/en/developer/libftdi/
 
     The library is easy to use. Have a look at this short example:
     \include simple.c
diff --git a/src/ftdi.h b/src/ftdi.h
index e307824..ef174bf 100644
--- a/src/ftdi.h
+++ b/src/ftdi.h
@@ -2,7 +2,7 @@
                           ftdi.h  -  description
                              -------------------
     begin                : Fri Apr 4 2003
-    copyright            : (C) 2003-2014 by Intra2net AG and the libftdi 
developers
+    copyright            : (C) 2003-2017 by Intra2net AG and the libftdi 
developers
     email                : opensource@xxxxxxxxxxxxx
  ***************************************************************************/
 
diff --git a/src/ftdi_i.h b/src/ftdi_i.h
index cf2ac78..18f5725 100644
--- a/src/ftdi_i.h
+++ b/src/ftdi_i.h
@@ -2,7 +2,7 @@
                           ftdi_i.h  -  description
                              -------------------
     begin                : Don Sep 9 2011
-    copyright            : (C) 2003-2014 by Intra2net AG and the libftdi 
developers
+    copyright            : (C) 2003-2017 by Intra2net AG and the libftdi 
developers
     email                : opensource@xxxxxxxxxxxxx
  ***************************************************************************/
 


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.3-21-g7964636, libftdi-git <=