aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/test
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-06 23:51:55 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-06 23:51:55 +0300
commit781b326193daaca434e0b536ec1e9d73e97d1fa9 (patch)
tree40fdf224f05b92873490349ff5e1fcf4aecc2200 /src/test
parentadd licensing notices to *.bat files (diff)
downloadwindows7-drivers-781b326193daaca434e0b536ec1e9d73e97d1fa9.tar.gz
windows7-drivers-781b326193daaca434e0b536ec1e9d73e97d1fa9.zip
add the '\date' field to source files
Diffstat (limited to '')
-rw-r--r--src/test/device.c1
-rw-r--r--src/test/device.h1
-rw-r--r--src/test/main.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/test/device.c b/src/test/device.c
index 43ac3bc..adb9d24 100644
--- a/src/test/device.c
+++ b/src/test/device.c
@@ -1,6 +1,7 @@
/**
* \file
* \author Egor Tensin <Egor.Tensin@gmail.com>
+ * \date 2015
* \copyright This file is licensed under the terms of the MIT License.
* See LICENSE.txt for details.
*/
diff --git a/src/test/device.h b/src/test/device.h
index a5ecc31..58f9371 100644
--- a/src/test/device.h
+++ b/src/test/device.h
@@ -1,6 +1,7 @@
/**
* \file
* \author Egor Tensin <Egor.Tensin@gmail.com>
+ * \date 2015
* \copyright This file is licensed under the terms of the MIT License.
* See LICENSE.txt for details.
*/
diff --git a/src/test/main.c b/src/test/main.c
index f6b4fbf..545ecf3 100644
--- a/src/test/main.c
+++ b/src/test/main.c
@@ -1,6 +1,7 @@
/**
* \file
* \author Egor Tensin <Egor.Tensin@gmail.com>
+ * \date 2015
* \copyright This file is licensed under the terms of the MIT License.
* See LICENSE.txt for details.
*/