diff --git a/src/ltui.lua b/src/ltui.lua index 9268e5c..ba725f5 100644 --- a/src/ltui.lua +++ b/src/ltui.lua @@ -1,13 +1,9 @@ --!A cross-platform terminal ui library 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/src/ltui/action.lua b/src/ltui/action.lua index 5b9ca03..3a785a0 100644 --- a/src/ltui/action.lua +++ b/src/ltui/action.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/application.lua b/src/ltui/application.lua index 24480e1..577f05f 100644 --- a/src/ltui/application.lua +++ b/src/ltui/application.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/base/dlist.lua b/src/ltui/base/dlist.lua index 3e39663..5155553 100644 --- a/src/ltui/base/dlist.lua +++ b/src/ltui/base/dlist.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/base/log.lua b/src/ltui/base/log.lua index d1e9260..4b51ecf 100644 --- a/src/ltui/base/log.lua +++ b/src/ltui/base/log.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/base/os.lua b/src/ltui/base/os.lua index 2392031..4e8c021 100644 --- a/src/ltui/base/os.lua +++ b/src/ltui/base/os.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/base/path.lua b/src/ltui/base/path.lua index 4af0a50..cebcaaa 100644 --- a/src/ltui/base/path.lua +++ b/src/ltui/base/path.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/base/string.lua b/src/ltui/base/string.lua index a0d15f1..3460ba5 100644 --- a/src/ltui/base/string.lua +++ b/src/ltui/base/string.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/base/table.lua b/src/ltui/base/table.lua index 9e7ea61..c8bea47 100644 --- a/src/ltui/base/table.lua +++ b/src/ltui/base/table.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/border.lua b/src/ltui/border.lua index 6c85d86..56bca03 100644 --- a/src/ltui/border.lua +++ b/src/ltui/border.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/boxdialog.lua b/src/ltui/boxdialog.lua index 75ae806..470e886 100644 --- a/src/ltui/boxdialog.lua +++ b/src/ltui/boxdialog.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/button.lua b/src/ltui/button.lua index b46813b..26e0a4e 100644 --- a/src/ltui/button.lua +++ b/src/ltui/button.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/canvas.lua b/src/ltui/canvas.lua index 7226d4b..5265d08 100644 --- a/src/ltui/canvas.lua +++ b/src/ltui/canvas.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/choicebox.lua b/src/ltui/choicebox.lua index df058d6..2213e6d 100644 --- a/src/ltui/choicebox.lua +++ b/src/ltui/choicebox.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/choicedialog.lua b/src/ltui/choicedialog.lua index 3d300f1..1628852 100644 --- a/src/ltui/choicedialog.lua +++ b/src/ltui/choicedialog.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/curses.lua b/src/ltui/curses.lua index 61b00b3..c105d34 100644 --- a/src/ltui/curses.lua +++ b/src/ltui/curses.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/desktop.lua b/src/ltui/desktop.lua index 2768fbd..cbbd96f 100644 --- a/src/ltui/desktop.lua +++ b/src/ltui/desktop.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/dialog.lua b/src/ltui/dialog.lua index 2c7945b..17652ef 100644 --- a/src/ltui/dialog.lua +++ b/src/ltui/dialog.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/event.lua b/src/ltui/event.lua index 5bcd39f..bd64175 100644 --- a/src/ltui/event.lua +++ b/src/ltui/event.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/inputdialog.lua b/src/ltui/inputdialog.lua index 69ddc64..49ea367 100644 --- a/src/ltui/inputdialog.lua +++ b/src/ltui/inputdialog.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/label.lua b/src/ltui/label.lua index 54a91fc..df0df82 100644 --- a/src/ltui/label.lua +++ b/src/ltui/label.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/mconfdialog.lua b/src/ltui/mconfdialog.lua index 85c07f6..c1e1ecc 100644 --- a/src/ltui/mconfdialog.lua +++ b/src/ltui/mconfdialog.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/menubar.lua b/src/ltui/menubar.lua index bbf855f..2898f49 100644 --- a/src/ltui/menubar.lua +++ b/src/ltui/menubar.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/menuconf.lua b/src/ltui/menuconf.lua index 902269b..2e05caa 100644 --- a/src/ltui/menuconf.lua +++ b/src/ltui/menuconf.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/object.lua b/src/ltui/object.lua index 5aed43b..24ee37d 100644 --- a/src/ltui/object.lua +++ b/src/ltui/object.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/panel.lua b/src/ltui/panel.lua index dd06a50..ba771fb 100644 --- a/src/ltui/panel.lua +++ b/src/ltui/panel.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/point.lua b/src/ltui/point.lua index 6f22843..e5d05ab 100644 --- a/src/ltui/point.lua +++ b/src/ltui/point.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/program.lua b/src/ltui/program.lua index 962a17d..946e6f2 100644 --- a/src/ltui/program.lua +++ b/src/ltui/program.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/rect.lua b/src/ltui/rect.lua index c8ebce7..47a02a8 100644 --- a/src/ltui/rect.lua +++ b/src/ltui/rect.lua @@ -1,13 +1,9 @@ --!A cross-platform terminal ui library 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/src/ltui/statusbar.lua b/src/ltui/statusbar.lua index c40e544..7e8ca0e 100644 --- a/src/ltui/statusbar.lua +++ b/src/ltui/statusbar.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/textarea.lua b/src/ltui/textarea.lua index 89a850a..942f341 100644 --- a/src/ltui/textarea.lua +++ b/src/ltui/textarea.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/textdialog.lua b/src/ltui/textdialog.lua index 044178f..7a78092 100644 --- a/src/ltui/textdialog.lua +++ b/src/ltui/textdialog.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/textedit.lua b/src/ltui/textedit.lua index c852d6d..1a682ea 100644 --- a/src/ltui/textedit.lua +++ b/src/ltui/textedit.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/view.lua b/src/ltui/view.lua index 3b505f6..ffd75e5 100644 --- a/src/ltui/view.lua +++ b/src/ltui/view.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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/src/ltui/window.lua b/src/ltui/window.lua index 4cb7da8..cab72f6 100644 --- a/src/ltui/window.lua +++ b/src/ltui/window.lua @@ -1,12 +1,8 @@ --!A cross-platform terminal ui library 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 --