diff --git a/dll/sources b/dll/sources index b55535a..dea500f 100644 --- a/dll/sources +++ b/dll/sources @@ -1,5 +1,5 @@ # sources -# (C) 2015, all rights reserved, +# (C) 2016, all rights reserved, # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/dll/windivert.c b/dll/windivert.c index 6d20767..20700f4 100644 --- a/dll/windivert.c +++ b/dll/windivert.c @@ -1,6 +1,6 @@ /* * windivert.c - * (C) 2015, all rights reserved, + * (C) 2016, all rights reserved, * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/dll/windivert_helper.c b/dll/windivert_helper.c index 481c98a..ded1a9d 100644 --- a/dll/windivert_helper.c +++ b/dll/windivert_helper.c @@ -1,6 +1,6 @@ /* * windivert_helper.c - * (C) 2015, all rights reserved, + * (C) 2016, all rights reserved, * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/netdump/netdump.c b/examples/netdump/netdump.c index 93f5902..6db3a5b 100644 --- a/examples/netdump/netdump.c +++ b/examples/netdump/netdump.c @@ -1,6 +1,6 @@ /* * netdump.c - * (C) 2015, all rights reserved, + * (C) 2016, all rights reserved, * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/netdump/sources b/examples/netdump/sources index 62ac4a8..dc11674 100644 --- a/examples/netdump/sources +++ b/examples/netdump/sources @@ -1,5 +1,5 @@ # sources -# (C) 2015, all rights reserved, +# (C) 2016, all rights reserved, # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/netfilter/netfilter.c b/examples/netfilter/netfilter.c index 6b968db..6862eab 100644 --- a/examples/netfilter/netfilter.c +++ b/examples/netfilter/netfilter.c @@ -1,6 +1,6 @@ /* * netfilter.c - * (C) 2015, all rights reserved, + * (C) 2016, all rights reserved, * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/netfilter/sources b/examples/netfilter/sources index 876fc61..c634ff9 100644 --- a/examples/netfilter/sources +++ b/examples/netfilter/sources @@ -1,5 +1,5 @@ # sources -# (C) 2015, all rights reserved, +# (C) 2016, all rights reserved, # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/passthru/passthru.c b/examples/passthru/passthru.c index 7f862d5..7817ba3 100644 --- a/examples/passthru/passthru.c +++ b/examples/passthru/passthru.c @@ -1,6 +1,6 @@ /* * passthru.c - * (C) 2015, all rights reserved, + * (C) 2016, all rights reserved, * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/passthru/sources b/examples/passthru/sources index 943af83..f164a2c 100644 --- a/examples/passthru/sources +++ b/examples/passthru/sources @@ -1,5 +1,5 @@ # sources -# (C) 2015, all rights reserved, +# (C) 2016, all rights reserved, # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/webfilter/sources b/examples/webfilter/sources index 2d869b2..c42a74d 100644 --- a/examples/webfilter/sources +++ b/examples/webfilter/sources @@ -1,5 +1,5 @@ # sources -# (C) 2015, all rights reserved, +# (C) 2016, all rights reserved, # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/webfilter/webfilter.c b/examples/webfilter/webfilter.c index 2895cb4..829d935 100644 --- a/examples/webfilter/webfilter.c +++ b/examples/webfilter/webfilter.c @@ -1,6 +1,6 @@ /* * webfilter.c - * (C) 2015, all rights reserved, + * (C) 2016, all rights reserved, * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/windivert.h b/include/windivert.h index 0655c82..10ed746 100644 --- a/include/windivert.h +++ b/include/windivert.h @@ -1,6 +1,6 @@ /* * windivert.h - * (C) 2015, all rights reserved, + * (C) 2016, all rights reserved, * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/windivert_device.h b/include/windivert_device.h index b58f14e..3911ccf 100644 --- a/include/windivert_device.h +++ b/include/windivert_device.h @@ -1,6 +1,6 @@ /* * windivert_device.h - * (C) 2015, all rights reserved, + * (C) 2016, all rights reserved, * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mingw-build.sh b/mingw-build.sh index 3637908..3bec544 100644 --- a/mingw-build.sh +++ b/mingw-build.sh @@ -1,7 +1,7 @@ #!/bin/bash # # mingw-build.sh -# (C) 2015, all rights reserved, +# (C) 2016, all rights reserved, # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/msvc-build.bat b/msvc-build.bat index 1f6adac..4485545 100644 --- a/msvc-build.bat +++ b/msvc-build.bat @@ -1,5 +1,5 @@ :: msvc-build.bat -:: (C) 2015, all rights reserved, +:: (C) 2016, all rights reserved, :: :: This program is free software: you can redistribute it and/or modify :: it under the terms of the GNU Lesser General Public License as published by diff --git a/release-build.sh b/release-build.sh index 0803f9e..1dd0d74 100644 --- a/release-build.sh +++ b/release-build.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# (C) 2015, all rights reserved, +# (C) 2016, all rights reserved, # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/sys/sources b/sys/sources index 472a146..af5037e 100644 --- a/sys/sources +++ b/sys/sources @@ -1,5 +1,5 @@ # sources -# (C) 2015, all rights reserved, +# (C) 2016, all rights reserved, # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/sys/windivert.c b/sys/windivert.c index 721cdf9..08404c7 100644 --- a/sys/windivert.c +++ b/sys/windivert.c @@ -1,6 +1,6 @@ /* * windivert.c - * (C) 2015, all rights reserved, + * (C) 2016, all rights reserved, * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/sys/windivert.rc b/sys/windivert.rc index 4b00d56..f44f319 100644 --- a/sys/windivert.rc +++ b/sys/windivert.rc @@ -1,6 +1,6 @@ /* * windivert.rc - * (C) 2015, all rights reserved, + * (C) 2016, all rights reserved, * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/build.sh b/test/build.sh index 4829318..61c189c 100755 --- a/test/build.sh +++ b/test/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # # build.sh -# (C) 2015, all rights reserved, +# (C) 2016, all rights reserved, # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/test/test.c b/test/test.c index 18398fa..b5478ea 100644 --- a/test/test.c +++ b/test/test.c @@ -1,6 +1,6 @@ /* * test.c - * (C) 2015, all rights reserved, + * (C) 2016, all rights reserved, * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/test_data.c b/test/test_data.c index e5249ec..41c5289 100644 --- a/test/test_data.c +++ b/test/test_data.c @@ -1,6 +1,6 @@ /* * test_data.c - * (C) 2015, all rights reserved, + * (C) 2016, all rights reserved, * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/wddk-build.bat b/wddk-build.bat index 06d343b..ab47afb 100644 --- a/wddk-build.bat +++ b/wddk-build.bat @@ -1,5 +1,5 @@ :: wddk-build.bat -:: (C) 2015, all rights reserved, +:: (C) 2016, all rights reserved, :: :: This program is free software: you can redistribute it and/or modify :: it under the terms of the GNU Lesser General Public License as published by