diff options
| author | ruki <[email protected]> | 2019-12-19 22:30:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-12-19 09:01:52 +0800 |
| commit | 2e0445237493458e39d6ce44b81f7b1fa20940bc (patch) | |
| tree | be6adaa2e47967ecb5ca367e839abebd888778a9 /xmake/core/project | |
| parent | 3e67c61cd338e9ad214590d24e6ad506ce5b57f6 (diff) | |
update the copyright date
Diffstat (limited to 'xmake/core/project')
| -rw-r--r-- | xmake/core/project/cache.lua | 2 | ||||
| -rw-r--r-- | xmake/core/project/config.lua | 2 | ||||
| -rw-r--r-- | xmake/core/project/deprecated/project.lua | 2 | ||||
| -rw-r--r-- | xmake/core/project/history.lua | 2 | ||||
| -rw-r--r-- | xmake/core/project/option.lua | 2 | ||||
| -rw-r--r-- | xmake/core/project/project.lua | 2 | ||||
| -rw-r--r-- | xmake/core/project/requireinfo.lua | 2 | ||||
| -rw-r--r-- | xmake/core/project/rule.lua | 2 | ||||
| -rw-r--r-- | xmake/core/project/target.lua | 2 | ||||
| -rw-r--r-- | xmake/core/project/template.lua | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/xmake/core/project/cache.lua b/xmake/core/project/cache.lua index 9d72eaa3d..f2f89931e 100644 --- a/xmake/core/project/cache.lua +++ b/xmake/core/project/cache.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file cache.lua diff --git a/xmake/core/project/config.lua b/xmake/core/project/config.lua index 2c7237ec8..bb92081b3 100644 --- a/xmake/core/project/config.lua +++ b/xmake/core/project/config.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file config.lua diff --git a/xmake/core/project/deprecated/project.lua b/xmake/core/project/deprecated/project.lua index 3504e9bb4..f1313c270 100644 --- a/xmake/core/project/deprecated/project.lua +++ b/xmake/core/project/deprecated/project.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file deprecated_project.lua diff --git a/xmake/core/project/history.lua b/xmake/core/project/history.lua index 2e6c3c6d3..7dbc983ad 100644 --- a/xmake/core/project/history.lua +++ b/xmake/core/project/history.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file history.lua diff --git a/xmake/core/project/option.lua b/xmake/core/project/option.lua index 7507daef6..224e171e6 100644 --- a/xmake/core/project/option.lua +++ b/xmake/core/project/option.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file option.lua diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua index 300f84278..6085f867d 100644 --- a/xmake/core/project/project.lua +++ b/xmake/core/project/project.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file project.lua diff --git a/xmake/core/project/requireinfo.lua b/xmake/core/project/requireinfo.lua index 38d3f61cb..242ee56f7 100644 --- a/xmake/core/project/requireinfo.lua +++ b/xmake/core/project/requireinfo.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file requireinfo.lua diff --git a/xmake/core/project/rule.lua b/xmake/core/project/rule.lua index dcf469005..2d5e915a2 100644 --- a/xmake/core/project/rule.lua +++ b/xmake/core/project/rule.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file rule.lua diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua index 70af2acbb..c6c3e1c75 100644 --- a/xmake/core/project/target.lua +++ b/xmake/core/project/target.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file target.lua diff --git a/xmake/core/project/template.lua b/xmake/core/project/template.lua index 8fd7fa6a5..cb3a96721 100644 --- a/xmake/core/project/template.lua +++ b/xmake/core/project/template.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file template.lua |
