summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-01-01 17:02:25 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-01-01 17:02:25 -0800
commitd76088a3c6104f2569279086752a3f3cf1ea6adc (patch)
tree85ecf8ce7038ee63f94b328d6288a73c15ab32a5
parent9b2f0b7c60dce9ee9f5184e499bc9ddefe6dbdfa (diff)
downloadconnman-d76088a3c6104f2569279086752a3f3cf1ea6adc.tar.gz
connman-d76088a3c6104f2569279086752a3f3cf1ea6adc.tar.bz2
connman-d76088a3c6104f2569279086752a3f3cf1ea6adc.zip
Update copyright information
-rw-r--r--README2
-rw-r--r--client/main.c2
-rw-r--r--gatchat/gatchat.c2
-rw-r--r--gatchat/gatchat.h2
-rw-r--r--gatchat/gatresult.c2
-rw-r--r--gatchat/gatresult.h2
-rw-r--r--gatchat/gatsyntax.c2
-rw-r--r--gatchat/gatsyntax.h2
-rw-r--r--gatchat/gattty.c2
-rw-r--r--gatchat/gattty.h2
-rw-r--r--gatchat/ringbuffer.c2
-rw-r--r--gatchat/ringbuffer.h2
-rw-r--r--include/dbus.h2
-rw-r--r--include/device.h2
-rw-r--r--include/dhcp.h2
-rw-r--r--include/driver.h2
-rw-r--r--include/element.h2
-rw-r--r--include/inet.h2
-rw-r--r--include/ipconfig.h2
-rw-r--r--include/log.h2
-rw-r--r--include/network.h2
-rw-r--r--include/notifier.h2
-rw-r--r--include/option.h2
-rw-r--r--include/plugin.h2
-rw-r--r--include/profile.h2
-rw-r--r--include/property.h2
-rw-r--r--include/provider.h2
-rw-r--r--include/resolver.h2
-rw-r--r--include/rfkill.h2
-rw-r--r--include/rtnl.h2
-rw-r--r--include/security.h2
-rw-r--r--include/service.h2
-rw-r--r--include/storage.h2
-rw-r--r--include/task.h2
-rw-r--r--include/timeserver.h2
-rw-r--r--include/types.h2
-rw-r--r--include/utsname.h2
-rw-r--r--include/version.h.in2
-rw-r--r--include/wifi.h2
-rw-r--r--plugins/bluetooth.c2
-rw-r--r--plugins/dhclient.c2
-rw-r--r--plugins/dnsproxy.c2
-rw-r--r--plugins/ethernet.c2
-rw-r--r--plugins/fake.c2
-rw-r--r--plugins/google.c2
-rw-r--r--plugins/hso.c2
-rw-r--r--plugins/iospm.c2
-rw-r--r--plugins/iwmx.c2
-rw-r--r--plugins/iwmx.h2
-rw-r--r--plugins/iwmxsdk.c2
-rw-r--r--plugins/loopback.c2
-rw-r--r--plugins/mbm.c2
-rw-r--r--plugins/moblin.c2
-rw-r--r--plugins/ofono.c2
-rw-r--r--plugins/openconnect.c2
-rw-r--r--plugins/polkit.c2
-rw-r--r--plugins/resolvconf.c2
-rw-r--r--plugins/supplicant.c2
-rw-r--r--plugins/supplicant.h2
-rw-r--r--plugins/task.c2
-rw-r--r--plugins/task.h2
-rw-r--r--plugins/udhcp.c2
-rw-r--r--plugins/wifi.c2
-rw-r--r--scripts/dhclient-script.c2
-rw-r--r--scripts/openconnect-script.c2
-rw-r--r--scripts/udhcpc-script.c2
-rw-r--r--src/agent.c2
-rw-r--r--src/config.c2
-rw-r--r--src/connection.c2
-rw-r--r--src/connman.h2
-rw-r--r--src/dbus.c2
-rw-r--r--src/device.c2
-rw-r--r--src/dhcp.c2
-rw-r--r--src/element.c2
-rw-r--r--src/error.c2
-rw-r--r--src/inet.c2
-rw-r--r--src/ipconfig.c2
-rw-r--r--src/ipv4.c2
-rw-r--r--src/log.c2
-rw-r--r--src/main.c2
-rw-r--r--src/manager.c2
-rw-r--r--src/network.c2
-rw-r--r--src/notifier.c2
-rw-r--r--src/plugin.c2
-rw-r--r--src/profile.c2
-rw-r--r--src/provider.c2
-rw-r--r--src/resolver.c2
-rw-r--r--src/rfkill.c2
-rw-r--r--src/rtnl.c2
-rw-r--r--src/security.c2
-rw-r--r--src/selftest.c2
-rw-r--r--src/service.c2
-rw-r--r--src/storage.c2
-rw-r--r--src/task.c2
-rw-r--r--src/timeserver.c2
-rw-r--r--src/udev-compat.c2
-rw-r--r--src/udev.c2
-rw-r--r--src/utsname.c2
-rw-r--r--src/wifi.c2
-rw-r--r--tools/addr-test.c2
-rw-r--r--tools/polkit-test.c2
-rw-r--r--tools/supplicant-dbus.c2
-rw-r--r--tools/supplicant-dbus.h2
-rw-r--r--tools/supplicant-test.c2
-rw-r--r--tools/supplicant.c2
-rw-r--r--tools/supplicant.h2
-rw-r--r--tools/tap-test.c2
-rw-r--r--tools/wifi-scan.c2
108 files changed, 108 insertions, 108 deletions
diff --git a/README b/README
index 99a8f2eb..163cef92 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 b317c9c6..5d8fd410 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 7c8f35a4..8045c6bb 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 c74ef15f..999b92dd 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 688b26b3..cd7ec716 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 392e56cf..a74741fb 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 a02f326d..37344eac 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 d0d9254b..d76cf6fa 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 7d665e1d..02ca389d 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 c8e0c8fa..dc3fe160 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 0b1860f4..42d5b680 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 b77c428b..826f9aaf 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 28dc98bc..73bda693 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 29949e80..464daf70 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 f0be4f40..ed7f3763 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 4df96036..7c4f4057 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 04840a06..b6491cd0 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 412cf116..ed3baece 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 7aaa7c0d..8e99c6db 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 c48ad9d1..cf5d1904 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 bde00028..6ab109da 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 8b299a59..7c1714e7 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 36888323..66f5bfb8 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 db76ad9f..4b9d5407 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 a225c46b..cea395e0 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 0cf5d2b1..a0fa6a00 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 b487cebc..94efc34e 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 1ca2b1d1..3b274c9f 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 fc8848c1..a51f1f3b 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 1c3bd048..66bda850 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 2b18c56e..829c0081 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 48463c74..dee3c932 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 4cee7614..6b733f80 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 0d84bab4..f608c7e5 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 eaf11d74..d2863e86 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 ab58f1e0..70aff9eb 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 6e489c50..6a1edc54 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 5d44396f..38d8748f 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 aa63f809..d5dceef7 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 0f0abb7c..67808742 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 2f17cca8..1a86fa4a 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 e8d13b57..c7205744 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 2181bdee..c2a40b25 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 8a271be5..6b7d03fa 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 5e8a63f0..0afc31c7 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 0afff30c..01b1a13a 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 9908cfe3..bf25cecc 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 e17528d2..df786d25 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 02b4f5b1..9d85ea72 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 f8a05014..8a522ff4 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 668165c0..9c5e4bf3 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 0bf5c847..4952296b 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 a45b73d9..7b346c62 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 e1bacbd3..65ca5ddf 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 d743642f..bbe8bb84 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 16dd9d52..8590dde4 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 df3a834b..9067b60c 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 6d026bcc..4a7f524a 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 fb49722b..6745aacd 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 f0ef6584..a6362e4c 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 6472576a..059f3511 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 df0143c3..bc718248 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 85b4e86f..b115c847 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 7761822e..841cde3d 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 a04c9f46..565bda74 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 b5f9c54f..a3f3b214 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 5b2b77c2..2452b1bb 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 d6b275da..8aa2d4dd 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 c4162bde..902bef41 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 f8f134fe..dc7f7c49 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 c4951d59..3a732d80 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 da8ee89e..0d418639 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 decedd54..7a301f67 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 01f86718..ff3993c9 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 6021f4c7..4656d9c5 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 f7482d8d..d82d41dd 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 335a93e3..a731a9a7 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 06566bf9..fa560788 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 5298652b..327731f2 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 a66a65d7..c8b4389e 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 81663ea8..b10dd3dc 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 22626ad2..160151d8 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 8a14075b..f9fc7386 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 6268652d..286ad399 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 1fd1e6a7..04e260c8 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 7a003727..7fb6701d 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 59adeab4..df0d3c15 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 ad624ffc..4b6a61dd 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 095f01f3..2137788a 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 9b274239..88f4b0ed 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 727181da..f1500ec3 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 9d333601..a941f44d 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 89c6c146..800acfab 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 74c9b8b5..d895a862 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 5d682463..12b604c6 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 f6fd4410..70cc3bba 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 02e6e534..59f36eaf 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 2da08a73..4008f8f4 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 72f25007..bca1e602 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 44364204..14d73114 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 8ec1ce94..3df7d263 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 95da1d9d..96d9aa8a 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 8251504c..9648bdf3 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 53d058f6..42c76943 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 c2120991..f499375e 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 36757422..91b62385 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 357d41e9..c215945c 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 6f110c17..51995796 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