diff options
author | Unknown <nightcoremax@gmail.com> | 2018-07-12 13:46:11 +0700 |
---|---|---|
committer | Unknown <nightcoremax@gmail.com> | 2018-07-12 13:46:11 +0700 |
commit | cc75846c5efecd4d6a586630cd36296a4615019d (patch) | |
tree | 8450e984204b86f48ca41cddb225248709decc93 /3rdparty/libconfig/extra | |
parent | 4db58910d3402a192a0c5dd8ee9fff09659d59b1 (diff) | |
download | hercules-cc75846c5efecd4d6a586630cd36296a4615019d.tar.gz hercules-cc75846c5efecd4d6a586630cd36296a4615019d.tar.bz2 hercules-cc75846c5efecd4d6a586630cd36296a4615019d.tar.xz hercules-cc75846c5efecd4d6a586630cd36296a4615019d.zip |
Fix date part2
Diffstat (limited to '3rdparty/libconfig/extra')
-rw-r--r-- | 3rdparty/libconfig/extra/gen/grammar.y | 2 | ||||
-rw-r--r-- | 3rdparty/libconfig/extra/gen/scanner.l | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/libconfig/extra/gen/grammar.y b/3rdparty/libconfig/extra/gen/grammar.y index a99b8cf1b..31b600e78 100644 --- a/3rdparty/libconfig/extra/gen/grammar.y +++ b/3rdparty/libconfig/extra/gen/grammar.y @@ -1,7 +1,7 @@ /* -*- mode: C -*- */ /* ---------------------------------------------------------------------------- libconfig - A library for processing structured configuration files - Copyright (C) 2013-2016 Hercules Dev Team + Copyright (C) 2013-2018 Hercules Dev Team Copyright (C) 2005-2014 Mark A Lindner This file is part of libconfig. diff --git a/3rdparty/libconfig/extra/gen/scanner.l b/3rdparty/libconfig/extra/gen/scanner.l index 60ede1ca7..1c99bcb77 100644 --- a/3rdparty/libconfig/extra/gen/scanner.l +++ b/3rdparty/libconfig/extra/gen/scanner.l @@ -1,7 +1,7 @@ /* -*- mode: C -*- */ /* -------------------------------------------------------------------------- libconfig - A library for processing structured configuration files - Copyright (C) 2013-2016 Hercules Dev Team + Copyright (C) 2013-2018 Hercules Dev Team Copyright (C) 2005-2014 Mark A Lindner This file is part of libconfig. |