diff options
author | 2019-12-31 16:52:45 -0500 | |
---|---|---|
committer | 2019-12-31 16:52:45 -0500 | |
commit | d2ef24c29894e98650fafa646629aa9b772a3c35 (patch) | |
tree | f50a32eb0256fad98940d9968113af834b8f7c12 /scripts | |
parent | 94b1bd5474c54b2b894f74bb7ba098bfe4fb6cf2 (diff) | |
download | textadept-d2ef24c29894e98650fafa646629aa9b772a3c35.tar.gz textadept-d2ef24c29894e98650fafa646629aa9b772a3c35.zip |
Updated copyright year.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen_iface.lua | 4 | ||||
-rwxr-xr-x | scripts/gen_lua_c_api_tags.lua | 2 | ||||
-rwxr-xr-x | scripts/gen_plist.lua | 2 | ||||
-rwxr-xr-x | scripts/osx/ta | 2 | ||||
-rwxr-xr-x | scripts/osx/textadept_osx | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua index 23f7e98a..95e52cbe 100755 --- a/scripts/gen_iface.lua +++ b/scripts/gen_iface.lua @@ -1,5 +1,5 @@ #!/usr/bin/lua --- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. local constants, functions, properties = {}, {}, {} local const_patt = '^val ([%w_]+)=([-%dx%x]+)' @@ -96,7 +96,7 @@ table.sort(properties) local f = io.open('../core/iface.lua', 'wb') f:write([=[ --- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/scripts/gen_lua_c_api_tags.lua b/scripts/gen_lua_c_api_tags.lua index cf9d584c..4271d4a8 100755 --- a/scripts/gen_lua_c_api_tags.lua +++ b/scripts/gen_lua_c_api_tags.lua @@ -1,5 +1,5 @@ #!/usr/bin/lua --- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. local f = io.open('../modules/ansi_c/lua_tags', 'w') -- Lua header files define API functions in a way ctags cannot detect. diff --git a/scripts/gen_plist.lua b/scripts/gen_plist.lua index 4a8aa7a1..63f967d1 100755 --- a/scripts/gen_plist.lua +++ b/scripts/gen_plist.lua @@ -1,5 +1,5 @@ #!/usr/bin/lua --- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. -- This script generates the "Info.plist" file for the Mac OSX App bundle. diff --git a/scripts/osx/ta b/scripts/osx/ta index b3698a1e..e9581fcb 100755 --- a/scripts/osx/ta +++ b/scripts/osx/ta @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. if [[ "$1" == "-h" || "$1" == "--help" ]]; then echo "ta - shell script to launch Textadept.app" diff --git a/scripts/osx/textadept_osx b/scripts/osx/textadept_osx index 38c9942b..3ab1d4ad 100755 --- a/scripts/osx/textadept_osx +++ b/scripts/osx/textadept_osx @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. # Set the GTK environment variables of resources within Textadept.app. bundle=$(cd "$(dirname "$0")/../../" && pwd) |