diff options
| author | ruki <[email protected]> | 2020-12-19 00:41:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-19 00:41:06 +0800 |
| commit | 536f2bd6a092eba91315b7d1e120dff63392a11d (patch) | |
| tree | e3fb32d868ad4b11333033fd529e2c8b53d9c173 /xmake/modules/target/action | |
| parent | c47ddba3dbc6ace6eb38535a33a7b1090b402a60 (diff) | |
update copyright date
Diffstat (limited to 'xmake/modules/target/action')
| -rw-r--r-- | xmake/modules/target/action/clean/main.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/target/action/install/main.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/target/action/install/unix.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/target/action/install/windows.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/target/action/uninstall/main.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/target/action/uninstall/unix.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/target/action/uninstall/windows.lua | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/xmake/modules/target/action/clean/main.lua b/xmake/modules/target/action/clean/main.lua index 3669bb65b..443c3bd0a 100644 --- a/xmake/modules/target/action/clean/main.lua +++ b/xmake/modules/target/action/clean/main.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, TBOOX Open Source Group. -- -- @author ruki -- @file main.lua diff --git a/xmake/modules/target/action/install/main.lua b/xmake/modules/target/action/install/main.lua index f518abdd6..3754b71af 100644 --- a/xmake/modules/target/action/install/main.lua +++ b/xmake/modules/target/action/install/main.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, TBOOX Open Source Group. -- -- @author ruki -- @file main.lua diff --git a/xmake/modules/target/action/install/unix.lua b/xmake/modules/target/action/install/unix.lua index e52b091b1..d4311aeea 100644 --- a/xmake/modules/target/action/install/unix.lua +++ b/xmake/modules/target/action/install/unix.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, TBOOX Open Source Group. -- -- @author ruki -- @file unix.lua diff --git a/xmake/modules/target/action/install/windows.lua b/xmake/modules/target/action/install/windows.lua index 3ef87a425..548b4dfe4 100644 --- a/xmake/modules/target/action/install/windows.lua +++ b/xmake/modules/target/action/install/windows.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, TBOOX Open Source Group. -- -- @author ruki -- @file windows.lua diff --git a/xmake/modules/target/action/uninstall/main.lua b/xmake/modules/target/action/uninstall/main.lua index 440752725..ebf7d07c9 100644 --- a/xmake/modules/target/action/uninstall/main.lua +++ b/xmake/modules/target/action/uninstall/main.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, TBOOX Open Source Group. -- -- @author ruki -- @file main.lua diff --git a/xmake/modules/target/action/uninstall/unix.lua b/xmake/modules/target/action/uninstall/unix.lua index f7423da0a..b582aecf6 100644 --- a/xmake/modules/target/action/uninstall/unix.lua +++ b/xmake/modules/target/action/uninstall/unix.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, TBOOX Open Source Group. -- -- @author ruki -- @file unix.lua diff --git a/xmake/modules/target/action/uninstall/windows.lua b/xmake/modules/target/action/uninstall/windows.lua index f783955bb..a9b09c43c 100644 --- a/xmake/modules/target/action/uninstall/windows.lua +++ b/xmake/modules/target/action/uninstall/windows.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-present, TBOOX Open Source Group. -- -- @author ruki -- @file windows.lua |
