diff options
author | Thomas Graf <tgraf@redhat.com> | 2012-04-20 13:27:52 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@redhat.com> | 2012-04-20 13:27:52 (GMT) |
commit | 4a2962d8974a65bc0eb7cc48614bc2eee1216ea7 (patch) | |
tree | dbf45be953b685c8a7f123fe301d5fc9ae717184 | |
parent | 5399b3d1926254abf9965b7beb440a1fc23a0e7f (diff) | |
download | libnl-4a2962d8974a65bc0eb7cc48614bc2eee1216ea7.zip libnl-4a2962d8974a65bc0eb7cc48614bc2eee1216ea7.tar.gz libnl-4a2962d8974a65bc0eb7cc48614bc2eee1216ea7.tar.bz2 |
genl-ctrl-list: fix copyright and summary
-rw-r--r-- | src/genl-ctrl-list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/genl-ctrl-list.c b/src/genl-ctrl-list.c index 70c5991..0895bcc 100644 --- a/src/genl-ctrl-list.c +++ b/src/genl-ctrl-list.c @@ -1,12 +1,12 @@ /* - * src/genl-ctrl-list.c List Generic Netlink Controller + * src/genl-ctrl-list.c List Generic Netlink Families * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * - * Copyright (c) 2003-2009 Thomas Graf <tgraf@suug.ch> + * Copyright (c) 2003-2012 Thomas Graf <tgraf@suug.ch> */ #include <netlink/cli/utils.h> |