summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/agent.c2
-rw-r--r--src/connman.h2
-rw-r--r--src/dhcp.c2
-rw-r--r--src/iface-helper.c2
-rw-r--r--src/iface-inet.c2
-rw-r--r--src/iface-storage.c2
-rw-r--r--src/iface.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/plugin.c2
-rw-r--r--src/resolver.c2
-rw-r--r--src/rtnl.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/src/agent.c b/src/agent.c
index b7db03c6..586dd14f 100644
--- a/src/agent.c
+++ b/src/agent.c
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ * Copyright (C) 2007-2008 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 9f9862aa..66dd487b 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ * Copyright (C) 2007-2008 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 3b6ba637..1b7bd876 100644
--- a/src/dhcp.c
+++ b/src/dhcp.c
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ * Copyright (C) 2007-2008 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/iface-helper.c b/src/iface-helper.c
index 7e177198..23c26051 100644
--- a/src/iface-helper.c
+++ b/src/iface-helper.c
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ * Copyright (C) 2007-2008 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/iface-inet.c b/src/iface-inet.c
index 7fd74895..82a1e8cb 100644
--- a/src/iface-inet.c
+++ b/src/iface-inet.c
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ * Copyright (C) 2007-2008 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/iface-storage.c b/src/iface-storage.c
index 2c8ff559..7aa64619 100644
--- a/src/iface-storage.c
+++ b/src/iface-storage.c
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ * Copyright (C) 2007-2008 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/iface.c b/src/iface.c
index 6be7b876..51b8e017 100644
--- a/src/iface.c
+++ b/src/iface.c
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ * Copyright (C) 2007-2008 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 83466d22..0b94fd60 100644
--- a/src/log.c
+++ b/src/log.c
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ * Copyright (C) 2007-2008 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 e7d54c23..402ccf43 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ * Copyright (C) 2007-2008 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 3b2430a3..218d34e7 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ * Copyright (C) 2007-2008 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 1a080b98..9da8fead 100644
--- a/src/network.c
+++ b/src/network.c
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ * Copyright (C) 2007-2008 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 801df8b4..404ef9ec 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ * Copyright (C) 2007-2008 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 f2443d76..7c7d2f60 100644
--- a/src/resolver.c
+++ b/src/resolver.c
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ * Copyright (C) 2007-2008 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 b18465d4..f100c213 100644
--- a/src/rtnl.c
+++ b/src/rtnl.c
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ * Copyright (C) 2007-2008 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