Commit 9da1c8b694f8e72a16f259614caaae50cbcdaf10
Committed by
David S. Miller
1 parent
d0a14a9dbd
[TIPC] Update of file headers
The copyright statements from different parts of Ericsson have been merged into one. Signed-off-by: Per Liden <per.liden@nospam.ericsson.com>
Showing 50 changed files with 49 additions and 99 deletions Side-by-side Diff
- include/linux/tipc.h
- include/linux/tipc_config.h
- include/net/tipc/tipc.h
- include/net/tipc/tipc_bearer.h
- include/net/tipc/tipc_msg.h
- include/net/tipc/tipc_port.h
- net/tipc/addr.c
- net/tipc/addr.h
- net/tipc/bcast.c
- net/tipc/bcast.h
- net/tipc/bearer.c
- net/tipc/bearer.h
- net/tipc/cluster.c
- net/tipc/cluster.h
- net/tipc/config.c
- net/tipc/config.h
- net/tipc/core.c
- net/tipc/core.h
- net/tipc/dbg.c
- net/tipc/dbg.h
- net/tipc/discover.c
- net/tipc/discover.h
- net/tipc/eth_media.c
- net/tipc/handler.c
- net/tipc/link.c
- net/tipc/link.h
- net/tipc/msg.c
- net/tipc/msg.h
- net/tipc/name_distr.c
- net/tipc/name_distr.h
- net/tipc/name_table.c
- net/tipc/name_table.h
- net/tipc/net.c
- net/tipc/net.h
- net/tipc/netlink.c
- net/tipc/node.c
- net/tipc/node.h
- net/tipc/node_subscr.c
- net/tipc/node_subscr.h
- net/tipc/port.c
- net/tipc/port.h
- net/tipc/ref.c
- net/tipc/ref.h
- net/tipc/socket.c
- net/tipc/subscr.c
- net/tipc/subscr.h
- net/tipc/user_reg.c
- net/tipc/user_reg.h
- net/tipc/zone.c
- net/tipc/zone.h
include/linux/tipc.h
1 | 1 | /* |
2 | 2 | * include/linux/tipc.h: Include file for TIPC socket interface |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
include/linux/tipc_config.h
1 | 1 | /* |
2 | 2 | * include/linux/tipc_config.h: Include file for TIPC configuration interface |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
include/net/tipc/tipc.h
1 | 1 | /* |
2 | 2 | * include/net/tipc/tipc.h: Main include file for TIPC users |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
include/net/tipc/tipc_bearer.h
1 | 1 | /* |
2 | 2 | * include/net/tipc/tipc_bearer.h: Include file for privileged access to TIPC bearers |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
include/net/tipc/tipc_msg.h
1 | 1 | /* |
2 | 2 | * include/net/tipc/tipc_msg.h: Include file for privileged access to TIPC message headers |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
include/net/tipc/tipc_port.h
1 | 1 | /* |
2 | 2 | * include/net/tipc/tipc_port.h: Include file for privileged access to TIPC ports |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/addr.c
1 | 1 | /* |
2 | 2 | * net/tipc/addr.c: TIPC address utility routines |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2004-2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/addr.h
1 | 1 | /* |
2 | 2 | * net/tipc/addr.h: Include file for TIPC address utility routines |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2004-2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/bcast.c
1 | 1 | /* |
2 | 2 | * net/tipc/bcast.c: TIPC broadcast code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2004, Intel Corporation. |
6 | 6 | * Copyright (c) 2005, Wind River Systems |
7 | - * Copyright (c) 2005-2006, Ericsson AB | |
8 | 7 | * All rights reserved. |
9 | 8 | * |
10 | 9 | * Redistribution and use in source and binary forms, with or without |
net/tipc/bcast.h
1 | 1 | /* |
2 | 2 | * net/tipc/bcast.h: Include file for TIPC broadcast code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/bearer.c
1 | 1 | /* |
2 | 2 | * net/tipc/bearer.c: TIPC bearer code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2004-2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/bearer.h
1 | 1 | /* |
2 | 2 | * net/tipc/bearer.h: Include file for TIPC bearer code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/cluster.c
1 | 1 | /* |
2 | 2 | * net/tipc/cluster.c: TIPC cluster management routines |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/cluster.h
1 | 1 | /* |
2 | 2 | * net/tipc/cluster.h: Include file for TIPC cluster management routines |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/config.c
1 | 1 | /* |
2 | 2 | * net/tipc/config.c: TIPC configuration management code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2004-2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/config.h
1 | 1 | /* |
2 | 2 | * net/tipc/config.h: Include file for TIPC configuration service code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/core.c
1 | 1 | /* |
2 | 2 | * net/tipc/core.c: TIPC module code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/core.h
1 | 1 | /* |
2 | 2 | * net/tipc/core.h: Include file for TIPC global declarations |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/dbg.c
1 | 1 | /* |
2 | 2 | * net/tipc/dbg.c: TIPC print buffer routines for debuggign |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/dbg.h
1 | 1 | /* |
2 | 2 | * net/tipc/dbg.h: Include file for TIPC print buffer routines |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/discover.c
1 | 1 | /* |
2 | 2 | * net/tipc/discover.c |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/discover.h
1 | 1 | /* |
2 | 2 | * net/tipc/discover.h |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/eth_media.c
1 | 1 | /* |
2 | 2 | * net/tipc/eth_media.c: Ethernet bearer support for TIPC |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/handler.c
1 | 1 | /* |
2 | 2 | * net/tipc/handler.c: TIPC signal handling |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/link.c
1 | 1 | /* |
2 | 2 | * net/tipc/link.c: TIPC link code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2004-2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/link.h
1 | 1 | /* |
2 | 2 | * net/tipc/link.h: Include file for TIPC link code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2004-2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/msg.c
1 | 1 | /* |
2 | 2 | * net/tipc/msg.c: TIPC message header routines |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/msg.h
1 | 1 | /* |
2 | 2 | * net/tipc/msg.h: Include file for TIPC message header routines |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/name_distr.c
1 | 1 | /* |
2 | 2 | * net/tipc/name_distr.c: TIPC name distribution code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/name_distr.h
1 | 1 | /* |
2 | 2 | * net/tipc/name_distr.h: Include file for TIPC name distribution code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/name_table.c
1 | 1 | /* |
2 | 2 | * net/tipc/name_table.c: TIPC name table code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2004-2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/name_table.h
1 | 1 | /* |
2 | 2 | * net/tipc/name_table.h: Include file for TIPC name table code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2004-2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/net.c
1 | 1 | /* |
2 | 2 | * net/tipc/net.c: TIPC network routing code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/net.h
1 | 1 | /* |
2 | 2 | * net/tipc/net.h: Include file for TIPC network routing code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/netlink.c
net/tipc/node.c
1 | 1 | /* |
2 | 2 | * net/tipc/node.c: TIPC node management routines |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/node.h
1 | 1 | /* |
2 | 2 | * net/tipc/node.h: Include file for TIPC node management routines |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/node_subscr.c
1 | 1 | /* |
2 | 2 | * net/tipc/node_subscr.c: TIPC "node down" subscription handling |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/node_subscr.h
1 | 1 | /* |
2 | 2 | * net/tipc/node_subscr.h: Include file for TIPC "node down" subscription handling |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/port.c
1 | 1 | /* |
2 | 2 | * net/tipc/port.c: TIPC port code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2004-2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/port.h
1 | 1 | /* |
2 | 2 | * net/tipc/port.h: Include file for TIPC port code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2004-2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/ref.c
1 | 1 | /* |
2 | 2 | * net/tipc/ref.c: TIPC object registry code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2004-2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/ref.h
1 | 1 | /* |
2 | 2 | * net/tipc/ref.h: Include file for TIPC object registry code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/socket.c
1 | 1 | /* |
2 | 2 | * net/tipc/socket.c: TIPC socket API |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2004-2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/subscr.c
1 | 1 | /* |
2 | 2 | * net/tipc/subscr.c: TIPC subscription service |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/subscr.h
1 | 1 | /* |
2 | 2 | * net/tipc/subscr.h: Include file for TIPC subscription service |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/user_reg.c
1 | 1 | /* |
2 | 2 | * net/tipc/user_reg.c: TIPC user registry code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2004-2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/user_reg.h
1 | 1 | /* |
2 | 2 | * net/tipc/user_reg.h: Include file for TIPC user registry code |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/zone.c
1 | 1 | /* |
2 | 2 | * net/tipc/zone.c: TIPC zone management routines |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |
net/tipc/zone.h
1 | 1 | /* |
2 | 2 | * net/tipc/zone.h: Include file for TIPC zone management routines |
3 | 3 | * |
4 | - * Copyright (c) 2003-2005, Ericsson Research Canada | |
4 | + * Copyright (c) 2003-2006, Ericsson AB | |
5 | 5 | * Copyright (c) 2005, Wind River Systems |
6 | - * Copyright (c) 2005-2006, Ericsson AB | |
7 | 6 | * All rights reserved. |
8 | 7 | * |
9 | 8 | * Redistribution and use in source and binary forms, with or without |