Skip to content

Commit

Permalink
Adjust file headers for 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Nov 10, 2023
1 parent 094ef50 commit 5d3ddfe
Show file tree
Hide file tree
Showing 290 changed files with 936 additions and 1,245 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# Description: Central Makefile
#
# Version: <VERSION>
# Released: <DATE>
# Version: 5.3
# Released: 10.11.2023
#
# Author: Jan Treibig (jt), jan.treibig@gmail.com
# Project: likwid
#
# Copyright (C) 2016 Jan Treibig
# Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
#
# 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Header File allocator Module.
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: none
*
* Copyright (C) 2016 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/allocator_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Header File types of allocator Module.
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Thomas Gruber (tr), thomas.roehl@googlemail.com
* Project: none
*
* Copyright (C) 2016 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/barrier.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Header File barrier Module
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2016 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/barrier_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Type Definitions for barrier Module
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2016 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/isa_armv7.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: Definitions used for dynamically compile benchmarks for ARMv7 systems
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
*
* Copyright (C) 2019 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/isa_armv8.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: Definitions used for dynamically compile benchmarks for ARMv8 systems
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
*
* Copyright (C) 2019 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/isa_ppc64.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: Definitions used for dynamically compile benchmarks for POWER systems
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
*
* Copyright (C) 2019 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/isa_x86-64.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: Definitions used for dynamically compile benchmarks for x86-64 systems
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
*
* Copyright (C) 2019 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/isa_x86.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: Definitions used for dynamically compile benchmarks for x86 systems
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
*
* Copyright (C) 2019 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/ptt2asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: The interface to dynamically load ptt files
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
*
* Copyright (C) 2019 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/strUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: Some sting functions
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2016 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/test_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Type definitions for benchmarking framework
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2016 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/threads.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Header file of pthread interface module
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2016 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/includes/threads_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Types file for threads module.
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2016 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/likwid-bench.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: A flexible and extensible benchmarking toolbox
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2016 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/src/allocator.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Implementation of allocator module.
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2016 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/src/barrier.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Implementation of threaded spin loop barrier
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2016 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/src/bench.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
*
* Description: Benchmarking framework for likwid-bench
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Thomas Gruber (tr), thomas.roehl@googlemail.com
* Project: likwid
*
* Copyright (C) 2016 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/src/ptt2asm.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Description: The interface to dynamically load ptt files
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Thomas Gruber (tg), thomas.roehl@gmail.com
* Project: likwid
*
* Copyright (C) 2019 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/src/strUtil.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: Utility string routines building upon bstrlib
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com.
* Project: likwid
*
* Copyright (C) 2018 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
6 changes: 3 additions & 3 deletions bench/src/threads.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*
* Description: High level interface to pthreads
*
* Version: <VERSION>
* Released: <DATE>
* Version: 5.3
* Released: 10.11.2023
*
* Author: Jan Treibig (jt), jan.treibig@gmail.com
* Project: likwid
*
* Copyright (C) 2016 RRZE, University Erlangen-Nuremberg
* Copyright (C) 2023 RRZE, University Erlangen-Nuremberg
*
* 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 the Free Software
Expand Down
Loading

0 comments on commit 5d3ddfe

Please sign in to comment.