add copyright+license info for visualize tool

This commit is contained in:
Sarah Vaupel 2022-10-09 23:57:42 +02:00
parent 182e367bcc
commit 89a1b829d6
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Stephan Barth <barths@gate2.tcs.ifi.lmu.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
package Graphy;
use strict;

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Stephan Barth <barths@gate2.tcs.ifi.lmu.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
package WFparse;
use strict;

4
tools/visualize/gui.pl Executable file → Normal file
View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Stephan Barth <barths@gate2.tcs.ifi.lmu.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
#!/usr/bin/perl
use strict;