1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-12 00:43:01 +00:00

SPDX: rest

This commit is contained in:
wfjm 2019-07-26 18:06:36 +02:00
parent 9f35e4863c
commit 146fea4d79
31 changed files with 79 additions and 92 deletions

View File

@ -1,3 +1,7 @@
# $Id: .travis.yml 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2018- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
os: linux
dist: trusty
language: c++

View File

@ -1,4 +1,7 @@
#!/bin/bash
# $Id: deploy.sh 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2018- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
# get environment
printenv | sort | grep "^TRAVIS_" > environment.log

View File

@ -55,11 +55,9 @@ which is
### License
This project is released under the
[GPL V3 license](https://www.gnu.org/licenses/gpl-3.0.html),
all files contain the disclaimer:
all files contain a [SPDX](https://spdx.org/)-style disclaimer:
This program is free software; you may redistribute and/or modify
it under the terms of the GNU General Public License version 3.
See License.txt in distribition directory for further details.
SPDX-License-Identifier: GPL-3.0-or-later
The full text of the GPL license is in this directory as
[License.txt](License.txt).

View File

@ -1,4 +1,6 @@
// $Id: w11a_seq_flow.DOT 584 2014-08-22 19:38:12Z mueller $
// $Id: w11a_seq_flow.DOT 1194 2019-07-20 07:43:21Z mueller $
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright 2010-2014 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
//
// The create pdf use
//

View File

@ -1,4 +1,6 @@
# $Id: arty_setup.tcl 726 2016-01-31 23:02:31Z mueller $
# $Id: arty_setup.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2016- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
set rvtb_part "xc7a35ticsg324-1l"
set rvtb_board "arty"

View File

@ -1,7 +1,6 @@
# $Id: mig_arty.tcl 1099 2018-12-31 09:07:36Z mueller $
#
# $Id: mig_arty.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2018- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
# License disclaimer see License.txt in $RETROBASE directory
#
# Revision History:
# Date Rev Version Comment

View File

@ -1,4 +1,6 @@
# $Id: artys7_setup.tcl 1038 2018-08-11 12:39:52Z mueller $
# $Id: artys7_setup.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2018- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
set rvtb_part "xc7s50csga324-1"
set rvtb_board "artys7"

View File

@ -1,7 +1,6 @@
# $Id: mig_artys7.tcl 1105 2019-01-12 19:52:45Z mueller $
#
# $Id: mig_artys7.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2019- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
# License disclaimer see License.txt in $RETROBASE directory
#
# Revision History:
# Date Rev Version Comment

View File

@ -1,4 +1,6 @@
# $Id: basys3_setup.tcl 699 2015-07-05 21:37:26Z mueller $
# $Id: basys3_setup.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2015- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
set rvtb_part "xc7a35tcpg236-1"
set rvtb_board "basys3"

View File

@ -1,4 +1,6 @@
# $Id: cmoda7_setup.tcl 906 2017-06-04 21:59:13Z mueller $
# $Id: cmoda7_setup.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
set rvtb_part "xc7a35tcpg236-1"
set rvtb_board "cmoda7"

View File

@ -1,4 +1,6 @@
# $Id: nexys4_setup.tcl 699 2015-07-05 21:37:26Z mueller $
# $Id: nexys4_setup.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2015- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
set rvtb_part "xc7a100tcsg324-1"
set rvtb_board "nexys4"

View File

@ -1,7 +1,6 @@
# $Id: mig_nexys4d.tcl 1099 2018-12-31 09:07:36Z mueller $
#
# $Id: mig_nexys4d.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2018- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
# License disclaimer see License.txt in $RETROBASE directory
#
# Revision History:
# Date Rev Version Comment

View File

@ -1,4 +1,6 @@
# $Id: nexys4d_setup.tcl 838 2017-01-04 20:57:57Z mueller $
# $Id: nexys4d_setup.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
set rvtb_part "xc7a100tcsg324-1"
set rvtb_board "nexys4d"

View File

@ -1,16 +1,7 @@
/* $Id: rlink_cext.c 985 2018-01-03 08:59:40Z mueller $
*
/* $Id: rlink_cext.c 1190 2019-07-13 17:05:39Z mueller $
* SPDX-License-Identifier: GPL-3.0-or-later
* Copyright 2007-2016 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
*
* This program is free software; you may redistribute and/or modify it under
* the terms of the GNU General Public License as published by the Free
* Software Foundation, either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for complete details.
*
* Revision History:
* Date Rev Vers Comment
* 2016-02-07 728 2.1 emit only one 'schedule clock stop' message

View File

@ -1,16 +1,7 @@
/* $Id: rlink_cext_dpi.c 985 2018-01-03 08:59:40Z mueller $
*
/* $Id: rlink_cext_dpi.c 1190 2019-07-13 17:05:39Z mueller $
* SPDX-License-Identifier: GPL-3.0-or-later
* Copyright 2016- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
*
* This program is free software; you may redistribute and/or modify it under
* the terms of the GNU General Public License as published by the Free
* Software Foundation, either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for complete details.
*
* Revision History:
* Date Rev Vers Comment
* 2016-02-07 729 1.0 Initial version

View File

@ -1,15 +1,6 @@
// $Id: rlink_cext_iface_dpi.sv 985 2018-01-03 08:59:40Z mueller $
//
// $Id: rlink_cext_iface_dpi.sv 1190 2019-07-13 17:05:39Z mueller $
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright 2016- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
//
// This program is free software; you may redistribute and/or modify it under
// the terms of the GNU General Public License as published by the Free
// Software Foundation, either version 3, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY
// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
// for complete details.
//
//----------------------------------------------------------------------------
// Module Name: rlink_cext_iface - sim

View File

@ -1,5 +1,7 @@
#!/bin/sh
# $Id: make_doxy 563 2014-06-22 15:49:09Z mueller $
# $Id: make_doxy 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2013-2014 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
# Revision History:
# Date Rev Version Comment

View File

@ -1,4 +1,6 @@
; $Id: setup_w11a_max.scmd 559 2014-06-06 21:26:47Z mueller $
; $Id: setup_w11a_max.scmd 1194 2019-07-20 07:43:21Z mueller $
; SPDX-License-Identifier: GPL-3.0-or-later
; Copyright 2008-2014 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
;
; Setup file for 'maximal' w11a configuration under simh 3.8 and above
;

View File

@ -1,4 +1,6 @@
; $Id: setup_w11a_min.scmd 559 2014-06-06 21:26:47Z mueller $
; $Id: setup_w11a_min.scmd 1194 2019-07-20 07:43:21Z mueller $
; SPDX-License-Identifier: GPL-3.0-or-later
; Copyright 2009-2014 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
;
; Setup file for 'minimal' w11a configuration under simh 3.8 and above
;

View File

@ -1,4 +1,6 @@
# $Id: 91-retro-usb-latency.rules 902 2017-06-03 14:02:17Z mueller $
# $Id: 91-retro-usb-latency.rules 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
# udev rules to set FTDI USB-serial adaptors to low latency mode
#

View File

@ -1,4 +1,6 @@
# $Id: 92-retro-usb-persistent.rules 918 2017-06-28 20:04:17Z mueller $
# $Id: 92-retro-usb-persistent.rules 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
# udev rules to create persistent names for Digilent FT2232C style FPGA boards
#

View File

@ -1,5 +1,7 @@
# -*- tcl -*-
# $Id: .tclshrc 379 2011-04-22 20:56:19Z mueller $
# $Id: .tclshrc 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2011- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
if {[info exists env(RETROBASE)]} {
lappend auto_path [file join $env(RETROBASE) tools tcl]

View File

@ -1,5 +1,7 @@
# -*- tcl -*-
# $Id: .wishrc 379 2011-04-22 20:56:19Z mueller $
# $Id: .wishrc 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2011- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
if {[info exists env(RETROBASE)]} {
lappend auto_path [file join $env(RETROBASE) tools tcl]

View File

@ -1,17 +1,8 @@
#!/usr/bin/perl -w
# $Id: setup_packages_filt 1055 2018-10-12 17:53:52Z mueller $
#
# $Id: setup_packages_filt 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2018- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
# This program is free software; you may redistribute and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation, either version 3, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for complete details.
#
# Revision History:
# Date Rev Version Comment
# 2018-10-12 1055 1.0 Initial version

View File

@ -1,7 +1,6 @@
# $Id: viv_default_build.tcl 830 2016-12-26 20:25:49Z mueller $
#
# $Id: viv_default_build.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2015- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
# License disclaimer see License.txt in $RETROBASE directory
#
# Revision History:
# Date Rev Version Comment

View File

@ -1,7 +1,6 @@
# $Id: viv_default_config.tcl 830 2016-12-26 20:25:49Z mueller $
#
# $Id: viv_default_config.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2015- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
# License disclaimer see License.txt in $RETROBASE directory
#
# Revision History:
# Date Rev Version Comment

View File

@ -1,7 +1,6 @@
# $Id: viv_default_model.tcl 830 2016-12-26 20:25:49Z mueller $
#
# $Id: viv_default_model.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2015- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
# License disclaimer see License.txt in $RETROBASE directory
#
# Revision History:
# Date Rev Version Comment

View File

@ -1,7 +1,6 @@
# $Id: viv_init.tcl 830 2016-12-26 20:25:49Z mueller $
#
# $Id: viv_init.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2015-2016 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
# License disclaimer see License.txt in $RETROBASE directory
#
# Revision History:
# Date Rev Version Comment

View File

@ -1,7 +1,6 @@
# $Id: viv_tools_build.tcl 1099 2018-12-31 09:07:36Z mueller $
#
# $Id: viv_tools_build.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2015-2018 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
# License disclaimer see License.txt in $RETROBASE directory
#
# Revision History:
# Date Rev Version Comment

View File

@ -1,7 +1,6 @@
# $Id: viv_tools_config.tcl 895 2017-05-07 07:38:47Z mueller $
#
# $Id: viv_tools_config.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2015-2017 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
# License disclaimer see License.txt in $RETROBASE directory
#
# Revision History:
# Date Rev Version Comment

View File

@ -1,7 +1,6 @@
# $Id: viv_tools_model.tcl 895 2017-05-07 07:38:47Z mueller $
#
# $Id: viv_tools_model.tcl 1194 2019-07-20 07:43:21Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2015-2016 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
# License disclaimer see License.txt in $RETROBASE directory
#
# Revision History:
# Date Rev Version Comment