aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-01-29 13:30:53 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-01-29 13:30:53 -0500
commit9a1a6b5c2e0e6a9a5e8c4abeec3980203838e461 (patch)
treefb383b8116055b610bb959a28b7f7dd1c8cd5c26 /scripts
parentd4f2685ce40ba4683a621a8b11ce391b4a0a9506 (diff)
Updated copyright information.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_iface.lua4
-rwxr-xr-xscripts/gen_lua_c_api_tags.lua2
-rwxr-xr-xscripts/gen_plist.lua2
-rw-r--r--scripts/markdowndoc.lua2
-rwxr-xr-xscripts/osx/ta2
-rwxr-xr-xscripts/osx/textadept_osx2
6 files changed, 7 insertions, 7 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua
index 486713f0..87844b47 100755
--- a/scripts/gen_iface.lua
+++ b/scripts/gen_iface.lua
@@ -1,5 +1,5 @@
#!/usr/bin/lua
--- Copyright 2007-2020 Mitchell. See LICENSE.
+-- Copyright 2007-2021 Mitchell. See LICENSE.
local constants, functions, properties, events = {}, {}, {}, {}
local const_patt = '^val ([%w_]+)=([-%dx%x]+)'
@@ -179,7 +179,7 @@ table.sort(events)
local f = io.open('../core/iface.lua', 'wb')
f:write([=[
--- Copyright 2007-2020 Mitchell. See LICENSE.
+-- Copyright 2007-2021 Mitchell. See LICENSE.
local M = {}
diff --git a/scripts/gen_lua_c_api_tags.lua b/scripts/gen_lua_c_api_tags.lua
index d7b397bf..1830652c 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-2020 Mitchell. See LICENSE.
+-- Copyright 2007-2021 Mitchell. 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 4fd29984..ab6cee55 100755
--- a/scripts/gen_plist.lua
+++ b/scripts/gen_plist.lua
@@ -1,5 +1,5 @@
#!/usr/bin/lua
--- Copyright 2007-2020 Mitchell. See LICENSE.
+-- Copyright 2007-2021 Mitchell. See LICENSE.
-- This script generates the "Info.plist" file for the macOS App bundle.
diff --git a/scripts/markdowndoc.lua b/scripts/markdowndoc.lua
index eb2d9a2a..036f5082 100644
--- a/scripts/markdowndoc.lua
+++ b/scripts/markdowndoc.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2020 Mitchell. See LICENSE.
+-- Copyright 2007-2021 Mitchell. See LICENSE.
-- Markdown doclet for Luadoc.
-- @usage luadoc -doclet path/to/markdowndoc [file(s)] > api.md
diff --git a/scripts/osx/ta b/scripts/osx/ta
index e1cb96fb..af2c205d 100755
--- a/scripts/osx/ta
+++ b/scripts/osx/ta
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2007-2020 Mitchell. See LICENSE.
+# Copyright 2007-2021 Mitchell. 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 d1b24104..e5cfc662 100755
--- a/scripts/osx/textadept_osx
+++ b/scripts/osx/textadept_osx
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2007-2020 Mitchell. See LICENSE.
+# Copyright 2007-2021 Mitchell. See LICENSE.
# Set the GTK environment variables of resources within Textadept.app.
bundle=$(cd "$(dirname "$0")/../../" && pwd)