aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorPer Liden <per.liden@nospam.ericsson.com>2006-01-11 19:14:19 +0100
committerDavid S. Miller <davem@sunset.davemloft.net>2006-01-12 14:06:39 -0800
commit593a5f22d8035b1396a958b6bbde9f13c0f09549 (patch)
tree9b17063243db078fba55b80b2777ad6fc8425a0d /net
parent9da1c8b694f8e72a16f259614caaae50cbcdaf10 (diff)
downloadlinux-593a5f22d8035b1396a958b6bbde9f13c0f09549.tar.gz
[TIPC] More updates of file headers
Updated copyright notice to include the year the file was actually created. Information about file creation dates was extracted from the files in the old CVS repository at tipc.sourceforge.net. Signed-off-by: Per Liden <per.liden@nospam.ericsson.com>
Diffstat (limited to 'net')
-rw-r--r--net/tipc/addr.c2
-rw-r--r--net/tipc/addr.h2
-rw-r--r--net/tipc/bcast.c2
-rw-r--r--net/tipc/bearer.c2
-rw-r--r--net/tipc/bearer.h2
-rw-r--r--net/tipc/cluster.c2
-rw-r--r--net/tipc/cluster.h2
-rw-r--r--net/tipc/config.c2
-rw-r--r--net/tipc/core.h2
-rw-r--r--net/tipc/dbg.c2
-rw-r--r--net/tipc/dbg.h2
-rw-r--r--net/tipc/eth_media.c2
-rw-r--r--net/tipc/handler.c2
-rw-r--r--net/tipc/link.c2
-rw-r--r--net/tipc/link.h2
-rw-r--r--net/tipc/msg.c2
-rw-r--r--net/tipc/msg.h2
-rw-r--r--net/tipc/name_distr.c2
-rw-r--r--net/tipc/name_distr.h2
-rw-r--r--net/tipc/name_table.c2
-rw-r--r--net/tipc/name_table.h2
-rw-r--r--net/tipc/net.c2
-rw-r--r--net/tipc/net.h2
-rw-r--r--net/tipc/netlink.c1
-rw-r--r--net/tipc/node.c2
-rw-r--r--net/tipc/node.h2
-rw-r--r--net/tipc/node_subscr.c2
-rw-r--r--net/tipc/node_subscr.h2
-rw-r--r--net/tipc/port.c2
-rw-r--r--net/tipc/port.h2
-rw-r--r--net/tipc/ref.c2
-rw-r--r--net/tipc/ref.h2
-rw-r--r--net/tipc/socket.c2
-rw-r--r--net/tipc/subscr.c2
-rw-r--r--net/tipc/user_reg.c2
-rw-r--r--net/tipc/user_reg.h2
-rw-r--r--net/tipc/zone.c2
-rw-r--r--net/tipc/zone.h2
38 files changed, 38 insertions, 37 deletions
diff --git a/net/tipc/addr.c b/net/tipc/addr.c
index 6d5709deee6890..eca22260c98c59 100644
--- a/net/tipc/addr.c
+++ b/net/tipc/addr.c
@@ -1,7 +1,7 @@
/*
* net/tipc/addr.c: TIPC address utility routines
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2004-2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/addr.h b/net/tipc/addr.h
index cdf95486043e13..02ca71783e2e5b 100644
--- a/net/tipc/addr.h
+++ b/net/tipc/addr.h
@@ -1,7 +1,7 @@
/*
* net/tipc/addr.h: Include file for TIPC address utility routines
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2004-2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c
index d7d06f29f1945f..24d949c8943afc 100644
--- a/net/tipc/bcast.c
+++ b/net/tipc/bcast.c
@@ -1,7 +1,7 @@
/*
* net/tipc/bcast.c: TIPC broadcast code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2004-2006, Ericsson AB
* Copyright (c) 2004, Intel Corporation.
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
diff --git a/net/tipc/bearer.c b/net/tipc/bearer.c
index 9c8ab26301d715..3dd19fdc5a2cf5 100644
--- a/net/tipc/bearer.c
+++ b/net/tipc/bearer.c
@@ -1,7 +1,7 @@
/*
* net/tipc/bearer.c: TIPC bearer code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 1996-2006, Ericsson AB
* Copyright (c) 2004-2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h
index 55197ccf1a1a66..21e63d3f018349 100644
--- a/net/tipc/bearer.h
+++ b/net/tipc/bearer.h
@@ -1,7 +1,7 @@
/*
* net/tipc/bearer.h: Include file for TIPC bearer code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 1996-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/cluster.c b/net/tipc/cluster.c
index 7c31f690c386fe..f0f7bac51d41c6 100644
--- a/net/tipc/cluster.c
+++ b/net/tipc/cluster.c
@@ -1,7 +1,7 @@
/*
* net/tipc/cluster.c: TIPC cluster management routines
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/cluster.h b/net/tipc/cluster.h
index a9a46fa4fc2a0b..1ffb095991df4b 100644
--- a/net/tipc/cluster.h
+++ b/net/tipc/cluster.h
@@ -1,7 +1,7 @@
/*
* net/tipc/cluster.h: Include file for TIPC cluster management routines
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/config.c b/net/tipc/config.c
index 6c45771bd99379..8ddef4fce2c2db 100644
--- a/net/tipc/config.c
+++ b/net/tipc/config.c
@@ -1,7 +1,7 @@
/*
* net/tipc/config.c: TIPC configuration management code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2002-2006, Ericsson AB
* Copyright (c) 2004-2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/core.h b/net/tipc/core.h
index deee5de5fb33c6..b69b60b2cc866d 100644
--- a/net/tipc/core.h
+++ b/net/tipc/core.h
@@ -1,7 +1,7 @@
/*
* net/tipc/core.h: Include file for TIPC global declarations
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2005-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/dbg.c b/net/tipc/dbg.c
index 3264ccb744840e..7ed60a1cfbb80e 100644
--- a/net/tipc/dbg.c
+++ b/net/tipc/dbg.c
@@ -1,7 +1,7 @@
/*
* net/tipc/dbg.c: TIPC print buffer routines for debuggign
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 1996-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/dbg.h b/net/tipc/dbg.h
index 264c741f95b951..c6b2a64c224f07 100644
--- a/net/tipc/dbg.h
+++ b/net/tipc/dbg.h
@@ -1,7 +1,7 @@
/*
* net/tipc/dbg.h: Include file for TIPC print buffer routines
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 1997-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/eth_media.c b/net/tipc/eth_media.c
index fe0a4286e48be1..34d0462db3aa13 100644
--- a/net/tipc/eth_media.c
+++ b/net/tipc/eth_media.c
@@ -1,7 +1,7 @@
/*
* net/tipc/eth_media.c: Ethernet bearer support for TIPC
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2001-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/handler.c b/net/tipc/handler.c
index cab6f6150460a1..f320010f8a6565 100644
--- a/net/tipc/handler.c
+++ b/net/tipc/handler.c
@@ -1,7 +1,7 @@
/*
* net/tipc/handler.c: TIPC signal handling
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/link.c b/net/tipc/link.c
index 48d0483297ea99..7265f4be47664a 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -1,7 +1,7 @@
/*
* net/tipc/link.c: TIPC link code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 1996-2006, Ericsson AB
* Copyright (c) 2004-2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/link.h b/net/tipc/link.h
index 686eb7d684e0cf..c2553f0737570a 100644
--- a/net/tipc/link.h
+++ b/net/tipc/link.h
@@ -1,7 +1,7 @@
/*
* net/tipc/link.h: Include file for TIPC link code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 1995-2006, Ericsson AB
* Copyright (c) 2004-2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/msg.c b/net/tipc/msg.c
index 4ffbb9d4442983..03dbc55cb04c4c 100644
--- a/net/tipc/msg.c
+++ b/net/tipc/msg.c
@@ -1,7 +1,7 @@
/*
* net/tipc/msg.c: TIPC message header routines
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/msg.h b/net/tipc/msg.h
index 71e272face6060..662c81862a0c62 100644
--- a/net/tipc/msg.h
+++ b/net/tipc/msg.h
@@ -1,7 +1,7 @@
/*
* net/tipc/msg.h: Include file for TIPC message header routines
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/name_distr.c b/net/tipc/name_distr.c
index 93ac2b25220e58..41cbaf1a4a7301 100644
--- a/net/tipc/name_distr.c
+++ b/net/tipc/name_distr.c
@@ -1,7 +1,7 @@
/*
* net/tipc/name_distr.c: TIPC name distribution code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/name_distr.h b/net/tipc/name_distr.h
index 41c1b1c065d412..a04bdeac84ea04 100644
--- a/net/tipc/name_distr.h
+++ b/net/tipc/name_distr.h
@@ -1,7 +1,7 @@
/*
* net/tipc/name_distr.h: Include file for TIPC name distribution code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/name_table.c b/net/tipc/name_table.c
index 8568df3cc6b295..972c83eb83b4a0 100644
--- a/net/tipc/name_table.c
+++ b/net/tipc/name_table.c
@@ -1,7 +1,7 @@
/*
* net/tipc/name_table.c: TIPC name table code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2004-2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/name_table.h b/net/tipc/name_table.h
index c771b093e12042..f82693384f60e4 100644
--- a/net/tipc/name_table.h
+++ b/net/tipc/name_table.h
@@ -1,7 +1,7 @@
/*
* net/tipc/name_table.h: Include file for TIPC name table code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2004-2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/net.c b/net/tipc/net.c
index a6989946e2350d..6826b493c1d6c2 100644
--- a/net/tipc/net.c
+++ b/net/tipc/net.c
@@ -1,7 +1,7 @@
/*
* net/tipc/net.c: TIPC network routing code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 1995-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/net.h b/net/tipc/net.h
index 6f0758e894c388..948c6d42102cd6 100644
--- a/net/tipc/net.h
+++ b/net/tipc/net.h
@@ -1,7 +1,7 @@
/*
* net/tipc/net.h: Include file for TIPC network routing code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 1995-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/netlink.c b/net/tipc/netlink.c
index c19c2fa2ce55c8..6fe95acde4fa0b 100644
--- a/net/tipc/netlink.c
+++ b/net/tipc/netlink.c
@@ -1,6 +1,7 @@
/*
* net/tipc/netlink.c: TIPC configuration handling
*
+ * Copyright (c) 2005-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/node.c b/net/tipc/node.c
index 565c35b54c0de7..05688d01138b30 100644
--- a/net/tipc/node.c
+++ b/net/tipc/node.c
@@ -1,7 +1,7 @@
/*
* net/tipc/node.c: TIPC node management routines
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/node.h b/net/tipc/node.h
index 26c04ba2d49e14..b39442badccf7e 100644
--- a/net/tipc/node.h
+++ b/net/tipc/node.h
@@ -1,7 +1,7 @@
/*
* net/tipc/node.h: Include file for TIPC node management routines
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/node_subscr.c b/net/tipc/node_subscr.c
index f271b61ecc2ee1..79375927916f7d 100644
--- a/net/tipc/node_subscr.c
+++ b/net/tipc/node_subscr.c
@@ -1,7 +1,7 @@
/*
* net/tipc/node_subscr.c: TIPC "node down" subscription handling
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 1995-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/node_subscr.h b/net/tipc/node_subscr.h
index 3145339b55b9de..a3b87ac4859b7d 100644
--- a/net/tipc/node_subscr.h
+++ b/net/tipc/node_subscr.h
@@ -1,7 +1,7 @@
/*
* net/tipc/node_subscr.h: Include file for TIPC "node down" subscription handling
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 1995-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/port.c b/net/tipc/port.c
index ea45b17b045b4c..bb9404661df36e 100644
--- a/net/tipc/port.c
+++ b/net/tipc/port.c
@@ -1,7 +1,7 @@
/*
* net/tipc/port.c: TIPC port code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 1992-2006, Ericsson AB
* Copyright (c) 2004-2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/port.h b/net/tipc/port.h
index c15f687bd69bcd..e829a99d3b7fd9 100644
--- a/net/tipc/port.h
+++ b/net/tipc/port.h
@@ -1,7 +1,7 @@
/*
* net/tipc/port.h: Include file for TIPC port code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 1994-2006, Ericsson AB
* Copyright (c) 2004-2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/ref.c b/net/tipc/ref.c
index eb5f2b2799d94c..944093fe246f1d 100644
--- a/net/tipc/ref.c
+++ b/net/tipc/ref.c
@@ -1,7 +1,7 @@
/*
* net/tipc/ref.c: TIPC object registry code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 1991-2006, Ericsson AB
* Copyright (c) 2004-2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/ref.h b/net/tipc/ref.h
index 12dd827be3041e..429cde57228aa0 100644
--- a/net/tipc/ref.h
+++ b/net/tipc/ref.h
@@ -1,7 +1,7 @@
/*
* net/tipc/ref.h: Include file for TIPC object registry code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 1991-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/socket.c b/net/tipc/socket.c
index cb90d8a998821d..d21f8c0cd25a2e 100644
--- a/net/tipc/socket.c
+++ b/net/tipc/socket.c
@@ -1,7 +1,7 @@
/*
* net/tipc/socket.c: TIPC socket API
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2001-2006, Ericsson AB
* Copyright (c) 2004-2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/subscr.c b/net/tipc/subscr.c
index 728f9f073a50f3..451d875befcba2 100644
--- a/net/tipc/subscr.c
+++ b/net/tipc/subscr.c
@@ -1,7 +1,7 @@
/*
* net/tipc/subscr.c: TIPC subscription service
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/user_reg.c b/net/tipc/user_reg.c
index 37b73e3ba0713c..35ec7dc8211da8 100644
--- a/net/tipc/user_reg.c
+++ b/net/tipc/user_reg.c
@@ -1,7 +1,7 @@
/*
* net/tipc/user_reg.c: TIPC user registry code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2004-2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/user_reg.h b/net/tipc/user_reg.h
index 3a55c755f1fd29..122ca9be367117 100644
--- a/net/tipc/user_reg.h
+++ b/net/tipc/user_reg.h
@@ -1,7 +1,7 @@
/*
* net/tipc/user_reg.h: Include file for TIPC user registry code
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/zone.c b/net/tipc/zone.c
index cb5528699a6489..4eaef662d568bb 100644
--- a/net/tipc/zone.c
+++ b/net/tipc/zone.c
@@ -1,7 +1,7 @@
/*
* net/tipc/zone.c: TIPC zone management routines
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
diff --git a/net/tipc/zone.h b/net/tipc/zone.h
index 2fc5ed71b6dd44..4326f78d82926f 100644
--- a/net/tipc/zone.h
+++ b/net/tipc/zone.h
@@ -1,7 +1,7 @@
/*
* net/tipc/zone.h: Include file for TIPC zone management routines
*
- * Copyright (c) 2003-2006, Ericsson AB
+ * Copyright (c) 2000-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
*