From: Kay Sievers Date: Sat, 1 Aug 2009 13:39:18 +0000 (-0400) Subject: update a few years of copyright X-Git-Tag: 174~867 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=fc206fbe3e326f5acfc64243f9e04eecad121e27 update a few years of copyright --- diff --git a/libudev/libudev-util-private.c b/libudev/libudev-util-private.c index 021734d77..00d1c95d5 100644 --- a/libudev/libudev-util-private.c +++ b/libudev/libudev-util-private.c @@ -1,7 +1,7 @@ /* * libudev - interface to udev device information * - * Copyright (C) 2004-2009 Kay Sievers + * Copyright (C) 2003-2009 Kay Sievers * * 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; diff --git a/libudev/libudev.c b/libudev/libudev.c index 695443cf3..05b62efd8 100644 --- a/libudev/libudev.c +++ b/libudev/libudev.c @@ -1,7 +1,7 @@ /* * libudev - interface to udev device information * - * Copyright (C) 2008 Kay Sievers + * Copyright (C) 2008-2009 Kay Sievers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/udev/udev-event.c b/udev/udev-event.c index a407975f0..5716afef7 100644 --- a/udev/udev-event.c +++ b/udev/udev-event.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 Kay Sievers + * Copyright (C) 2003-2009 Kay Sievers * * 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 diff --git a/udev/udev-node.c b/udev/udev-node.c index 89b674e4c..03ab0ea86 100644 --- a/udev/udev-node.c +++ b/udev/udev-node.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2008 Kay Sievers + * Copyright (C) 2003-2008 Kay Sievers * * 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 diff --git a/udev/udev-rules.c b/udev/udev-rules.c index 96d737747..a174d5db4 100644 --- a/udev/udev-rules.c +++ b/udev/udev-rules.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Kay Sievers + * Copyright (C) 2003-2009 Kay Sievers * Copyright (C) 2008 Alan Jenkins * * This program is free software: you can redistribute it and/or modify diff --git a/udev/udevadm-info.c b/udev/udevadm-info.c index 88bb0d401..519dc4a45 100644 --- a/udev/udevadm-info.c +++ b/udev/udevadm-info.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2008 Kay Sievers + * Copyright (C) 2004-2009 Kay Sievers * * 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 diff --git a/udev/udevadm-monitor.c b/udev/udevadm-monitor.c index df1459ae1..90388db58 100644 --- a/udev/udevadm-monitor.c +++ b/udev/udevadm-monitor.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2008 Kay Sievers + * Copyright (C) 2004-2009 Kay Sievers * * 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 diff --git a/udev/udevadm-settle.c b/udev/udevadm-settle.c index 0b3f2e212..682819201 100644 --- a/udev/udevadm-settle.c +++ b/udev/udevadm-settle.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Kay Sievers + * Copyright (C) 2006-2009 Kay Sievers * Copyright (C) 2009 Canonical Ltd. * Copyright (C) 2009 Scott James Remnant * diff --git a/udev/udevadm-trigger.c b/udev/udevadm-trigger.c index db7d1e057..a97feb79b 100644 --- a/udev/udevadm-trigger.c +++ b/udev/udevadm-trigger.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Kay Sievers + * Copyright (C) 2008-2009 Kay Sievers * * 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 diff --git a/udev/udevadm.c b/udev/udevadm.c index 99ac33008..b7295f329 100644 --- a/udev/udevadm.c +++ b/udev/udevadm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Kay Sievers + * Copyright (C) 2007-2009 Kay Sievers * * 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