summaryrefslogtreecommitdiff
path: root/xmake/core/base
diff options
context:
space:
mode:
authorruki <[email protected]>2019-04-13 20:48:05 +0800
committerruki <[email protected]>2019-04-13 20:48:05 +0800
commit85cb688e30f996c5ac1036ec99b6c7c1a45cb035 (patch)
treefa332a49d2807f338599f169a952eb0cc05988ca /xmake/core/base
parent2fb1ea89f795179cfd37dde437b294a79812d80d (diff)
fix headers with ASF to non-ASF
Diffstat (limited to 'xmake/core/base')
-rw-r--r--xmake/core/base/colors.lua10
-rw-r--r--xmake/core/base/coroutine.lua10
-rw-r--r--xmake/core/base/deprecated.lua10
-rw-r--r--xmake/core/base/deprecated/interpreter.lua10
-rw-r--r--xmake/core/base/dlist.lua10
-rw-r--r--xmake/core/base/emoji.lua10
-rw-r--r--xmake/core/base/filter.lua10
-rw-r--r--xmake/core/base/global.lua10
-rw-r--r--xmake/core/base/interpreter.lua10
-rw-r--r--xmake/core/base/io.lua10
-rw-r--r--xmake/core/base/log.lua10
-rw-r--r--xmake/core/base/macos.lua10
-rw-r--r--xmake/core/base/object.lua10
-rw-r--r--xmake/core/base/option.lua10
-rw-r--r--xmake/core/base/os.lua10
-rw-r--r--xmake/core/base/path.lua10
-rw-r--r--xmake/core/base/privilege.lua10
-rw-r--r--xmake/core/base/process.lua10
-rw-r--r--xmake/core/base/profiler.lua10
-rw-r--r--xmake/core/base/scopeinfo.lua10
-rw-r--r--xmake/core/base/semver.lua10
-rw-r--r--xmake/core/base/singleton.lua10
-rw-r--r--xmake/core/base/string.lua10
-rw-r--r--xmake/core/base/table.lua10
-rw-r--r--xmake/core/base/task.lua10
-rw-r--r--xmake/core/base/utils.lua10
-rw-r--r--xmake/core/base/winos.lua10
27 files changed, 81 insertions, 189 deletions
diff --git a/xmake/core/base/colors.lua b/xmake/core/base/colors.lua
index 6329e4360..8c5b2c287 100644
--- a/xmake/core/base/colors.lua
+++ b/xmake/core/base/colors.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/coroutine.lua b/xmake/core/base/coroutine.lua
index 9652f5762..548f703b8 100644
--- a/xmake/core/base/coroutine.lua
+++ b/xmake/core/base/coroutine.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/deprecated.lua b/xmake/core/base/deprecated.lua
index 657d48f86..b37851f20 100644
--- a/xmake/core/base/deprecated.lua
+++ b/xmake/core/base/deprecated.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/deprecated/interpreter.lua b/xmake/core/base/deprecated/interpreter.lua
index fd6de43e2..36bc93985 100644
--- a/xmake/core/base/deprecated/interpreter.lua
+++ b/xmake/core/base/deprecated/interpreter.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/dlist.lua b/xmake/core/base/dlist.lua
index 124643a9f..34a85e32b 100644
--- a/xmake/core/base/dlist.lua
+++ b/xmake/core/base/dlist.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/emoji.lua b/xmake/core/base/emoji.lua
index 4b8c2cfc7..0839f0694 100644
--- a/xmake/core/base/emoji.lua
+++ b/xmake/core/base/emoji.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/filter.lua b/xmake/core/base/filter.lua
index 2bde5a2f0..aa444f368 100644
--- a/xmake/core/base/filter.lua
+++ b/xmake/core/base/filter.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/global.lua b/xmake/core/base/global.lua
index d86572a7c..5beb65674 100644
--- a/xmake/core/base/global.lua
+++ b/xmake/core/base/global.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/interpreter.lua b/xmake/core/base/interpreter.lua
index 0dc87e6da..098e0ab2f 100644
--- a/xmake/core/base/interpreter.lua
+++ b/xmake/core/base/interpreter.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/io.lua b/xmake/core/base/io.lua
index 0849f3145..d129cacf6 100644
--- a/xmake/core/base/io.lua
+++ b/xmake/core/base/io.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/log.lua b/xmake/core/base/log.lua
index 328c0e7e7..e9ce8ba2e 100644
--- a/xmake/core/base/log.lua
+++ b/xmake/core/base/log.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/macos.lua b/xmake/core/base/macos.lua
index b8d1a4288..27cf2f107 100644
--- a/xmake/core/base/macos.lua
+++ b/xmake/core/base/macos.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/object.lua b/xmake/core/base/object.lua
index 35e956aa0..7b9f06519 100644
--- a/xmake/core/base/object.lua
+++ b/xmake/core/base/object.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua
index 41523c399..bb75111fd 100644
--- a/xmake/core/base/option.lua
+++ b/xmake/core/base/option.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua
index 5ea089661..891fd4227 100644
--- a/xmake/core/base/os.lua
+++ b/xmake/core/base/os.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/path.lua b/xmake/core/base/path.lua
index 9f478eb87..2748b446b 100644
--- a/xmake/core/base/path.lua
+++ b/xmake/core/base/path.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/privilege.lua b/xmake/core/base/privilege.lua
index 9a76117b2..bbf31ac95 100644
--- a/xmake/core/base/privilege.lua
+++ b/xmake/core/base/privilege.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/process.lua b/xmake/core/base/process.lua
index 6143873ea..70d007c30 100644
--- a/xmake/core/base/process.lua
+++ b/xmake/core/base/process.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/profiler.lua b/xmake/core/base/profiler.lua
index 1627bab01..dc873fc88 100644
--- a/xmake/core/base/profiler.lua
+++ b/xmake/core/base/profiler.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/scopeinfo.lua b/xmake/core/base/scopeinfo.lua
index de1912244..3028883eb 100644
--- a/xmake/core/base/scopeinfo.lua
+++ b/xmake/core/base/scopeinfo.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/semver.lua b/xmake/core/base/semver.lua
index c9959cfc3..e50c70a6c 100644
--- a/xmake/core/base/semver.lua
+++ b/xmake/core/base/semver.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/singleton.lua b/xmake/core/base/singleton.lua
index d5098e725..b0b4b7c85 100644
--- a/xmake/core/base/singleton.lua
+++ b/xmake/core/base/singleton.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/string.lua b/xmake/core/base/string.lua
index cf6f7b124..68b246327 100644
--- a/xmake/core/base/string.lua
+++ b/xmake/core/base/string.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/table.lua b/xmake/core/base/table.lua
index 6cbead284..2d41e79af 100644
--- a/xmake/core/base/table.lua
+++ b/xmake/core/base/table.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/task.lua b/xmake/core/base/task.lua
index 6795ac3b3..ea1050251 100644
--- a/xmake/core/base/task.lua
+++ b/xmake/core/base/task.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/utils.lua b/xmake/core/base/utils.lua
index 6964d92f4..6f0f71f5c 100644
--- a/xmake/core/base/utils.lua
+++ b/xmake/core/base/utils.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
diff --git a/xmake/core/base/winos.lua b/xmake/core/base/winos.lua
index b0ffe9234..ae66a1542 100644
--- a/xmake/core/base/winos.lua
+++ b/xmake/core/base/winos.lua
@@ -1,12 +1,8 @@
--!A cross-platform build utility based on Lua
--
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements. See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership. The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License. You may obtain a copy of the License at
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--