update copyright to 2025

This commit is contained in:
kx1t
2025-01-22 10:22:45 -05:00
parent 3008da6ca0
commit 97ce45c655
35 changed files with 36 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
Planefence, and its associated programs, data, tools, documentation, and example code, is
Copyright (C) 2020 - 2024 by Ramon F. Kolb, KX1T.
Copyright (C) 2020 - 2025 by Ramon F. Kolb, KX1T.
KX1T can be reached via email at k x 1 t (at) a m s a t d o t org
or via snail mail at PO Box 11, Belmont, MA 02478, USA.

View File

@@ -6,7 +6,7 @@ source /scripts/common
[[ "${LOGLEVEL,,}" != "error" ]] && "${s6wrap[@]}" echo "Cleanup started as an s6 service" || true
# -----------------------------------------------------------------------------------
# Copyright 2020-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/docker-planefence

View File

@@ -12,7 +12,7 @@ APPNAME="$(hostname)/get-pa-alertlist"
[[ "$LOGLEVEL" != "ERROR" ]] && echo "[$APPNAME][$(date)] Get-PA-Alertlist started as an s6 service" || true
# -----------------------------------------------------------------------------------
# Copyright 2020-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/docker-planefence

View File

@@ -16,7 +16,7 @@ GROUP=www-data
[[ "$LOGLEVEL" != "ERROR" ]] && echo "[$APPNAME][$(date)] Lighttpd started as an s6 service" || true
# -----------------------------------------------------------------------------------
# Copyright 2020-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/docker-planefence

View File

@@ -11,7 +11,7 @@ PLANEFENCEDIR=/usr/share/planefence
[[ "$LOGLEVEL" != "ERROR" ]] && "${s6wrap[@]}" echo "Planefence started as an s6 service" || true
[[ "$LOGLEVEL" != "ERROR" ]] && "${s6wrap[@]}" echo "Planefence build: $(grep 'PF_NAME' /usr/share/planefence/persist/planefence.config | awk -F '=' '{ print $2 }' | tr -dc '[:alnum:]')_bld_$([[ -f /usr/share/planefence/branch ]] && cat /usr/share/planefence/branch || cat /root/.buildtime)" || true
# -----------------------------------------------------------------------------------
# Copyright 2020-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/planefence4docker/

View File

@@ -12,7 +12,7 @@ APPNAME="$(hostname)/socket30003"
[[ "$LOGLEVEL" != "ERROR" ]] && echo "[$APPNAME][$(date)] Socket30003 started as an s6 service" || true
# -----------------------------------------------------------------------------------
# Copyright 2020-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/planefence4docker/

View File

@@ -1,7 +1,7 @@
#!/command/with-contenv bash
#shellcheck shell=bash disable=SC1091,SC2174,SC2015,SC2154
# -----------------------------------------------------------------------------------
# Copyright 2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/kx1t/docker-planefence/

View File

