diff options
| author | ruki <[email protected]> | 2016-02-25 08:31:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-02-25 08:31:10 +0800 |
| commit | 01ab81520540901f97fe3581bc4a3d7c3bb21e30 (patch) | |
| tree | eef420a0fa90023eda9fbbb895f08527a3fb142f /core/src/xmake/path | |
| parent | 89a6ea4c9726a726346b4b42198ef19c222015d3 (diff) | |
modify copyright date
Diffstat (limited to 'core/src/xmake/path')
| -rwxr-xr-x | core/src/xmake/path/absolute.c | 2 | ||||
| -rwxr-xr-x | core/src/xmake/path/is_absolute.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/path/prefix.h | 2 | ||||
| -rwxr-xr-x | core/src/xmake/path/relative.c | 2 | ||||
| -rwxr-xr-x | core/src/xmake/path/translate.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/core/src/xmake/path/absolute.c b/core/src/xmake/path/absolute.c index 1695d5dd1..38f31a329 100755 --- a/core/src/xmake/path/absolute.c +++ b/core/src/xmake/path/absolute.c @@ -14,7 +14,7 @@ * along with XMake; * If not, see <a href="http://www.gnu.org/licenses/"> http://www.gnu.org/licenses/</a> * - * Copyright (C) 2009 - 2015, ruki All rights reserved. + * Copyright (C) 2015 - 2016, ruki All rights reserved. * * @author ruki * @file absolute.c diff --git a/core/src/xmake/path/is_absolute.c b/core/src/xmake/path/is_absolute.c index d6760fbfa..1d2c5648e 100755 --- a/core/src/xmake/path/is_absolute.c +++ b/core/src/xmake/path/is_absolute.c @@ -14,7 +14,7 @@ * along with XMake; * If not, see <a href="http://www.gnu.org/licenses/"> http://www.gnu.org/licenses/</a> * - * Copyright (C) 2009 - 2015, ruki All rights reserved. + * Copyright (C) 2015 - 2016, ruki All rights reserved. * * @author ruki * @file is_absolute.c diff --git a/core/src/xmake/path/prefix.h b/core/src/xmake/path/prefix.h index e8531347b..aae1f22cc 100644 --- a/core/src/xmake/path/prefix.h +++ b/core/src/xmake/path/prefix.h @@ -14,7 +14,7 @@ * along with XMake; * If not, see <a href="http://www.gnu.org/licenses/"> http://www.gnu.org/licenses/</a> * - * Copyright (C) 2009 - 2015, ruki All rights reserved. + * Copyright (C) 2015 - 2016, ruki All rights reserved. * * @author ruki * @file prefix.h diff --git a/core/src/xmake/path/relative.c b/core/src/xmake/path/relative.c index 02b3b3523..1662309ae 100755 --- a/core/src/xmake/path/relative.c +++ b/core/src/xmake/path/relative.c @@ -14,7 +14,7 @@ * along with XMake; * If not, see <a href="http://www.gnu.org/licenses/"> http://www.gnu.org/licenses/</a> * - * Copyright (C) 2009 - 2015, ruki All rights reserved. + * Copyright (C) 2015 - 2016, ruki All rights reserved. * * @author ruki * @file relative.c diff --git a/core/src/xmake/path/translate.c b/core/src/xmake/path/translate.c index e1a573032..fdc2c43b1 100755 --- a/core/src/xmake/path/translate.c +++ b/core/src/xmake/path/translate.c @@ -14,7 +14,7 @@ * along with XMake; * If not, see <a href="http://www.gnu.org/licenses/"> http://www.gnu.org/licenses/</a> * - * Copyright (C) 2009 - 2015, ruki All rights reserved. + * Copyright (C) 2015 - 2016, ruki All rights reserved. * * @author ruki * @file translate.c |
