Update copyright line and README
authorPete Batard <pete@akeo.ie>
Sat, 7 Nov 2015 18:21:27 +0000 (18:21 +0000)
committerPete Batard <pete@akeo.ie>
Sat, 7 Nov 2015 18:21:27 +0000 (18:21 +0000)
README.md
parrot_driver.c
parrot_driver.h

index adadcb6..77c1b54 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 Parrot Linux device driver sample
 =================================
 
-This is a GPLv2+ sample implementation of a Linux 3.x or 2.x character
-device driver based on [udev](https://en.wikipedia.org/wiki/Udev).
+This is a GPLv2+ sample implementation of a character device driver
+for Linux 2.6 and later, based on [udev](https://en.wikipedia.org/wiki/Udev).
 
 From more background information as well as a detailed walkthrough, 
 see the following [blog post](http://pete.akeo.ie/2011/08/writing-linux-device-driver-for-kernels.html).
index 4451289..c906022 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Linux 2.6 and 3.0 'parrot' sample device driver
+ * Linux 2.6 and later 'parrot' sample device driver
  *
- * Copyright (c) 2011, Pete Batard <pete@akeo.ie>
+ * Copyright (c) 2011-2015, Pete Batard <pete@akeo.ie>
  *
  *
  * This program is free software; you can redistribute it and/or modify
index 1e6e810..a613237 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Linux 2.6 and 3.0 'parrot' sample device driver
+ * Linux 2.6 and later 'parrot' sample device driver
  *
- * Copyright (c) 2011, Pete Batard <pete@akeo.ie>
+ * Copyright (c) 2011-2015, Pete Batard <pete@akeo.ie>
  *
  *
  * This program is free software; you can redistribute it and/or modify