Update Copyright to 2017, switch download URLs to HTTPS v1.4rc1
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 5 Apr 2017 20:41:07 +0000 (22:41 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 5 Apr 2017 20:41:07 +0000 (22:41 +0200)
README
ftdipp/ftdi.cpp
ftdipp/ftdi.hpp
libftdi1.spec.in
src/ftdi.c
src/ftdi.h
src/ftdi_i.h

diff --git a/README b/README
index 71d07e4..efa85ac 100644 (file)
--- 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
index 92b6e1f..3d59d9d 100644 (file)
@@ -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@intra2net.com and marek@vavrusa.com
  ***************************************************************************/
 /*
-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).
index a438d96..6a7f893 100644 (file)
@@ -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@intra2net.com and marek@vavrusa.com
  ***************************************************************************/
 /*
-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).
index 4717a84..a5d9f5d 100644 (file)
@@ -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
index d811ac5..2fff1ff 100644 (file)
@@ -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@intra2net.com
  ***************************************************************************/
 
@@ -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
index e307824..ef174bf 100644 (file)
@@ -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@intra2net.com
  ***************************************************************************/
 
index cf2ac78..18f5725 100644 (file)
@@ -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@intra2net.com
  ***************************************************************************/