diff options
| author | ruki <[email protected]> | 2019-04-13 20:48:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-04-13 20:48:05 +0800 |
| commit | 85cb688e30f996c5ac1036ec99b6c7c1a45cb035 (patch) | |
| tree | fa332a49d2807f338599f169a952eb0cc05988ca /xmake/modules/devel/git | |
| parent | 2fb1ea89f795179cfd37dde437b294a79812d80d (diff) | |
fix headers with ASF to non-ASF
Diffstat (limited to 'xmake/modules/devel/git')
| -rw-r--r-- | xmake/modules/devel/git/apply.lua | 10 | ||||
| -rw-r--r-- | xmake/modules/devel/git/branches.lua | 10 | ||||
| -rw-r--r-- | xmake/modules/devel/git/checkout.lua | 10 | ||||
| -rw-r--r-- | xmake/modules/devel/git/checkurl.lua | 10 | ||||
| -rw-r--r-- | xmake/modules/devel/git/clean.lua | 10 | ||||
| -rw-r--r-- | xmake/modules/devel/git/clone.lua | 10 | ||||
| -rw-r--r-- | xmake/modules/devel/git/ls_remote.lua | 10 | ||||
| -rw-r--r-- | xmake/modules/devel/git/pull.lua | 10 | ||||
| -rw-r--r-- | xmake/modules/devel/git/refs.lua | 10 | ||||
| -rw-r--r-- | xmake/modules/devel/git/tags.lua | 10 |
10 files changed, 30 insertions, 70 deletions
diff --git a/xmake/modules/devel/git/apply.lua b/xmake/modules/devel/git/apply.lua index b5749b7cc..e47f31adc 100644 --- a/xmake/modules/devel/git/apply.lua +++ b/xmake/modules/devel/git/apply.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/modules/devel/git/branches.lua b/xmake/modules/devel/git/branches.lua index e673562cc..f02ab851d 100644 --- a/xmake/modules/devel/git/branches.lua +++ b/xmake/modules/devel/git/branches.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/modules/devel/git/checkout.lua b/xmake/modules/devel/git/checkout.lua index b093c89d4..12541e5ac 100644 --- a/xmake/modules/devel/git/checkout.lua +++ b/xmake/modules/devel/git/checkout.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/modules/devel/git/checkurl.lua b/xmake/modules/devel/git/checkurl.lua index 424300be1..edb7435ca 100644 --- a/xmake/modules/devel/git/checkurl.lua +++ b/xmake/modules/devel/git/checkurl.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/modules/devel/git/clean.lua b/xmake/modules/devel/git/clean.lua index 29968b9a2..2d80c2bac 100644 --- a/xmake/modules/devel/git/clean.lua +++ b/xmake/modules/devel/git/clean.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/modules/devel/git/clone.lua b/xmake/modules/devel/git/clone.lua index dcb80e284..75a652b1d 100644 --- a/xmake/modules/devel/git/clone.lua +++ b/xmake/modules/devel/git/clone.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/modules/devel/git/ls_remote.lua b/xmake/modules/devel/git/ls_remote.lua index 9660b25ea..e7e37b8ac 100644 --- a/xmake/modules/devel/git/ls_remote.lua +++ b/xmake/modules/devel/git/ls_remote.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/modules/devel/git/pull.lua b/xmake/modules/devel/git/pull.lua index a84f24ca9..3e0b67b30 100644 --- a/xmake/modules/devel/git/pull.lua +++ b/xmake/modules/devel/git/pull.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/modules/devel/git/refs.lua b/xmake/modules/devel/git/refs.lua index 330097233..870c2e106 100644 --- a/xmake/modules/devel/git/refs.lua +++ b/xmake/modules/devel/git/refs.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/modules/devel/git/tags.lua b/xmake/modules/devel/git/tags.lua index d60435c47..0d28af9e0 100644 --- a/xmake/modules/devel/git/tags.lua +++ b/xmake/modules/devel/git/tags.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 -- |
