diff options
Diffstat (limited to '')
-rw-r--r-- | src/nt_path_converter/control_codes.h | 1 | ||||
-rw-r--r-- | src/nt_path_converter/device.c | 1 | ||||
-rw-r--r-- | src/nt_path_converter/device.h | 1 | ||||
-rw-r--r-- | src/nt_path_converter/main.c | 1 | ||||
-rw-r--r-- | src/nt_path_converter/nt2dos.c | 1 | ||||
-rw-r--r-- | src/nt_path_converter/nt2dos.h | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/src/nt_path_converter/control_codes.h b/src/nt_path_converter/control_codes.h index b81de84..ff41b35 100644 --- a/src/nt_path_converter/control_codes.h +++ b/src/nt_path_converter/control_codes.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/nt_path_converter/device.c b/src/nt_path_converter/device.c index 90fcc98..602a7e5 100644 --- a/src/nt_path_converter/device.c +++ b/src/nt_path_converter/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/nt_path_converter/device.h b/src/nt_path_converter/device.h index a5ecc31..58f9371 100644 --- a/src/nt_path_converter/device.h +++ b/src/nt_path_converter/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/nt_path_converter/main.c b/src/nt_path_converter/main.c index 4d969de..0dac5c9 100644 --- a/src/nt_path_converter/main.c +++ b/src/nt_path_converter/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. */ diff --git a/src/nt_path_converter/nt2dos.c b/src/nt_path_converter/nt2dos.c index fb0fd80..5a21a14 100644 --- a/src/nt_path_converter/nt2dos.c +++ b/src/nt_path_converter/nt2dos.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/nt_path_converter/nt2dos.h b/src/nt_path_converter/nt2dos.h index 495202d..baff0e5 100644 --- a/src/nt_path_converter/nt2dos.h +++ b/src/nt_path_converter/nt2dos.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. */ |