diff --git a/dll/sources b/dll/sources index e01d81f..b55535a 100644 --- a/dll/sources +++ b/dll/sources @@ -1,5 +1,5 @@ # sources -# (C) 2014, all rights reserved, +# (C) 2015, 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 36b52c4..8447602 100644 --- a/examples/netdump/netdump.c +++ b/examples/netdump/netdump.c @@ -1,6 +1,6 @@ /* * netdump.c - * (C) 2014, all rights reserved, + * (C) 2015, 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 d48453f..62ac4a8 100644 --- a/examples/netdump/sources +++ b/examples/netdump/sources @@ -1,5 +1,5 @@ # sources -# (C) 2014, all rights reserved, +# (C) 2015, 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 ebbbb35..a355afd 100644 --- a/examples/netfilter/netfilter.c +++ b/examples/netfilter/netfilter.c @@ -1,6 +1,6 @@ /* * netfilter.c - * (C) 2014, all rights reserved, + * (C) 2015, 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 51802bc..876fc61 100644 --- a/examples/netfilter/sources +++ b/examples/netfilter/sources @@ -1,5 +1,5 @@ # sources -# (C) 2014, all rights reserved, +# (C) 2015, 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 04cd474..2b16be6 100644 --- a/examples/passthru/passthru.c +++ b/examples/passthru/passthru.c @@ -1,6 +1,6 @@ /* * passthru.c - * (C) 2014, all rights reserved, + * (C) 2015, 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 caef468..943af83 100644 --- a/examples/passthru/sources +++ b/examples/passthru/sources @@ -1,5 +1,5 @@ # sources -# (C) 2014, all rights reserved, +# (C) 2015, 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 4a5fcc7..2d869b2 100644 --- a/examples/webfilter/sources +++ b/examples/webfilter/sources @@ -1,5 +1,5 @@ # sources -# (C) 2014, all rights reserved, +# (C) 2015, 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 829ab85..3d2b9d1 100644 --- a/examples/webfilter/webfilter.c +++ b/examples/webfilter/webfilter.c @@ -1,6 +1,6 @@ /* * webfilter.c - * (C) 2014, all rights reserved, + * (C) 2015, 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 6bc636e..23d327d 100644 --- a/include/windivert.h +++ b/include/windivert.h @@ -1,6 +1,6 @@ /* * windivert.h - * (C) 2014, all rights reserved, + * (C) 2015, 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 4fd44e8..b58f14e 100644 --- a/include/windivert_device.h +++ b/include/windivert_device.h @@ -1,6 +1,6 @@ /* * windivert_device.h - * (C) 2014, all rights reserved, + * (C) 2015, 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 2cf15cd..18b2b25 100644 --- a/mingw-build.sh +++ b/mingw-build.sh @@ -1,7 +1,7 @@ #!/bin/bash # # mingw-build.sh -# (C) 2014, all rights reserved, +# (C) 2015, 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 587c745..519b537 100644 --- a/msvc-build.bat +++ b/msvc-build.bat @@ -1,5 +1,5 @@ :: msvc-build.bat -:: (C) 2014, all rights reserved, +:: (C) 2015, 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 caabe7f..0803f9e 100644 --- a/release-build.sh +++ b/release-build.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# (C) 2014, all rights reserved, +# (C) 2015, 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 39a2eff..472a146 100644 --- a/sys/sources +++ b/sys/sources @@ -1,5 +1,5 @@ # sources -# (C) 2014, all rights reserved, +# (C) 2015, 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 c1e20ad..7e770f7 100644 --- a/sys/windivert.c +++ b/sys/windivert.c @@ -1,6 +1,6 @@ /* * windivert.c - * (C) 2014, all rights reserved, + * (C) 2015, 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 6c9031d..4b00d56 100644 --- a/sys/windivert.rc +++ b/sys/windivert.rc @@ -1,6 +1,6 @@ /* * windivert.rc - * (C) 2014, all rights reserved, + * (C) 2015, 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 @@ -23,14 +23,14 @@ #define VER_FILESUBTYPE VFT2_DRV_NETWORK #define VER_FILEDESCRIPTION_STR \ "WinDivert" \ - " (web: http://reqrypt.org/windivert.html)" \ - " (donate: 1C5vZVSbizPeZ8ydTYhUfm4LA2cNwBfcYh)" + " https://reqrypt.org/windivert.html" \ + " 1C5vZVSbizPeZ8ydTYhUfm4LA2cNwBfcYh" #define VER_INTERNALNAME_STR "WinDivert.sys" #define VER_ORIGINALFILENAME_STR "WinDivert.sys" -#define VER_PRODUCTVERSION 1.1.7 -#define VER_PRODUCTVERSION_STR "1.1.7" +#define VER_PRODUCTVERSION 1.2 +#define VER_PRODUCTVERSION_STR "1.2" #define VER_COMPANYNAME_STR "Basil" -#define VER_LEGALCOPYRIGHT_YEARS "2011-2014" +#define VER_LEGALCOPYRIGHT_YEARS "2011-2015" #define VER_LEGALCOPYRIGHT_STR \ "Copyright \251 " VER_COMPANYNAME_STR " " VER_LEGALCOPYRIGHT_YEARS #define VER_FILEVERSION VER_PRODUCTVERSION diff --git a/test/build.sh b/test/build.sh index a45b276..4829318 100755 --- a/test/build.sh +++ b/test/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # # build.sh -# (C) 2014, all rights reserved, +# (C) 2015, 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 719046b..cc1ca13 100644 --- a/test/test.c +++ b/test/test.c @@ -1,6 +1,6 @@ /* * test.c - * (C) 2014, all rights reserved, + * (C) 2015, 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 230a261..e5249ec 100644 --- a/test/test_data.c +++ b/test/test_data.c @@ -1,6 +1,6 @@ /* * test_data.c - * (C) 2014, all rights reserved, + * (C) 2015, 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 fc01277..06d343b 100644 --- a/wddk-build.bat +++ b/wddk-build.bat @@ -1,5 +1,5 @@ :: wddk-build.bat -:: (C) 2014, all rights reserved, +:: (C) 2015, 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