Bump copyright year.

This commit is contained in:
basil00
2015-07-17 19:13:55 +08:00
parent fdd5825f5d
commit 130e25c05b
21 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+6 -6
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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