@@ -1,7 +1,7 @@
#!/usr/bin/python3
'''
# -----------------------------------------------------------------------------------
# Copyright 2020-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/docker-planefence/

View File

@@ -1,6 +1,6 @@
# Python3 module of utilities for Plane Fence and Plane Alert
#
# Copyright 2022-2024 Ramon F. Kolb and Justin DiPierro - licensed under the terms and conditions
# Copyright 2022-2025 Ramon F. Kolb and Justin DiPierro - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/planefence/

View File

@@ -22,7 +22,7 @@ The `<filename>` is a full path to one of the log files from Socket30003 - often
For full text, see the LICENSE file included with this repository.
The following is a short summary of terms. In case of conflict between this text and the terms and conditions set forth in the LICENSE file, those in the LICENSE file shall take precedence.
Copyright (C) 2021-2024 Ramon F. Kolb
Copyright (C) 2021-2025 Ramon F. Kolb
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@@ -3,7 +3,7 @@
APPNAME="$(hostname)/get-pa-alertlist"
# -----------------------------------------------------------------------------------
# Copyright 2020-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/planefence4docker/

View File

@@ -3,7 +3,7 @@
APPNAME="$(hostname)/get-silhouettes"
# -----------------------------------------------------------------------------------
# Copyright 2020-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/planefence4docker/

View File

@@ -6,7 +6,7 @@
# are always welcome. Join me at the GitHub link shown below, or via email
# at kx1t (at) amsat (dot) org.
#
# Copyright 2021-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2021-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/plane-alert/
@@ -63,7 +63,7 @@
<div class="footer">
<hr/>Plane-Alert is part of <a href="https://github.com/sdr-enthusiasts/docker-planefence" target="_blank">KX1T's PlaneFence Open Source Project</a>, available on GitHub. Support is available on the #Planefence channel of the SDR Enthusiasts Discord Server. Click the Chat icon below to join.
<br/>&copy; Copyright 2020-2024 by Ram&oacute;n F. Kolb. Please see <a href="attribution.txt" target="_blank">here</a> for attributions to our contributors and open source packages used.
<br/>&copy; Copyright 2020-2025 by Ram&oacute;n F. Kolb. Please see <a href="attribution.txt" target="_blank">here</a> for attributions to our contributors and open source packages used.
<br/><img src="https://img.shields.io/github/actions/workflow/status/sdr-enthusiasts/docker-planefence/deploy.yml?branch=main">
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/sdr-enthusiasts/docker-planefence">
<img src="https://img.shields.io/github/last-commit/sdr-enthusiasts/docker-planefence">

View File

@@ -5,7 +5,7 @@
# Usage: pf_php.sh [hex=<regex>] [call=<regex>] [start=<regex>] [end=<regex>] file=<inputfiles>
# File argument is always required and at least 1 additional argument is required.
#
# Copyright 2021-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2021-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/docker-planefence/

View File

@@ -1,6 +1,6 @@
# PLANE-ALERT.CONF - user changeable variables for PLANE-ALERT.SH
#
# Copyright 2021-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2021-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/plane-alert/

View File

@@ -6,7 +6,7 @@
# are always welcome. Join me at the GitHub link shown below, or via email
# at kx1t (at) amsat (dot) org.
#
# Copyright 2021-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2021-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/plane-alert/

View File

@@ -4,8 +4,7 @@
#
# Usage: ./send-discord-alert.py <inputfile>
#
# Copyright 2022-2024 Ramon F. Kolb, kx1t
# Copyright 2022 Justin DiPierro
# Copyright 2022-2025 Ramon F. Kolb, kx1t and Justin DiPierro
#
# Licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github

View File

@@ -21,7 +21,7 @@
# This package is part of https://github.com/sdr-enthusiasts/docker-planefence/ and may not work or have any
# value outside of this repository.
#
# Copyright 2021-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2021-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/docker-planefence/

View File

@@ -20,7 +20,7 @@
# This package is part of https://github.com/sdr-enthusiasts/docker-planefence/ and may not work or have any
# value outside of this repository.
#
# Copyright 2021-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2021-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/docker-planefence/

View File

@@ -6,7 +6,7 @@ APPNAME="config_tweeting"
echo "[$APPNAME][$(date)] Running config_tweeting"
# -----------------------------------------------------------------------------------
# Copyright 2020-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/planefence4docker/

View File

@@ -2,7 +2,7 @@
# NOISE2FENCE -- a script for extracting recorded noise values from NOISECAPT
# and adding them to CSV files that have been created by PlaneFence
#
# Copyright 2020-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/planefence/

View File

@@ -8,7 +8,7 @@
# This package is part of https://github.com/sdr-enthusiasts/docker-planefence/ and may not work or have any
# value outside of this repository.
#
# Copyright 2023-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2023-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/docker-planefence/

View File

@@ -6,7 +6,7 @@
# This script is distributed as part of the PlaneFence package and is dependent
# on that package for its execution.
#
# Copyright 2020-2024 by Ramon F. Kolb (kx1t) - licensed under the terms and conditions
# Copyright 2020-2025 by Ramon F. Kolb (kx1t) - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/docker-planefence

View File

@@ -5,7 +5,7 @@
# Usage: pf_php.sh [hex=<regex>] [call=<regex>] [start=<regex>] [end=<regex>] file=<inputfiles>
# File argument is always required and at least 1 additional argument is required.
#
# Copyright 2021-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2021-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/docker-planefence/

View File

@@ -10,7 +10,7 @@
# on that package for its execution.
#
# Based on a script provided by @randomrobbie - https://github.com/sdr-enthusiasts/docker-planefence/issues/211
# Copyright 2024 @randomrobbie, Ramon F. Kolb (kx1t), and contributors - licensed under the terms and conditions
# Copyright 2024-2025 @randomrobbie, Ramon F. Kolb (kx1t), and contributors - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/docker-planefence

View File

@@ -1,6 +1,6 @@
# PLANEFENCE.CONF - user changeable variables for PLANEFENCE.SH
#
# Copyright 2020-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/docker-planefence/

View File

@@ -864,7 +864,7 @@ cat <<EOF >"$OUTFILEHTMTMP"
# are always welcome. Join me at the GitHub link shown below, or via email
# at kx1t (at) kx1t (dot) com.
#
# Copyright 2020-20245 Ramon F. Kolb, kx1t - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb, kx1t - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/docker-planefence/

View File

@@ -12,7 +12,7 @@
# This script is distributed as part of the PlaneFence package and is dependent
# on that package for its execution.
#
# Copyright 2020-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/docker-planefence

View File

@@ -4,7 +4,7 @@
#
# Usage: ./planeheat.sh [date]
#
# Copyright 2020-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/planefence/

View File

@@ -1,7 +1,7 @@
#!/command/with-contenv bash
#shellcheck shell=bash disable=SC2015,SC2268,SC2174,SC1091,SC2154
# -----------------------------------------------------------------------------------
# Copyright 2020-2024 Ramon F. Kolb - licensed under the terms and conditions
# Copyright 2020-2025 Ramon F. Kolb - licensed under the terms and conditions
# of GPLv3. The terms and conditions of this license are included with the Github
# distribution of this package, and are also available here:
# https://github.com/sdr-enthusiasts/planefence4docker/

View File

@@ -4,7 +4,7 @@
#
# Usage: ./send-discord-alert.py <inputfile>
#
# Copyright 2022-2024 Ramon F. Kolb, kx1t
# Copyright 2022-2025 Ramon F. Kolb, kx1t
# Copyright 2022 Justin DiPierro
#
# Licensed under the terms and conditions

View File

@@ -1,7 +1,7 @@
#!/command/with-contenv bash
#shellcheck shell=bash disable=SC2015,SC2164,SC1090,SC2154,SC1091
#---------------------------------------------------------------------------------------------
# Copyright (C) 2022-2024, Ramon F. Kolb (kx1t)
# Copyright (C) 2022-2025, Ramon F. Kolb (kx1t)
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the

View File

@@ -1,7 +1,7 @@
#!/command/with-contenv bash
#shellcheck shell=bash disable=SC2015,SC2164,SC1090,SC1091
#---------------------------------------------------------------------------------------------
# Copyright (C) 2022-2024, Ramon F. Kolb (kx1t)
# Copyright (C) 2022-2025, Ramon F. Kolb (kx1t)
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the

View File

@@ -50,7 +50,7 @@
echo "will return records of tail N141NE, N142NE, N143NE, and that have a timestamp that contains 2021/12/20 - 2021/21/29.<br />";
echo "<br />";
echo "Note that the date range is limited to the data available to Plane-Alert.<hr />";
echo "(C)opyright 2021-2024 by kx1t, available under GPL3 as defined at <a href=https://github.com/sdr-enthusiasts/docker-planefence>the PlaneFence repository at GitHub</a>.<br />";
echo "(C)opyright 2021-2025 by kx1t, available under GPL3 as defined at <a href=https://github.com/sdr-enthusiasts/docker-planefence>the PlaneFence repository at GitHub</a>.<br />";
echo "<hr>" . $hex . $tail . $name . $equipment . $timestamp . $call . $lat . $lon;
echo "</body></html>";
} else {

View File

@@ -34,7 +34,7 @@
echo "will return records of which the Hex ID starts with A followed by a D or E, and that have a start date/time that contains 2021/12/13, 2021/12/14, or 2021/12/15.<br />";
echo "<br />";
echo "Note that the date range is limited to the data available to PlaneFence. By default, this is set to the last 14 days.<hr />";
echo "(C)opyright 2021-2024 by kx1t, available under GPL3 as defined at <a href=https://github.com/sdr-enthusiasts/docker-planefence>the PlaneFence repository at GitHub</a>.<br />";
echo "(C)opyright 2021-2025 by kx1t, available under GPL3 as defined at <a href=https://github.com/sdr-enthusiasts/docker-planefence>the PlaneFence repository at GitHub</a>.<br />";
echo "</body></html>";
} else {
if (strcmp($outputtype, "csv") == 0) {