summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-05-23 18:25:01 +0100
committerPete Batard <pete@akeo.ie>2012-05-23 18:25:01 +0100
commita544e5972bf2b0ac9e006439576f681a8439d311 (patch)
treea0423e35c1f8b1cad446d70054b88b18227047ac /examples
parentcd87b6b1f1a94e85fcd7beb165d182e3fd740a57 (diff)
downloadlibusb-a544e5972bf2b0ac9e006439576f681a8439d311.tar.gz
Misc: Ensure all sources are UTF-8
* Also remove extra lines at the end of samples
Diffstat (limited to 'examples')
-rw-r--r--examples/dpfp.c3
-rw-r--r--examples/dpfp_threaded.c3
-rw-r--r--examples/listdevs.c3
-rw-r--r--examples/xusb.c2
4 files changed, 4 insertions, 7 deletions
diff --git a/examples/dpfp.c b/examples/dpfp.c
index 55daff8..c7d6347 100644
--- a/examples/dpfp.c
+++ b/examples/dpfp.c
@@ -1,6 +1,6 @@
/*
* libusbx example program to manipulate U.are.U 4000B fingerprint scanner.
- * Copyright © 2007 Daniel Drake <dsd@gentoo.org>
+ * Copyright © 2007 Daniel Drake <dsd@gentoo.org>
*
* Basic image capture program only, does not consider the powerup quirks or
* the fact that image encryption may be enabled. Not expected to work
@@ -504,4 +504,3 @@ out:
libusb_exit(NULL);
return r >= 0 ? r : -r;
}
-
diff --git a/examples/dpfp_threaded.c b/examples/dpfp_threaded.c
index a0557c2..e1df6ee 100644
--- a/examples/dpfp_threaded.c
+++ b/examples/dpfp_threaded.c
@@ -1,6 +1,6 @@
/*
* libusbx example program to manipulate U.are.U 4000B fingerprint scanner.
- * Copyright © 2007 Daniel Drake <dsd@gentoo.org>
+ * Copyright © 2007 Daniel Drake <dsd@gentoo.org>
*
* Basic image capture program only, does not consider the powerup quirks or
* the fact that image encryption may be enabled. Not expected to work
@@ -542,4 +542,3 @@ out:
libusb_exit(NULL);
return r >= 0 ? r : -r;
}
-
diff --git a/examples/listdevs.c b/examples/listdevs.c
index df30224..f47e87c 100644
--- a/examples/listdevs.c
+++ b/examples/listdevs.c
@@ -1,6 +1,6 @@
/*
* libusbx example program to list devices on the bus
- * Copyright © 2007 Daniel Drake <dsd@gentoo.org>
+ * Copyright © 2007 Daniel Drake <dsd@gentoo.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -61,4 +61,3 @@ int main(void)
libusb_exit(NULL);
return 0;
}
-
diff --git a/examples/xusb.c b/examples/xusb.c
index 2c0409f..65dda7b 100644
--- a/examples/xusb.c
+++ b/examples/xusb.c
@@ -1,6 +1,6 @@
/*
* xusb: Generic USB test program
- * Copyright © 2009-2012 Pete Batard <pete@akeo.ie>
+ * Copyright © 2009-2012 Pete Batard <pete@akeo.ie>
* Contributions to Mass Storage by Alan Stern.
*
* This library is free software; you can redistribute it and/or