Skip to content

Commit

Permalink
Merge pull request #15 from pulp-platform/misc-2
Browse files Browse the repository at this point in the history
Clean up copyright and date related things
  • Loading branch information
bluewww authored Mar 15, 2024
2 parents adcae02 + 835ac1a commit 84e65d9
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
*.d
*.lo
*.la
*.log
*.trs
riscv-fesvr
riscv-isa-sim-32
riscv-isa-sim-64
Expand All @@ -20,6 +22,7 @@ trdb
benchmarks


.Tpo
Makefile.in
/ar-lib
/mdate-sh
Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmarks.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Trace Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand Down
3 changes: 1 addition & 2 deletions dpi/trdb_sv.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Trace Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand All @@ -20,7 +20,6 @@
/**
* @file trdb_sv.c
* @author Robert Balas ([email protected])
* @date 4 Sep 2018
* @brief Interface for the system verilog testbench
*/

Expand Down
3 changes: 1 addition & 2 deletions dpi/trdb_sv.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Trace Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand All @@ -19,7 +19,6 @@
/**
* @file trdb_sv.h
* @author Robert Balas ([email protected])
* @date 15 Sep 2018
* @brief Functions of the golden model which are called from the simulator
*/

Expand Down
3 changes: 1 addition & 2 deletions include/disassembly.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Trace Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand All @@ -20,7 +20,6 @@
/**
* @file disassembly.h
* @author Robert Balas ([email protected])
* @date 25 Aug 2018
* @brief Collection of disassembly routines using libopcdes and libbfd
*/

Expand Down
3 changes: 1 addition & 2 deletions include/serialize.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Trace Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand All @@ -20,7 +20,6 @@
/**
* @file serialize.h
* @author Robert Balas ([email protected])
* @date 25 Sep 2018
* @brief Read binary data into packets
*/

Expand Down
3 changes: 1 addition & 2 deletions include/trace_debugger.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Trace Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand All @@ -20,7 +20,6 @@
/**
* @file trace_debugger.h
* @author Robert Balas ([email protected])
* @date 24 Aug 2018
* @brief Software model for the hardware trace debugger.
*/

Expand Down
3 changes: 1 addition & 2 deletions internal/disassembly_private.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Trace Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand All @@ -20,7 +20,6 @@
/**
* @file disassembly_private.h
* @author Robert Balas ([email protected])
* @date 10 Nov 2018
* @brief Disassembly helper function used internally
*/
#include <stdint.h>
Expand Down
3 changes: 1 addition & 2 deletions internal/trdb_private.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Debugger Software for the PULP platform
*
* Copyright (C) 2019 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand All @@ -20,7 +20,6 @@
/**
* @file trdb_private.h
* @author Robert Balas ([email protected])
* @date 16 Jan 2019
* @brief Software model for the hardware trace debugger.
*/

Expand Down
3 changes: 1 addition & 2 deletions internal/utils.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Trace Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand All @@ -20,7 +20,6 @@
/**
* @file utils.h
* @author Robert Balas ([email protected])
* @date 25 Aug 2018
* @brief Utility and logging functions/macros
*/

Expand Down
2 changes: 1 addition & 1 deletion src/disassembly.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Trace Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
* Copyright (C) 1990-2017 Free Software Foundation, Inc.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/error.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Trace Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/serialize.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/trace_debugger.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Trace Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/trdb.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Trace Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/utils.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Trace Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion test/tests.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trdb - Trace Debugger Software for the PULP platform
*
* Copyright (C) 2018 Robert Balas
* Copyright (C) 2024 Robert Balas
*
* 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
Expand Down

0 comments on commit 84e65d9

Please sign in to comment.