summaryrefslogtreecommitdiff
path: root/core/src/xmake/os
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/xmake/os
parent89a6ea4c9726a726346b4b42198ef19c222015d3 (diff)
modify copyright date
Diffstat (limited to 'core/src/xmake/os')
-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
19 files changed, 19 insertions, 19 deletions
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