chiark / gitweb /
update a few years of copyright
authorKay Sievers <kay.sievers@vrfy.org>
Sat, 1 Aug 2009 13:39:18 +0000 (09:39 -0400)
committerKay Sievers <kay.sievers@vrfy.org>
Sat, 1 Aug 2009 13:39:18 +0000 (09:39 -0400)
libudev/libudev-util-private.c
libudev/libudev.c
udev/udev-event.c
udev/udev-node.c
udev/udev-rules.c
udev/udevadm-info.c
udev/udevadm-monitor.c
udev/udevadm-settle.c
udev/udevadm-trigger.c
udev/udevadm.c

index 021734d77245af918b5c1ae95a6ed3c1ae22efe9..00d1c95d52fcd981d2d9a24c15da86cbd75dcd0c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * libudev - interface to udev device information
  *
- * Copyright (C) 2004-2009 Kay Sievers <kay.sievers@vrfy.org>
+ * Copyright (C) 2003-2009 Kay Sievers <kay.sievers@vrfy.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -172,7 +172,7 @@ gid_t util_lookup_group(struct udev *udev, const char *group)
                        break;
                errno = 0;
                getgrnam_r(group, &grbuf, buf, buflen, &gr);
-               if (gr != NULL) 
+               if (gr != NULL)
                        gid = gr->gr_gid;
                else if (errno == ERANGE) {
                        buflen *= 2;
index 695443cf3bd29ecddc6cf73456e4e0dd626b57f8..05b62efd8686f09e6bfbb7eb9b7d47fd0e8b2b7b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * libudev - interface to udev device information
  *
- * Copyright (C) 2008 Kay Sievers <kay.sievers@vrfy.org>
+ * Copyright (C) 2008-2009 Kay Sievers <kay.sievers@vrfy.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index a407975f08b7bb21aa5e8a20be861c9a72bd36ad..5716afef7a38308ca74817f894b781c6ea5ed0b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009 Kay Sievers <kay.sievers@vrfy.org>
+ * Copyright (C) 2003-2009 Kay Sievers <kay.sievers@vrfy.org>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 89b674e4c481a30b13a87e680310efe182271415..03ab0ea86f229e3b11ac5459446af8277608b2e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008 Kay Sievers <kay.sievers@vrfy.org>
+ * Copyright (C) 2003-2008 Kay Sievers <kay.sievers@vrfy.org>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 96d7377472789f148b200d49d635d89f7a3ff776..a174d5db40ef6dfdb88f9e8eb6cc796898277d41 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2009 Kay Sievers <kay.sievers@vrfy.org>
+ * Copyright (C) 2003-2009 Kay Sievers <kay.sievers@vrfy.org>
  * Copyright (C) 2008 Alan Jenkins <alan-jenkins@tuffmail.co.uk>
  *
  * This program is free software: you can redistribute it and/or modify
index 88bb0d401ff2dcf2f5117b8b7bdd9a53d11e923b..519dc4a45bf586fe27d96cacfe72c3fc98f0201d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008 Kay Sievers <kay.sievers@vrfy.org>
+ * Copyright (C) 2004-2009 Kay Sievers <kay.sievers@vrfy.org>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index df1459ae17d5f8bb7b4379fd123efd4330c0fd5c..90388db58e38c3113d67f4c5f0552e886a1656d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008 Kay Sievers <kay.sievers@vrfy.org>
+ * Copyright (C) 2004-2009 Kay Sievers <kay.sievers@vrfy.org>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0b3f2e21246d7b3a5e6edd5a810b571fec716792..682819201e46fc2f970626246c25b2608b7d1cec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Kay Sievers <kay@vrfy.org>
+ * Copyright (C) 2006-2009 Kay Sievers <kay@vrfy.org>
  * Copyright (C) 2009 Canonical Ltd.
  * Copyright (C) 2009 Scott James Remnant <scott@netsplit.com>
  *
index db7d1e05718bfc12e3cfec11e19ab1aabc360564..a97feb79b349c863c872980587b5d8f10e756c7c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008 Kay Sievers <kayi.sievers@vrfy.org>
+ * Copyright (C) 2008-2009 Kay Sievers <kay.sievers@vrfy.org>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 99ac3300829ae9c8382e0f79928e323835c6d767..b7295f32964f00f5ffce8ec7a71ff5a13bfbd6a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2008 Kay Sievers <kay.sievers@vrfy.org>
+ * Copyright (C) 2007-2009 Kay Sievers <kay.sievers@vrfy.org>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by