aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-29 22:31:36 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-29 22:31:36 -0400
commit4f68ee57bc8c2324a4cd7039c5411cb6f1b8d820 (patch)
tree8a14baa22aa11bb32bbe7e852a37783189e7f0c1 /scripts
parent02ef0236c61ef9407692190cfbceeb7d5a239f05 (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
-rwxr-xr-xscripts/gen_plots.sh2
-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 51b9e9fd..486713f0 100755
--- a/scripts/gen_iface.lua
+++ b/scripts/gen_iface.lua
@@ -1,5 +1,5 @@
#!/usr/bin/lua
--- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 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 mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell. See LICENSE.
local M = {}
diff --git a/scripts/gen_lua_c_api_tags.lua b/scripts/gen_lua_c_api_tags.lua
index 4271d4a8..d7b397bf 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 mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 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 d43da45c..4fd29984 100755
--- a/scripts/gen_plist.lua
+++ b/scripts/gen_plist.lua
@@ -1,5 +1,5 @@
#!/usr/bin/lua
--- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell. See LICENSE.
-- This script generates the "Info.plist" file for the macOS App bundle.
diff --git a/scripts/gen_plots.sh b/scripts/gen_plots.sh
index c70ea4b0..fcbe75c3 100755
--- a/scripts/gen_plots.sh
+++ b/scripts/gen_plots.sh
@@ -100,7 +100,7 @@ echo "
set title 'Code Summary'
set output '$loc'
plot for [i=0:2] '$plotfile' index $nlangs+i using 1:2 with lines title columnhead(1) linestyle i+1
- set title 'Code Counts'
+ set title 'Code Line Counts'
set output '$languages'
plot for [i=0:$nlangs-1] '$plotfile' index i using 1:4 with lines title columnhead(1) linestyle i+1
" > $plotcmd
diff --git a/scripts/osx/ta b/scripts/osx/ta
index e9581fcb..e1cb96fb 100755
--- a/scripts/osx/ta
+++ b/scripts/osx/ta
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2020 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 0179923f..d1b24104 100755
--- a/scripts/osx/textadept_osx
+++ b/scripts/osx/textadept_osx
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2020 Mitchell. See LICENSE.
# Set the GTK environment variables of resources within Textadept.app.
bundle=$(cd "$(dirname "$0")/../../" && pwd)