From d76088a3c6104f2569279086752a3f3cf1ea6adc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 1 Jan 2010 17:02:25 -0800 Subject: [PATCH] Update copyright information --- README | 2 +- client/main.c | 2 +- gatchat/gatchat.c | 2 +- gatchat/gatchat.h | 2 +- gatchat/gatresult.c | 2 +- gatchat/gatresult.h | 2 +- gatchat/gatsyntax.c | 2 +- gatchat/gatsyntax.h | 2 +- gatchat/gattty.c | 2 +- gatchat/gattty.h | 2 +- gatchat/ringbuffer.c | 2 +- gatchat/ringbuffer.h | 2 +- include/dbus.h | 2 +- include/device.h | 2 +- include/dhcp.h | 2 +- include/driver.h | 2 +- include/element.h | 2 +- include/inet.h | 2 +- include/ipconfig.h | 2 +- include/log.h | 2 +- include/network.h | 2 +- include/notifier.h | 2 +- include/option.h | 2 +- include/plugin.h | 2 +- include/profile.h | 2 +- include/property.h | 2 +- include/provider.h | 2 +- include/resolver.h | 2 +- include/rfkill.h | 2 +- include/rtnl.h | 2 +- include/security.h | 2 +- include/service.h | 2 +- include/storage.h | 2 +- include/task.h | 2 +- include/timeserver.h | 2 +- include/types.h | 2 +- include/utsname.h | 2 +- include/version.h.in | 2 +- include/wifi.h | 2 +- plugins/bluetooth.c | 2 +- plugins/dhclient.c | 2 +- plugins/dnsproxy.c | 2 +- plugins/ethernet.c | 2 +- plugins/fake.c | 2 +- plugins/google.c | 2 +- plugins/hso.c | 2 +- plugins/iospm.c | 2 +- plugins/iwmx.c | 2 +- plugins/iwmx.h | 2 +- plugins/iwmxsdk.c | 2 +- plugins/loopback.c | 2 +- plugins/mbm.c | 2 +- plugins/moblin.c | 2 +- plugins/ofono.c | 2 +- plugins/openconnect.c | 2 +- plugins/polkit.c | 2 +- plugins/resolvconf.c | 2 +- plugins/supplicant.c | 2 +- plugins/supplicant.h | 2 +- plugins/task.c | 2 +- plugins/task.h | 2 +- plugins/udhcp.c | 2 +- plugins/wifi.c | 2 +- scripts/dhclient-script.c | 2 +- scripts/openconnect-script.c | 2 +- scripts/udhcpc-script.c | 2 +- src/agent.c | 2 +- src/config.c | 2 +- src/connection.c | 2 +- src/connman.h | 2 +- src/dbus.c | 2 +- src/device.c | 2 +- src/dhcp.c | 2 +- src/element.c | 2 +- src/error.c | 2 +- src/inet.c | 2 +- src/ipconfig.c | 2 +- src/ipv4.c | 2 +- src/log.c | 2 +- src/main.c | 2 +- src/manager.c | 2 +- src/network.c | 2 +- src/notifier.c | 2 +- src/plugin.c | 2 +- src/profile.c | 2 +- src/provider.c | 2 +- src/resolver.c | 2 +- src/rfkill.c | 2 +- src/rtnl.c | 2 +- src/security.c | 2 +- src/selftest.c | 2 +- src/service.c | 2 +- src/storage.c | 2 +- src/task.c | 2 +- src/timeserver.c | 2 +- src/udev-compat.c | 2 +- src/udev.c | 2 +- src/utsname.c | 2 +- src/wifi.c | 2 +- tools/addr-test.c | 2 +- tools/polkit-test.c | 2 +- tools/supplicant-dbus.c | 2 +- tools/supplicant-dbus.h | 2 +- tools/supplicant-test.c | 2 +- tools/supplicant.c | 2 +- tools/supplicant.h | 2 +- tools/tap-test.c | 2 +- tools/wifi-scan.c | 2 +- 108 files changed, 108 insertions(+), 108 deletions(-) diff --git a/README b/README index 99a8f2e..163cef9 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Connection Manager ****************** -Copyright (C) 2007-2009 Intel Corporation. All rights reserved. +Copyright (C) 2007-2010 Intel Corporation. All rights reserved. Functionality and features diff --git a/client/main.c b/client/main.c index b317c9c..5d8fd41 100644 --- a/client/main.c +++ b/client/main.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c index 7c8f35a..8045c6b 100644 --- a/gatchat/gatchat.c +++ b/gatchat/gatchat.c @@ -2,7 +2,7 @@ * * AT chat library with GLib integration * - * Copyright (C) 2008-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2008-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h index c74ef15..999b92d 100644 --- a/gatchat/gatchat.h +++ b/gatchat/gatchat.h @@ -2,7 +2,7 @@ * * AT chat library with GLib integration * - * Copyright (C) 2008-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2008-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/gatchat/gatresult.c b/gatchat/gatresult.c index 688b26b..cd7ec71 100644 --- a/gatchat/gatresult.c +++ b/gatchat/gatresult.c @@ -2,7 +2,7 @@ * * AT chat library with GLib integration * - * Copyright (C) 2008-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2008-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/gatchat/gatresult.h b/gatchat/gatresult.h index 392e56c..a74741f 100644 --- a/gatchat/gatresult.h +++ b/gatchat/gatresult.h @@ -2,7 +2,7 @@ * * AT chat library with GLib integration * - * Copyright (C) 2008-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2008-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/gatchat/gatsyntax.c b/gatchat/gatsyntax.c index a02f326..37344ea 100644 --- a/gatchat/gatsyntax.c +++ b/gatchat/gatsyntax.c @@ -2,7 +2,7 @@ * * AT chat library with GLib integration * - * Copyright (C) 2008-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2008-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/gatchat/gatsyntax.h b/gatchat/gatsyntax.h index d0d9254..d76cf6f 100644 --- a/gatchat/gatsyntax.h +++ b/gatchat/gatsyntax.h @@ -2,7 +2,7 @@ * * AT chat library with GLib integration * - * Copyright (C) 2008-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2008-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/gatchat/gattty.c b/gatchat/gattty.c index 7d665e1..02ca389 100644 --- a/gatchat/gattty.c +++ b/gatchat/gattty.c @@ -2,7 +2,7 @@ * * AT chat library with GLib integration * - * Copyright (C) 2008-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2008-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/gatchat/gattty.h b/gatchat/gattty.h index c8e0c8f..dc3fe16 100644 --- a/gatchat/gattty.h +++ b/gatchat/gattty.h @@ -2,7 +2,7 @@ * * AT chat library with GLib integration * - * Copyright (C) 2008-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2008-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/gatchat/ringbuffer.c b/gatchat/ringbuffer.c index 0b1860f..42d5b68 100644 --- a/gatchat/ringbuffer.c +++ b/gatchat/ringbuffer.c @@ -2,7 +2,7 @@ * * AT chat library with GLib integration * - * Copyright (C) 2008-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2008-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/gatchat/ringbuffer.h b/gatchat/ringbuffer.h index b77c428..826f9aa 100644 --- a/gatchat/ringbuffer.h +++ b/gatchat/ringbuffer.h @@ -2,7 +2,7 @@ * * AT chat library with GLib integration * - * Copyright (C) 2008-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2008-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/dbus.h b/include/dbus.h index 28dc98b..73bda69 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/device.h b/include/device.h index 29949e8..464daf7 100644 --- a/include/device.h +++ b/include/device.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/dhcp.h b/include/dhcp.h index f0be4f4..ed7f376 100644 --- a/include/dhcp.h +++ b/include/dhcp.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/driver.h b/include/driver.h index 4df9603..7c4f405 100644 --- a/include/driver.h +++ b/include/driver.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/element.h b/include/element.h index 04840a0..b6491cd 100644 --- a/include/element.h +++ b/include/element.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/inet.h b/include/inet.h index 412cf11..ed3baec 100644 --- a/include/inet.h +++ b/include/inet.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/ipconfig.h b/include/ipconfig.h index 7aaa7c0..8e99c6d 100644 --- a/include/ipconfig.h +++ b/include/ipconfig.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/log.h b/include/log.h index c48ad9d..cf5d190 100644 --- a/include/log.h +++ b/include/log.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/network.h b/include/network.h index bde0002..6ab109d 100644 --- a/include/network.h +++ b/include/network.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/notifier.h b/include/notifier.h index 8b299a5..7c1714e 100644 --- a/include/notifier.h +++ b/include/notifier.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/option.h b/include/option.h index 3688832..66f5bfb 100644 --- a/include/option.h +++ b/include/option.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/plugin.h b/include/plugin.h index db76ad9..4b9d540 100644 --- a/include/plugin.h +++ b/include/plugin.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/profile.h b/include/profile.h index a225c46..cea395e 100644 --- a/include/profile.h +++ b/include/profile.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/property.h b/include/property.h index 0cf5d2b..a0fa6a0 100644 --- a/include/property.h +++ b/include/property.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/provider.h b/include/provider.h index b487ceb..94efc34 100644 --- a/include/provider.h +++ b/include/provider.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/resolver.h b/include/resolver.h index 1ca2b1d..3b274c9 100644 --- a/include/resolver.h +++ b/include/resolver.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/rfkill.h b/include/rfkill.h index fc8848c..a51f1f3 100644 --- a/include/rfkill.h +++ b/include/rfkill.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/rtnl.h b/include/rtnl.h index 1c3bd04..66bda85 100644 --- a/include/rtnl.h +++ b/include/rtnl.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/security.h b/include/security.h index 2b18c56..829c008 100644 --- a/include/security.h +++ b/include/security.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/service.h b/include/service.h index 48463c7..dee3c93 100644 --- a/include/service.h +++ b/include/service.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/storage.h b/include/storage.h index 4cee761..6b733f8 100644 --- a/include/storage.h +++ b/include/storage.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/task.h b/include/task.h index 0d84bab..f608c7e 100644 --- a/include/task.h +++ b/include/task.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/timeserver.h b/include/timeserver.h index eaf11d7..d2863e8 100644 --- a/include/timeserver.h +++ b/include/timeserver.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/types.h b/include/types.h index ab58f1e..70aff9e 100644 --- a/include/types.h +++ b/include/types.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/utsname.h b/include/utsname.h index 6e489c5..6a1edc5 100644 --- a/include/utsname.h +++ b/include/utsname.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/version.h.in b/include/version.h.in index 5d44396..38d8748 100644 --- a/include/version.h.in +++ b/include/version.h.in @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/wifi.h b/include/wifi.h index aa63f80..d5dceef 100644 --- a/include/wifi.h +++ b/include/wifi.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index 0f0abb7..6780874 100644 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/dhclient.c b/plugins/dhclient.c index 2f17cca..1a86fa4 100644 --- a/plugins/dhclient.c +++ b/plugins/dhclient.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/dnsproxy.c b/plugins/dnsproxy.c index e8d13b5..c720574 100644 --- a/plugins/dnsproxy.c +++ b/plugins/dnsproxy.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/ethernet.c b/plugins/ethernet.c index 2181bde..c2a40b2 100644 --- a/plugins/ethernet.c +++ b/plugins/ethernet.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/fake.c b/plugins/fake.c index 8a271be..6b7d03f 100644 --- a/plugins/fake.c +++ b/plugins/fake.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/google.c b/plugins/google.c index 5e8a63f..0afc31c 100644 --- a/plugins/google.c +++ b/plugins/google.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/hso.c b/plugins/hso.c index 0afff30..01b1a13 100644 --- a/plugins/hso.c +++ b/plugins/hso.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/iospm.c b/plugins/iospm.c index 9908cfe..bf25cec 100644 --- a/plugins/iospm.c +++ b/plugins/iospm.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/iwmx.c b/plugins/iwmx.c index e17528d..df786d2 100644 --- a/plugins/iwmx.c +++ b/plugins/iwmx.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/iwmx.h b/plugins/iwmx.h index 02b4f5b..9d85ea7 100644 --- a/plugins/iwmx.h +++ b/plugins/iwmx.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/iwmxsdk.c b/plugins/iwmxsdk.c index f8a0501..8a522ff 100644 --- a/plugins/iwmxsdk.c +++ b/plugins/iwmxsdk.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/loopback.c b/plugins/loopback.c index 668165c..9c5e4bf 100644 --- a/plugins/loopback.c +++ b/plugins/loopback.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/mbm.c b/plugins/mbm.c index 0bf5c84..4952296 100644 --- a/plugins/mbm.c +++ b/plugins/mbm.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/moblin.c b/plugins/moblin.c index a45b73d..7b346c6 100644 --- a/plugins/moblin.c +++ b/plugins/moblin.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/ofono.c b/plugins/ofono.c index e1bacbd..65ca5dd 100644 --- a/plugins/ofono.c +++ b/plugins/ofono.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/openconnect.c b/plugins/openconnect.c index d743642..bbe8bb8 100644 --- a/plugins/openconnect.c +++ b/plugins/openconnect.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/polkit.c b/plugins/polkit.c index 16dd9d5..8590dde 100644 --- a/plugins/polkit.c +++ b/plugins/polkit.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/resolvconf.c b/plugins/resolvconf.c index df3a834..9067b60 100644 --- a/plugins/resolvconf.c +++ b/plugins/resolvconf.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/supplicant.c b/plugins/supplicant.c index 6d026bc..4a7f524 100644 --- a/plugins/supplicant.c +++ b/plugins/supplicant.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/supplicant.h b/plugins/supplicant.h index fb49722..6745aac 100644 --- a/plugins/supplicant.h +++ b/plugins/supplicant.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/task.c b/plugins/task.c index f0ef658..a6362e4 100644 --- a/plugins/task.c +++ b/plugins/task.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/task.h b/plugins/task.h index 6472576..059f351 100644 --- a/plugins/task.h +++ b/plugins/task.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/udhcp.c b/plugins/udhcp.c index df0143c..bc71824 100644 --- a/plugins/udhcp.c +++ b/plugins/udhcp.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/plugins/wifi.c b/plugins/wifi.c index 85b4e86..b115c84 100644 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/scripts/dhclient-script.c b/scripts/dhclient-script.c index 7761822..841cde3 100644 --- a/scripts/dhclient-script.c +++ b/scripts/dhclient-script.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/scripts/openconnect-script.c b/scripts/openconnect-script.c index a04c9f4..565bda7 100644 --- a/scripts/openconnect-script.c +++ b/scripts/openconnect-script.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/scripts/udhcpc-script.c b/scripts/udhcpc-script.c index b5f9c54..a3f3b21 100644 --- a/scripts/udhcpc-script.c +++ b/scripts/udhcpc-script.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/agent.c b/src/agent.c index 5b2b77c..2452b1b 100644 --- a/src/agent.c +++ b/src/agent.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/config.c b/src/config.c index d6b275d..8aa2d4d 100644 --- a/src/config.c +++ b/src/config.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/connection.c b/src/connection.c index c4162bd..902bef4 100644 --- a/src/connection.c +++ b/src/connection.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/connman.h b/src/connman.h index f8f134f..dc7f7c4 100644 --- a/src/connman.h +++ b/src/connman.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/dbus.c b/src/dbus.c index c4951d5..3a732d8 100644 --- a/src/dbus.c +++ b/src/dbus.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/device.c b/src/device.c index da8ee89..0d41863 100644 --- a/src/device.c +++ b/src/device.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/dhcp.c b/src/dhcp.c index decedd5..7a301f6 100644 --- a/src/dhcp.c +++ b/src/dhcp.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/element.c b/src/element.c index 01f8671..ff3993c 100644 --- a/src/element.c +++ b/src/element.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/error.c b/src/error.c index 6021f4c..4656d9c 100644 --- a/src/error.c +++ b/src/error.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/inet.c b/src/inet.c index f7482d8..d82d41d 100644 --- a/src/inet.c +++ b/src/inet.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/ipconfig.c b/src/ipconfig.c index 335a93e..a731a9a 100644 --- a/src/ipconfig.c +++ b/src/ipconfig.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/ipv4.c b/src/ipv4.c index 06566bf..fa56078 100644 --- a/src/ipv4.c +++ b/src/ipv4.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/log.c b/src/log.c index 5298652..327731f 100644 --- a/src/log.c +++ b/src/log.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/main.c b/src/main.c index a66a65d..c8b4389 100644 --- a/src/main.c +++ b/src/main.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/manager.c b/src/manager.c index 81663ea..b10dd3d 100644 --- a/src/manager.c +++ b/src/manager.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/network.c b/src/network.c index 22626ad..160151d 100644 --- a/src/network.c +++ b/src/network.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/notifier.c b/src/notifier.c index 8a14075..f9fc738 100644 --- a/src/notifier.c +++ b/src/notifier.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/plugin.c b/src/plugin.c index 6268652..286ad39 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/profile.c b/src/profile.c index 1fd1e6a..04e260c 100644 --- a/src/profile.c +++ b/src/profile.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/provider.c b/src/provider.c index 7a00372..7fb6701 100644 --- a/src/provider.c +++ b/src/provider.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/resolver.c b/src/resolver.c index 59adeab..df0d3c1 100644 --- a/src/resolver.c +++ b/src/resolver.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/rfkill.c b/src/rfkill.c index ad624ff..4b6a61d 100644 --- a/src/rfkill.c +++ b/src/rfkill.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/rtnl.c b/src/rtnl.c index 095f01f..2137788 100644 --- a/src/rtnl.c +++ b/src/rtnl.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/security.c b/src/security.c index 9b27423..88f4b0e 100644 --- a/src/security.c +++ b/src/security.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/selftest.c b/src/selftest.c index 727181d..f1500ec 100644 --- a/src/selftest.c +++ b/src/selftest.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/service.c b/src/service.c index 9d33360..a941f44 100644 --- a/src/service.c +++ b/src/service.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/storage.c b/src/storage.c index 89c6c14..800acfa 100644 --- a/src/storage.c +++ b/src/storage.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/task.c b/src/task.c index 74c9b8b..d895a86 100644 --- a/src/task.c +++ b/src/task.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/timeserver.c b/src/timeserver.c index 5d68246..12b604c 100644 --- a/src/timeserver.c +++ b/src/timeserver.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/udev-compat.c b/src/udev-compat.c index f6fd441..70cc3bb 100644 --- a/src/udev-compat.c +++ b/src/udev-compat.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/udev.c b/src/udev.c index 02e6e53..59f36ea 100644 --- a/src/udev.c +++ b/src/udev.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/utsname.c b/src/utsname.c index 2da08a7..4008f8f 100644 --- a/src/utsname.c +++ b/src/utsname.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/wifi.c b/src/wifi.c index 72f2500..bca1e60 100644 --- a/src/wifi.c +++ b/src/wifi.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/tools/addr-test.c b/tools/addr-test.c index 4436420..14d7311 100644 --- a/tools/addr-test.c +++ b/tools/addr-test.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/tools/polkit-test.c b/tools/polkit-test.c index 8ec1ce9..3df7d26 100644 --- a/tools/polkit-test.c +++ b/tools/polkit-test.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/tools/supplicant-dbus.c b/tools/supplicant-dbus.c index 95da1d9..96d9aa8 100644 --- a/tools/supplicant-dbus.c +++ b/tools/supplicant-dbus.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/tools/supplicant-dbus.h b/tools/supplicant-dbus.h index 8251504..9648bdf 100644 --- a/tools/supplicant-dbus.h +++ b/tools/supplicant-dbus.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/tools/supplicant-test.c b/tools/supplicant-test.c index 53d058f..42c7694 100644 --- a/tools/supplicant-test.c +++ b/tools/supplicant-test.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/tools/supplicant.c b/tools/supplicant.c index c212099..f499375 100644 --- a/tools/supplicant.c +++ b/tools/supplicant.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/tools/supplicant.h b/tools/supplicant.h index 3675742..91b6238 100644 --- a/tools/supplicant.h +++ b/tools/supplicant.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/tools/tap-test.c b/tools/tap-test.c index 357d41e..c215945 100644 --- a/tools/tap-test.c +++ b/tools/tap-test.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/tools/wifi-scan.c b/tools/wifi-scan.c index 6f110c1..5199579 100644 --- a/tools/wifi-scan.c +++ b/tools/wifi-scan.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as -- 2.7.4