Clearer license information. - vtv-tools - virtual terminal video tools
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3782052f6840e17e1fdc36610214d2a3c860fa96
(DIR) parent e067d7b2603464482911a82617fd4b0ecd3172c2
(HTM) Author: Troels Henriksen <athas@sigkill.dk>
Date: Tue, 22 Aug 2023 18:47:35 +0200
Clearer license information.
Diffstat:
M bin/vtv-player | 2 +-
M src/vtv-from-ff.c | 2 +-
M src/vtv-viewer.c | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/bin/vtv-player b/bin/vtv-player
@@ -4,7 +4,7 @@
#
# Copyright 2023 Troels Henriksen <athas@sigkill.dk>
#
-# Released under the GPLv3 or later.
+# See LICENSE file for licensing information.
trap 'clear; tput reset; exit 0' SIGINT
(DIR) diff --git a/src/vtv-from-ff.c b/src/vtv-from-ff.c
@@ -8,7 +8,7 @@
//
// Copyright 2023 Troels Henriksen <athas@sigkill.dk>
//
-// Released under the GPLv3 or later.
+// See LICENSE file for licensing information.
#include <stdio.h>
#include <string.h>
(DIR) diff --git a/src/vtv-viewer.c b/src/vtv-viewer.c
@@ -1,3 +1,7 @@
+// Copyright 2023 Troels Henriksen <athas@sigkill.dk>
+//
+// See LICENSE file for licensing information.
+
#include <assert.h>
#include <stdint.h>
#include <stdio.h>