Update Copyright to 2017, switch download URLs to HTTPS
[libftdi] / ftdipp / ftdi.cpp
index d5c91ef..3d59d9d 100644 (file)
@@ -2,11 +2,11 @@
                           ftdi.cpp  -  C++ wraper for libftdi
                              -------------------
     begin                : Mon Oct 13 2008
-    copyright            : (C) 2008-2013 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-2013 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).
@@ -314,7 +314,7 @@ int Context::read_pins(unsigned char *pins)
     return ftdi_read_pins(d->ftdi, pins);
 }
 
-char* Context::error_string()
+const char* Context::error_string()
 {
     return ftdi_get_error_string(d->ftdi);
 }