From 4a79c040aa31959961450e3bfad775db9b913442 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Sat, 7 Nov 2015 18:21:27 +0000 Subject: [PATCH] Update copyright line and README --- README.md | 4 ++-- parrot_driver.c | 4 ++-- parrot_driver.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index adadcb6..77c1b54 100644 --- 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). diff --git a/parrot_driver.c b/parrot_driver.c index 4451289..c906022 100644 --- a/parrot_driver.c +++ b/parrot_driver.c @@ -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 + * Copyright (c) 2011-2015, Pete Batard * * * This program is free software; you can redistribute it and/or modify diff --git a/parrot_driver.h b/parrot_driver.h index 1e6e810..a613237 100644 --- a/parrot_driver.h +++ b/parrot_driver.h @@ -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 + * Copyright (c) 2011-2015, Pete Batard * * * This program is free software; you can redistribute it and/or modify -- 2.44.0