summaryrefslogtreecommitdiffstats
path: root/src/target/trx_toolkit/copyright.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/trx_toolkit/copyright.py')
-rw-r--r--src/target/trx_toolkit/copyright.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/target/trx_toolkit/copyright.py b/src/target/trx_toolkit/copyright.py
deleted file mode 100644
index 3d3597fd..00000000
--- a/src/target/trx_toolkit/copyright.py
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env python2
-# -*- coding: utf-8 -*-
-
-def print_copyright(holders = []):
- # Print copyright holders if any
- for date, author in holders:
- print("Copyright (C) %s by %s" % (date, author))
-
- # Print the license header itself
- print("License GPLv2+: GNU GPL version 2 or later " \
- "<http://gnu.org/licenses/gpl.html>\n" \
- "This is free software: you are free to change and redistribute it.\n" \
- "There is NO WARRANTY, to the extent permitted by law.\n")