summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-25 08:31:10 +0800
committerruki <[email protected]>2016-02-25 08:31:10 +0800
commit01ab81520540901f97fe3581bc4a3d7c3bb21e30 (patch)
treeeef420a0fa90023eda9fbbb895f08527a3fb142f /core/src
parent89a6ea4c9726a726346b4b42198ef19c222015d3 (diff)
modify copyright date
Diffstat (limited to 'core/src')
-rw-r--r--core/src/xmake/config.h2
-rwxr-xr-xcore/src/xmake/machine.c2
-rwxr-xr-xcore/src/xmake/machine.h2
-rwxr-xr-xcore/src/xmake/os/chdir.c2
-rwxr-xr-xcore/src/xmake/os/cpdir.c2
-rwxr-xr-xcore/src/xmake/os/cpfile.c2
-rwxr-xr-xcore/src/xmake/os/curdir.c2
-rwxr-xr-xcore/src/xmake/os/emptydir.c2
-rwxr-xr-xcore/src/xmake/os/exists.c2
-rwxr-xr-xcore/src/xmake/os/find.c2
-rwxr-xr-xcore/src/xmake/os/getenv.c2
-rwxr-xr-xcore/src/xmake/os/isdir.c2
-rwxr-xr-xcore/src/xmake/os/isfile.c2
-rwxr-xr-xcore/src/xmake/os/mkdir.c2
-rwxr-xr-xcore/src/xmake/os/mtime.c2
-rw-r--r--core/src/xmake/os/prefix.h2
-rwxr-xr-xcore/src/xmake/os/rename.c2
-rwxr-xr-xcore/src/xmake/os/rmdir.c2
-rwxr-xr-xcore/src/xmake/os/rmfile.c2
-rwxr-xr-xcore/src/xmake/os/setenv.c2
-rwxr-xr-xcore/src/xmake/os/strerror.c2
-rwxr-xr-xcore/src/xmake/os/tmpdir.c2
-rwxr-xr-xcore/src/xmake/path/absolute.c2
-rwxr-xr-xcore/src/xmake/path/is_absolute.c2
-rw-r--r--core/src/xmake/path/prefix.h2
-rwxr-xr-xcore/src/xmake/path/relative.c2
-rwxr-xr-xcore/src/xmake/path/translate.c2
-rwxr-xr-xcore/src/xmake/prefix.h2
-rw-r--r--core/src/xmake/prefix/config.h2
-rw-r--r--core/src/xmake/prefix/prefix.h2
-rwxr-xr-xcore/src/xmake/prefix/version.h2
-rwxr-xr-xcore/src/xmake/string/endswith.c2
-rw-r--r--core/src/xmake/string/prefix.h2
-rwxr-xr-xcore/src/xmake/string/startswith.c2
-rwxr-xr-xcore/src/xmake/xmake.c2
-rwxr-xr-xcore/src/xmake/xmake.h2
36 files changed, 36 insertions, 36 deletions
diff --git a/core/src/xmake/config.h b/core/src/xmake/config.h
index 10df18701..a3e969d86 100644
--- a/core/src/xmake/config.h
+++ b/core/src/xmake/config.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 config.h
diff --git a/core/src/xmake/machine.c b/core/src/xmake/machine.c
index 6b61be5ae..e92b3814b 100755
--- a/core/src/xmake/machine.c
+++ b/core/src/xmake/machine.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 machine.c
diff --git a/core/src/xmake/machine.h b/core/src/xmake/machine.h
index 1c7f895bb..4d6e52afb 100755
--- a/core/src/xmake/machine.h
+++ b/core/src/xmake/machine.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 machine.h
diff --git a/core/src/xmake/os/chdir.c b/core/src/xmake/os/chdir.c
index 478ce6948..78b982519 100755
--- a/core/src/xmake/os/chdir.c
+++ b/core/src/xmake/os/chdir.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 chdir.c
diff --git a/core/src/xmake/os/cpdir.c b/core/src/xmake/os/cpdir.c
index 349b8c1cb..e54a5817a 100755
--- a/core/src/xmake/os/cpdir.c
+++ b/core/src/xmake/os/cpdir.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 cpdir.c
diff --git a/core/src/xmake/os/cpfile.c b/core/src/xmake/os/cpfile.c
index 49ac4f062..abae6147a 100755
--- a/core/src/xmake/os/cpfile.c
+++ b/core/src/xmake/os/cpfile.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 cpfile.c
diff --git a/core/src/xmake/os/curdir.c b/core/src/xmake/os/curdir.c
index 38dafdeaf..22bbae4ad 100755
--- a/core/src/xmake/os/curdir.c
+++ b/core/src/xmake/os/curdir.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 curdir.c
diff --git a/core/src/xmake/os/emptydir.c b/core/src/xmake/os/emptydir.c
index 7251006f2..4223ae0f8 100755
--- a/core/src/xmake/os/emptydir.c
+++ b/core/src/xmake/os/emptydir.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 emptydir.c
diff --git a/core/src/xmake/os/exists.c b/core/src/xmake/os/exists.c
index 797b1c7d0..a4983b7c3 100755
--- a/core/src/xmake/os/exists.c
+++ b/core/src/xmake/os/exists.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 exists.c
diff --git a/core/src/xmake/os/find.c b/core/src/xmake/os/find.c
index e5007d1ec..6072b5d4c 100755
--- a/core/src/xmake/os/find.c
+++ b/core/src/xmake/os/find.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 find.c
diff --git a/core/src/xmake/os/getenv.c b/core/src/xmake/os/getenv.c
index 571b9d437..ad8c5d1f8 100755
--- a/core/src/xmake/os/getenv.c
+++ b/core/src/xmake/os/getenv.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 getenv.c
diff --git a/core/src/xmake/os/isdir.c b/core/src/xmake/os/isdir.c
index d85468625..f6f18c973 100755
--- a/core/src/xmake/os/isdir.c
+++ b/core/src/xmake/os/isdir.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 isdir.c
diff --git a/core/src/xmake/os/isfile.c b/core/src/xmake/os/isfile.c
index 33fa69236..cf37cb40b 100755
--- a/core/src/xmake/os/isfile.c
+++ b/core/src/xmake/os/isfile.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 isfile.c
diff --git a/core/src/xmake/os/mkdir.c b/core/src/xmake/os/mkdir.c
index 9c22e15b9..dd8407341 100755
--- a/core/src/xmake/os/mkdir.c
+++ b/core/src/xmake/os/mkdir.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 mkdir.c
diff --git a/core/src/xmake/os/mtime.c b/core/src/xmake/os/mtime.c
index 623cdbd56..fbbd2cfd3 100755
--- a/core/src/xmake/os/mtime.c
+++ b/core/src/xmake/os/mtime.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 mtime.c
diff --git a/core/src/xmake/os/prefix.h b/core/src/xmake/os/prefix.h
index 68cf6ce0f..b1f90b248 100644
--- a/core/src/xmake/os/prefix.h
+++ b/core/src/xmake/os/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/os/rename.c b/core/src/xmake/os/rename.c
index b715b7d35..7190189e8 100755
--- a/core/src/xmake/os/rename.c
+++ b/core/src/xmake/os/rename.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 rename.c
diff --git a/core/src/xmake/os/rmdir.c b/core/src/xmake/os/rmdir.c
index 9128870f2..a51c5e097 100755
--- a/core/src/xmake/os/rmdir.c
+++ b/core/src/xmake/os/rmdir.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 rmdir.c
diff --git a/core/src/xmake/os/rmfile.c b/core/src/xmake/os/rmfile.c
index 0b6b96b8b..e872a8c48 100755
--- a/core/src/xmake/os/rmfile.c
+++ b/core/src/xmake/os/rmfile.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 rmfile.c
diff --git a/core/src/xmake/os/setenv.c b/core/src/xmake/os/setenv.c
index 0f831bf66..381db6540 100755
--- a/core/src/xmake/os/setenv.c
+++ b/core/src/xmake/os/setenv.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 setenv.c
diff --git a/core/src/xmake/os/strerror.c b/core/src/xmake/os/strerror.c
index dae5df520..54c09ff57 100755
--- a/core/src/xmake/os/strerror.c
+++ b/core/src/xmake/os/strerror.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 strerror.c
diff --git a/core/src/xmake/os/tmpdir.c b/core/src/xmake/os/tmpdir.c
index 7b2d7f85d..03b4c94d3 100755
--- a/core/src/xmake/os/tmpdir.c
+++ b/core/src/xmake/os/tmpdir.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 tmpdir.c
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
diff --git a/core/src/xmake/prefix.h b/core/src/xmake/prefix.h
index c2ec277a6..44079dc75 100755
--- a/core/src/xmake/prefix.h
+++ b/core/src/xmake/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/prefix/config.h b/core/src/xmake/prefix/config.h
index 9bef920ff..9da73e533 100644
--- a/core/src/xmake/prefix/config.h
+++ b/core/src/xmake/prefix/config.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 config.h
diff --git a/core/src/xmake/prefix/prefix.h b/core/src/xmake/prefix/prefix.h
index c74e19547..082d468e6 100644
--- a/core/src/xmake/prefix/prefix.h
+++ b/core/src/xmake/prefix/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/prefix/version.h b/core/src/xmake/prefix/version.h
index 8c6419834..e7261a2c7 100755
--- a/core/src/xmake/prefix/version.h
+++ b/core/src/xmake/prefix/version.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 version.h
diff --git a/core/src/xmake/string/endswith.c b/core/src/xmake/string/endswith.c
index f4806635f..ec48daf07 100755
--- a/core/src/xmake/string/endswith.c
+++ b/core/src/xmake/string/endswith.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 endswith.c
diff --git a/core/src/xmake/string/prefix.h b/core/src/xmake/string/prefix.h
index ef2779f9f..498593e00 100644
--- a/core/src/xmake/string/prefix.h
+++ b/core/src/xmake/string/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/string/startswith.c b/core/src/xmake/string/startswith.c
index 13d72af5c..eb38f5dd1 100755
--- a/core/src/xmake/string/startswith.c
+++ b/core/src/xmake/string/startswith.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 startswith.c
diff --git a/core/src/xmake/xmake.c b/core/src/xmake/xmake.c
index 759c286a8..cdc96a520 100755
--- a/core/src/xmake/xmake.c
+++ b/core/src/xmake/xmake.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 xmake.c
diff --git a/core/src/xmake/xmake.h b/core/src/xmake/xmake.h
index bc08ea2d1..be0a79779 100755
--- a/core/src/xmake/xmake.h
+++ b/core/src/xmake/xmake.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 xmake.h