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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc206fbe3e326f5acfc64243f9e04eecad121e27;p=thirdparty%2Fsystemd.git update a few years of copyright --- diff --git a/libudev/libudev-util-private.c b/libudev/libudev-util-private.c index 021734d7724..00d1c95d52f 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 695443cf3bd..05b62efd868 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 a407975f08b..5716afef7a3 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 89b674e4c48..03ab0ea86f2 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 96d73774727..a174d5db40e 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 88bb0d401ff..519dc4a45bf 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 df1459ae17d..90388db58e3 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 0b3f2e21246..682819201e4 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 db7d1e05718..a97feb79b34 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 99ac3300829..b7295f32964 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