aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2015-04-02 12:03:05 +0200
committerJiri Pirko <jiri@resnulli.us>2015-04-02 12:03:05 +0200
commit854049457b57120ad2ca28077e81c64d19066391 (patch)
tree25e830522b001b0625b5b76ce62c9e55ae78aac1
parent2f39dec79062989c46f5316c16103cfbc7d12616 (diff)
downloadlibteam-854049457b57120ad2ca28077e81c64d19066391.tar.gz
update copyright dates
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
-rw-r--r--README2
-rw-r--r--binding/python/team/core.py2
-rwxr-xr-xexamples/python/team_daemon.py2
-rwxr-xr-xexamples/python/team_monitor.py2
-rw-r--r--examples/team_manual_control.c2
-rw-r--r--examples/team_monitor.c2
-rw-r--r--include/private/list.h2
-rw-r--r--include/private/misc.h2
-rw-r--r--include/team.h2
-rw-r--r--include/teamdctl.h2
-rw-r--r--libteam/ifinfo.c2
-rw-r--r--libteam/libteam.c2
-rw-r--r--libteam/nl_updates.h2
-rw-r--r--libteam/options.c2
-rw-r--r--libteam/ports.c2
-rw-r--r--libteam/stringify.c2
-rw-r--r--libteam/team_private.h2
-rw-r--r--libteamdctl/cli_dbus.c2
-rw-r--r--libteamdctl/cli_usock.c2
-rw-r--r--libteamdctl/libteamdctl.c2
-rw-r--r--libteamdctl/teamdctl_private.h2
-rwxr-xr-xscripts/team_basic_test.py2
-rwxr-xr-xteamd/redhat/initscripts/network-scripts/ifdown-Team2
-rwxr-xr-xteamd/redhat/initscripts/network-scripts/ifdown-TeamPort2
-rwxr-xr-xteamd/redhat/initscripts/network-scripts/ifup-Team2
-rwxr-xr-xteamd/redhat/initscripts/network-scripts/ifup-TeamPort2
-rwxr-xr-xteamd/redhat/initscripts_systemd/network-scripts/ifdown-Team2
-rwxr-xr-xteamd/redhat/initscripts_systemd/network-scripts/ifdown-TeamPort2
-rwxr-xr-xteamd/redhat/initscripts_systemd/network-scripts/ifup-Team2
-rwxr-xr-xteamd/redhat/initscripts_systemd/network-scripts/ifup-TeamPort2
-rw-r--r--teamd/teamd.c2
-rw-r--r--teamd/teamd.h2
-rw-r--r--teamd/teamd_balancer.c2
-rw-r--r--teamd/teamd_bpf_chef.c2
-rw-r--r--teamd/teamd_bpf_chef.h2
-rw-r--r--teamd/teamd_common.c2
-rw-r--r--teamd/teamd_config.c2
-rw-r--r--teamd/teamd_config.h2
-rw-r--r--teamd/teamd_ctl.c2
-rw-r--r--teamd/teamd_ctl.h2
-rw-r--r--teamd/teamd_dbus.c2
-rw-r--r--teamd/teamd_dbus.h2
-rw-r--r--teamd/teamd_dbus_common.h2
-rw-r--r--teamd/teamd_events.c2
-rw-r--r--teamd/teamd_hash_func.c2
-rw-r--r--teamd/teamd_ifinfo_watch.c2
-rw-r--r--teamd/teamd_json.c2
-rw-r--r--teamd/teamd_json.h2
-rw-r--r--teamd/teamd_link_watch.c2
-rw-r--r--teamd/teamd_lw_arp_ping.c2
-rw-r--r--teamd/teamd_lw_ethtool.c2
-rw-r--r--teamd/teamd_lw_nsna_ping.c2
-rw-r--r--teamd/teamd_lw_psr.c2
-rw-r--r--teamd/teamd_option_watch.c2
-rw-r--r--teamd/teamd_per_port.c2
-rw-r--r--teamd/teamd_phys_port_check.c2
-rw-r--r--teamd/teamd_phys_port_check.h2
-rw-r--r--teamd/teamd_runner_activebackup.c2
-rw-r--r--teamd/teamd_runner_basic_ones.c2
-rw-r--r--teamd/teamd_runner_lacp.c2
-rw-r--r--teamd/teamd_runner_loadbalance.c2
-rw-r--r--teamd/teamd_state.c2
-rw-r--r--teamd/teamd_state.h2
-rw-r--r--teamd/teamd_usock.c2
-rw-r--r--teamd/teamd_usock.h2
-rw-r--r--teamd/teamd_usock_common.h2
-rw-r--r--teamd/teamd_workq.c2
-rw-r--r--teamd/teamd_workq.h2
-rw-r--r--utils/teamdctl.c2
-rw-r--r--utils/teamnl.c2
70 files changed, 70 insertions, 70 deletions
diff --git a/README b/README
index 5bef6bb..4043d3a 100644
--- a/README
+++ b/README
@@ -25,7 +25,7 @@ One thing to note is that Team driver project does try to provide the similar fu
## License
-Copyright (C) 2011-2013 Jiri Pirko <jiri@resnulli.us>
+Copyright (C) 2011-2015 Jiri Pirko <jiri@resnulli.us>
libteam is distributed under GNU Lesser General Public License version 2.1.
See the file "COPYING" in the source distribution for information on terms & conditions for accessing and otherwise using libteam.
diff --git a/binding/python/team/core.py b/binding/python/team/core.py
index 794ccdf..54161bf 100644
--- a/binding/python/team/core.py
+++ b/binding/python/team/core.py
@@ -1,5 +1,5 @@
"""
- Copyright (C) 2011-2013 Jiri Pirko <jiri@resnulli.us>
+ Copyright (C) 2011-2015 Jiri Pirko <jiri@resnulli.us>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/examples/python/team_daemon.py b/examples/python/team_daemon.py
index 9dc7967..476306e 100755
--- a/examples/python/team_daemon.py
+++ b/examples/python/team_daemon.py
@@ -4,7 +4,7 @@ Team daemon example. Implements very basic active backup functionality.
Note that this application spawns its own team device instead of connecting
to an existing one.
- Copyright (C) 2011-2013 Jiri Pirko <jiri@resnulli.us>
+ Copyright (C) 2011-2015 Jiri Pirko <jiri@resnulli.us>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/examples/python/team_monitor.py b/examples/python/team_monitor.py
index 8aa6e5a..7516529 100755
--- a/examples/python/team_monitor.py
+++ b/examples/python/team_monitor.py
@@ -2,7 +2,7 @@
"""
Team monitor
- Copyright (C) 2011-2013 Jiri Pirko <jiri@resnulli.us>
+ Copyright (C) 2011-2015 Jiri Pirko <jiri@resnulli.us>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/examples/team_manual_control.c b/examples/team_manual_control.c
index e733fa3..0966718 100644
--- a/examples/team_manual_control.c
+++ b/examples/team_manual_control.c
@@ -1,6 +1,6 @@
/*
* team_manual_control.c - Network team device dummy manual control
- * Copyright (C) 2011-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2011-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/examples/team_monitor.c b/examples/team_monitor.c
index fe32cdf..36bd1e6 100644
--- a/examples/team_monitor.c
+++ b/examples/team_monitor.c
@@ -1,6 +1,6 @@
/*
* team_monitor.c - Network team device dummy event monitor
- * Copyright (C) 2011-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2011-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/include/private/list.h b/include/private/list.h
index 3ca4e16..f2746c2 100644
--- a/include/private/list.h
+++ b/include/private/list.h
@@ -1,6 +1,6 @@
/*
* list.c - Doubly linked list implementation
- * Copyright (C) 2011-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2011-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/include/private/misc.h b/include/private/misc.h
index 9814b45..73383dd 100644
--- a/include/private/misc.h
+++ b/include/private/misc.h
@@ -1,6 +1,6 @@
/*
* misc.c - Miscellaneous helpers
- * Copyright (C) 2011-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2011-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/include/team.h b/include/team.h
index 6a06807..da98361 100644
--- a/include/team.h
+++ b/include/team.h
@@ -1,6 +1,6 @@
/*
* team.h - Network team device driver library
- * Copyright (C) 2011-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2011-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/include/teamdctl.h b/include/teamdctl.h
index d0367d4..b2bc79e 100644
--- a/include/teamdctl.h
+++ b/include/teamdctl.h
@@ -1,6 +1,6 @@
/*
* teamdctl.h - Teamd daemon control library
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libteam/ifinfo.c b/libteam/ifinfo.c
index 69f3d3a..afe32da 100644
--- a/libteam/ifinfo.c
+++ b/libteam/ifinfo.c
@@ -1,6 +1,6 @@
/*
* ifinfo.c - Wrapper for rtnetlink interface info
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libteam/libteam.c b/libteam/libteam.c
index 5a81855..4595081 100644
--- a/libteam/libteam.c
+++ b/libteam/libteam.c
@@ -1,6 +1,6 @@
/*
* libteam.c - Network team device driver library
- * Copyright (C) 2011-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2011-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libteam/nl_updates.h b/libteam/nl_updates.h
index ec5549c..6e77c39 100644
--- a/libteam/nl_updates.h
+++ b/libteam/nl_updates.h
@@ -1,6 +1,6 @@
/*
* lib/nl_updates.h - Updates to libnl which are not synced from kernel yet
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libteam/options.c b/libteam/options.c
index a7db90c..79c98d7 100644
--- a/libteam/options.c
+++ b/libteam/options.c
@@ -1,6 +1,6 @@
/*
* options.c - Wrapper for team generic netlink option-related communication
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libteam/ports.c b/libteam/ports.c
index 7fc3087..52d0c9a 100644
--- a/libteam/ports.c
+++ b/libteam/ports.c
@@ -1,6 +1,6 @@
/*
* ports.c - Wrapper for team generic netlink port-related communication
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libteam/stringify.c b/libteam/stringify.c
index e5e86b2..38f4788 100644
--- a/libteam/stringify.c
+++ b/libteam/stringify.c
@@ -1,6 +1,6 @@
/*
* stringify.c - Helpers for conversion team objects to string
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libteam/team_private.h b/libteam/team_private.h
index dd6bc66..801f107 100644
--- a/libteam/team_private.h
+++ b/libteam/team_private.h
@@ -1,6 +1,6 @@
/*
* team-private.h - Network team device driver library private header
- * Copyright (C) 2011-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2011-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libteamdctl/cli_dbus.c b/libteamdctl/cli_dbus.c
index 5718ca6..dfef5c4 100644
--- a/libteamdctl/cli_dbus.c
+++ b/libteamdctl/cli_dbus.c
@@ -1,6 +1,6 @@
/*
* cli_dbus.c - Teamd daemon control library D-Bus client
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libteamdctl/cli_usock.c b/libteamdctl/cli_usock.c
index 2f23b55..0136d69 100644
--- a/libteamdctl/cli_usock.c
+++ b/libteamdctl/cli_usock.c
@@ -1,6 +1,6 @@
/*
* cli_usock.c - Teamd daemon control library teamd Unix Domain socket client
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libteamdctl/libteamdctl.c b/libteamdctl/libteamdctl.c
index 18c2455..3cb4a47 100644
--- a/libteamdctl/libteamdctl.c
+++ b/libteamdctl/libteamdctl.c
@@ -1,6 +1,6 @@
/*
* libteamdctl.c - Teamd daemon control library
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libteamdctl/teamdctl_private.h b/libteamdctl/teamdctl_private.h
index 6aa23bb..641255c 100644
--- a/libteamdctl/teamdctl_private.h
+++ b/libteamdctl/teamdctl_private.h
@@ -1,6 +1,6 @@
/*
* teamdctl_private.h - Teamd daemon control library private header
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/scripts/team_basic_test.py b/scripts/team_basic_test.py
index 25a8cf3..b05be9e 100755
--- a/scripts/team_basic_test.py
+++ b/scripts/team_basic_test.py
@@ -2,7 +2,7 @@
"""
Basic test.
- Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/redhat/initscripts/network-scripts/ifdown-Team b/teamd/redhat/initscripts/network-scripts/ifdown-Team
index 8d7f1cb..9cae6b9 100755
--- a/teamd/redhat/initscripts/network-scripts/ifdown-Team
+++ b/teamd/redhat/initscripts/network-scripts/ifdown-Team
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+# Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/redhat/initscripts/network-scripts/ifdown-TeamPort b/teamd/redhat/initscripts/network-scripts/ifdown-TeamPort
index 44b9a52..007c781 100755
--- a/teamd/redhat/initscripts/network-scripts/ifdown-TeamPort
+++ b/teamd/redhat/initscripts/network-scripts/ifdown-TeamPort
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2012-2014 Jiri Pirko <jiri@resnulli.us>
+# Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/redhat/initscripts/network-scripts/ifup-Team b/teamd/redhat/initscripts/network-scripts/ifup-Team
index 6caac91..a245dac 100755
--- a/teamd/redhat/initscripts/network-scripts/ifup-Team
+++ b/teamd/redhat/initscripts/network-scripts/ifup-Team
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+# Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/redhat/initscripts/network-scripts/ifup-TeamPort b/teamd/redhat/initscripts/network-scripts/ifup-TeamPort
index 3a0beb4..8c3cc3a 100755
--- a/teamd/redhat/initscripts/network-scripts/ifup-TeamPort
+++ b/teamd/redhat/initscripts/network-scripts/ifup-TeamPort
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2012-2014 Jiri Pirko <jiri@resnulli.us>
+# Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/redhat/initscripts_systemd/network-scripts/ifdown-Team b/teamd/redhat/initscripts_systemd/network-scripts/ifdown-Team
index 32c31c3..9404e05 100755
--- a/teamd/redhat/initscripts_systemd/network-scripts/ifdown-Team
+++ b/teamd/redhat/initscripts_systemd/network-scripts/ifdown-Team
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+# Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/redhat/initscripts_systemd/network-scripts/ifdown-TeamPort b/teamd/redhat/initscripts_systemd/network-scripts/ifdown-TeamPort
index 44b9a52..007c781 100755
--- a/teamd/redhat/initscripts_systemd/network-scripts/ifdown-TeamPort
+++ b/teamd/redhat/initscripts_systemd/network-scripts/ifdown-TeamPort
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2012-2014 Jiri Pirko <jiri@resnulli.us>
+# Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/redhat/initscripts_systemd/network-scripts/ifup-Team b/teamd/redhat/initscripts_systemd/network-scripts/ifup-Team
index 1b07e72..ec4d9e0 100755
--- a/teamd/redhat/initscripts_systemd/network-scripts/ifup-Team
+++ b/teamd/redhat/initscripts_systemd/network-scripts/ifup-Team
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+# Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/redhat/initscripts_systemd/network-scripts/ifup-TeamPort b/teamd/redhat/initscripts_systemd/network-scripts/ifup-TeamPort
index 3a0beb4..8c3cc3a 100755
--- a/teamd/redhat/initscripts_systemd/network-scripts/ifup-TeamPort
+++ b/teamd/redhat/initscripts_systemd/network-scripts/ifup-TeamPort
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2012-2014 Jiri Pirko <jiri@resnulli.us>
+# Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd.c b/teamd/teamd.c
index 1e45db8..a7c0f77 100644
--- a/teamd/teamd.c
+++ b/teamd/teamd.c
@@ -1,6 +1,6 @@
/*
* teamd.c - Network team device daemon
- * Copyright (C) 2011-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2011-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd.h b/teamd/teamd.h
index 71add22..344d188 100644
--- a/teamd/teamd.h
+++ b/teamd/teamd.h
@@ -1,6 +1,6 @@
/*
* teamd.h - Network team device daemon
- * Copyright (C) 2011-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2011-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_balancer.c b/teamd/teamd_balancer.c
index 701e6f2..25e8613 100644
--- a/teamd/teamd_balancer.c
+++ b/teamd/teamd_balancer.c
@@ -1,6 +1,6 @@
/*
* teamd_balancer.h - Load balancer for teamd
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_bpf_chef.c b/teamd/teamd_bpf_chef.c
index 27f6235..15622e8 100644
--- a/teamd/teamd_bpf_chef.c
+++ b/teamd/teamd_bpf_chef.c
@@ -1,6 +1,6 @@
/*
* teamd_bpf_chef.c - Cooking BPF functions for teamd
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_bpf_chef.h b/teamd/teamd_bpf_chef.h
index f07a779..c1af4cd 100644
--- a/teamd/teamd_bpf_chef.h
+++ b/teamd/teamd_bpf_chef.h
@@ -1,6 +1,6 @@
/*
* teamd_bpf_chef.h - Cooking BPF functions for teamd
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_common.c b/teamd/teamd_common.c
index 6474fc9..337cfbf 100644
--- a/teamd/teamd_common.c
+++ b/teamd/teamd_common.c
@@ -1,6 +1,6 @@
/*
* teamd_common.c - Common teamd functions
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_config.c b/teamd/teamd_config.c
index c5e390b..94158ce 100644
--- a/teamd/teamd_config.c
+++ b/teamd/teamd_config.c
@@ -1,6 +1,6 @@
/*
* teamd_config.c - Teamd configuration frontend
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_config.h b/teamd/teamd_config.h
index cfe75f4..75039d9 100644
--- a/teamd/teamd_config.h
+++ b/teamd/teamd_config.h
@@ -1,6 +1,6 @@
/*
* teamd_config.h - Teamd configuration frontend
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_ctl.c b/teamd/teamd_ctl.c
index bb1d3d1..9d57f22 100644
--- a/teamd/teamd_ctl.c
+++ b/teamd/teamd_ctl.c
@@ -1,6 +1,6 @@
/*
* teamd_ctl.c - Teamd control subsustem
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_ctl.h b/teamd/teamd_ctl.h
index f5ae280..dd7604c 100644
--- a/teamd/teamd_ctl.h
+++ b/teamd/teamd_ctl.h
@@ -1,6 +1,6 @@
/*
* teamd_ctl.h - Teamd control subsystem
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_dbus.c b/teamd/teamd_dbus.c
index 35a7886..cdf21b1 100644
--- a/teamd/teamd_dbus.c
+++ b/teamd/teamd_dbus.c
@@ -1,6 +1,6 @@
/*
* teamd_dbus.c - Teamd dbus api
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_dbus.h b/teamd/teamd_dbus.h
index cf04757..df577d1 100644
--- a/teamd/teamd_dbus.h
+++ b/teamd/teamd_dbus.h
@@ -1,6 +1,6 @@
/*
* teamd_dbus.h - Teamd dbus api
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_dbus_common.h b/teamd/teamd_dbus_common.h
index e202179..aa082f6 100644
--- a/teamd/teamd_dbus_common.h
+++ b/teamd/teamd_dbus_common.h
@@ -1,6 +1,6 @@
/*
* teamd_dbus_common.h - Teamd dbus api common things
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_events.c b/teamd/teamd_events.c
index db2bdea..f2805fb 100644
--- a/teamd/teamd_events.c
+++ b/teamd/teamd_events.c
@@ -1,6 +1,6 @@
/*
* teamd_events.c - Infrastructure for watching all sorts of events
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_hash_func.c b/teamd/teamd_hash_func.c
index 66265f8..8923849 100644
--- a/teamd/teamd_hash_func.c
+++ b/teamd/teamd_hash_func.c
@@ -1,6 +1,6 @@
/*
* teamd_hash_func.c - Hash function preparation for teamd
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_ifinfo_watch.c b/teamd/teamd_ifinfo_watch.c
index cbb33ed..bdd3b8d 100644
--- a/teamd/teamd_ifinfo_watch.c
+++ b/teamd/teamd_ifinfo_watch.c
@@ -1,6 +1,6 @@
/*
* teamd_ifinfo_watch.c - Infrastructure for watching ifinfo changes
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_json.c b/teamd/teamd_json.c
index d27e39c..5fd5e8e 100644
--- a/teamd/teamd_json.c
+++ b/teamd/teamd_json.c
@@ -1,6 +1,6 @@
/*
* teamd_json.c - Teamd common json stuff
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_json.h b/teamd/teamd_json.h
index 2e83787..30e9eaa 100644
--- a/teamd/teamd_json.h
+++ b/teamd/teamd_json.h
@@ -1,6 +1,6 @@
/*
* teamd_json.h - Teamd common json related things
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_link_watch.c b/teamd/teamd_link_watch.c
index c0684ba..019ec5d 100644
--- a/teamd/teamd_link_watch.c
+++ b/teamd/teamd_link_watch.c
@@ -1,6 +1,6 @@
/*
* teamd_link_watch.c - Team port link watchers
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_lw_arp_ping.c b/teamd/teamd_lw_arp_ping.c
index e2ccd56..75fedb6 100644
--- a/teamd/teamd_lw_arp_ping.c
+++ b/teamd/teamd_lw_arp_ping.c
@@ -1,6 +1,6 @@
/*
* teamd_lw_arp_ping.c - Team port arp ping link watcher
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
* Copyright (C) 2014 Erik Hugne <erik.hugne@ericsson.com>
*
* This library is free software; you can redistribute it and/or
diff --git a/teamd/teamd_lw_ethtool.c b/teamd/teamd_lw_ethtool.c
index ef52186..8502109 100644
--- a/teamd/teamd_lw_ethtool.c
+++ b/teamd/teamd_lw_ethtool.c
@@ -1,6 +1,6 @@
/*
* teamd_lw_ethtool.c - Team port ethtool link watcher
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
* Copyright (C) 2014 Erik Hugne <erik.hugne@ericsson.com>
*
* This library is free software; you can redistribute it and/or
diff --git a/teamd/teamd_lw_nsna_ping.c b/teamd/teamd_lw_nsna_ping.c
index 2099d20..1be8323 100644
--- a/teamd/teamd_lw_nsna_ping.c
+++ b/teamd/teamd_lw_nsna_ping.c
@@ -1,6 +1,6 @@
/*
* teamd_lw_nsna_ping.c - Team port IPv6 NS/NA ping link watcher
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
* Copyright (C) 2014 Erik Hugne <erik.hugne@ericsson.com>
*
* This library is free software; you can redistribute it and/or
diff --git a/teamd/teamd_lw_psr.c b/teamd/teamd_lw_psr.c
index 7a4da2f..c0772db 100644
--- a/teamd/teamd_lw_psr.c
+++ b/teamd/teamd_lw_psr.c
@@ -1,6 +1,6 @@
/*
* teamd_lw_psr.c - Team port periodic send/receive link watcher
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
* Copyright (C) 2014 Erik Hugne <erik.hugne@ericsson.com>
*
* This library is free software; you can redistribute it and/or
diff --git a/teamd/teamd_option_watch.c b/teamd/teamd_option_watch.c
index 2889bf0..6bc1aaf 100644
--- a/teamd/teamd_option_watch.c
+++ b/teamd/teamd_option_watch.c
@@ -1,6 +1,6 @@
/*
* teamd_option_watch.c - Infrastructure for watching option changes
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_per_port.c b/teamd/teamd_per_port.c
index 26863f2..0e62091 100644
--- a/teamd/teamd_per_port.c
+++ b/teamd/teamd_per_port.c
@@ -1,6 +1,6 @@
/*
* teamd_per_port.c - Per-port data structures and actions
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_phys_port_check.c b/teamd/teamd_phys_port_check.c
index 6e3c56c..1eec129 100644
--- a/teamd/teamd_phys_port_check.c
+++ b/teamd/teamd_phys_port_check.c
@@ -1,6 +1,6 @@
/*
* teamd_phys_port_check.c - Physical port checking support for teamd
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_phys_port_check.h b/teamd/teamd_phys_port_check.h
index 6f8432b..08257d0 100644
--- a/teamd/teamd_phys_port_check.h
+++ b/teamd/teamd_phys_port_check.h
@@ -1,6 +1,6 @@
/*
* teamd_phys_port_check.h - Physical port checking support for teamd
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_runner_activebackup.c b/teamd/teamd_runner_activebackup.c
index b81f5d0..aec3a73 100644
--- a/teamd/teamd_runner_activebackup.c
+++ b/teamd/teamd_runner_activebackup.c
@@ -1,6 +1,6 @@
/*
* teamd_runner_activebackup.c - Active-backup runners
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_runner_basic_ones.c b/teamd/teamd_runner_basic_ones.c
index 588bbb3..a67eb88 100644
--- a/teamd/teamd_runner_basic_ones.c
+++ b/teamd/teamd_runner_basic_ones.c
@@ -1,6 +1,6 @@
/*
* teamd_runner_basic_ones.c - Basic team runners
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_runner_lacp.c b/teamd/teamd_runner_lacp.c
index dc81feb..b35e427 100644
--- a/teamd/teamd_runner_lacp.c
+++ b/teamd/teamd_runner_lacp.c
@@ -1,6 +1,6 @@
/*
* teamd_runner_lacp.c - Teamd 802.3ad LACP runner implementation
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_runner_loadbalance.c b/teamd/teamd_runner_loadbalance.c
index 6a01f61..f98c0fe 100644
--- a/teamd/teamd_runner_loadbalance.c
+++ b/teamd/teamd_runner_loadbalance.c
@@ -1,6 +1,6 @@
/*
* teamd_runner_loadbalance.c - Load-balancing runners
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_state.c b/teamd/teamd_state.c
index dace0d1..51fac8d 100644
--- a/teamd/teamd_state.c
+++ b/teamd/teamd_state.c
@@ -1,6 +1,6 @@
/*
* teamd_state.c - Teamd state
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_state.h b/teamd/teamd_state.h
index b2def52..d1877d0 100644
--- a/teamd/teamd_state.h
+++ b/teamd/teamd_state.h
@@ -1,6 +1,6 @@
/*
* teamd_state.h - Teamd state frontend
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_usock.c b/teamd/teamd_usock.c
index 033b82c..1fd3b66 100644
--- a/teamd/teamd_usock.c
+++ b/teamd/teamd_usock.c
@@ -1,6 +1,6 @@
/*
* teamd_usock.c - Teamd unix socket api
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_usock.h b/teamd/teamd_usock.h
index c9b9c84..85d6beb 100644
--- a/teamd/teamd_usock.h
+++ b/teamd/teamd_usock.h
@@ -1,6 +1,6 @@
/*
* teamd_usock.h - Teamd unix socket api
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_usock_common.h b/teamd/teamd_usock_common.h
index 9c476a7..0790d0b 100644
--- a/teamd/teamd_usock_common.h
+++ b/teamd/teamd_usock_common.h
@@ -1,6 +1,6 @@
/*
* teamd_usock_common.h - Teamd unix socket api common things
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_workq.c b/teamd/teamd_workq.c
index 7784db2..96635ca 100644
--- a/teamd/teamd_workq.c
+++ b/teamd/teamd_workq.c
@@ -1,6 +1,6 @@
/*
* teamd_workq.c - Teamd work queue
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/teamd/teamd_workq.h b/teamd/teamd_workq.h
index 27df000..cbc2c5f 100644
--- a/teamd/teamd_workq.h
+++ b/teamd/teamd_workq.h
@@ -1,6 +1,6 @@
/*
* teamd_workq.h - Teamd work queue
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/utils/teamdctl.c b/utils/teamdctl.c
index e3133de..7fcbfff 100644
--- a/utils/teamdctl.c
+++ b/utils/teamdctl.c
@@ -1,6 +1,6 @@
/*
* teamdctl.c - Network team device daemon control tool
- * Copyright (C) 2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/utils/teamnl.c b/utils/teamnl.c
index edf14bb..e8de7e2 100644
--- a/utils/teamnl.c
+++ b/utils/teamnl.c
@@ -1,6 +1,6 @@
/*
* teamnl.c - Team device Netlink tool
- * Copyright (C) 2012-2013 Jiri Pirko <jiri@resnulli.us>
+ * Copyright (C) 2012-2015 Jiri Pirko <jiri@resnulli.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public