Skip to content

Commit 0a23ed3

Browse files
committed
Adjusted copyright test to "The PoC-Library Authors".
1 parent dff69d6 commit 0a23ed3

41 files changed

Lines changed: 298 additions & 298 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/_extensions/DocumentMember.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
# License:
1515
# ==============================================================================
16-
# Copyright 2007-2016 Patrick Lehmann - Dresden, Germany
16+
# Copryright 2017-2025 The PoC-Library Authors
1717
#
1818
# Licensed under the Apache License, Version 2.0 (the "License");
1919
# you may not use this file except in compliance with the License.

poc.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
# License:
1717
# ==============================================================================
18-
# Copyright 2017-2018 Patrick Lehmann - Bötzingen, Germany
18+
# Copryright 2017-2025 The PoC-Library Authors
1919
# Copyright 2007-2016 Technische Universitaet Dresden - Germany
2020
# Chair of VLSI-Design, Diagnostics and Architecture
2121
#

poc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020
# License:
2121
# ==============================================================================
22-
# Copyright 2017-2018 Patrick Lehmann - Bötzingen, Germany
22+
# Copryright 2017-2025 The PoC-Library Authors
2323
# Copyright 2007-2016 Technische Universitaet Dresden - Germany
2424
# Chair of VLSI-Design, Diagnostics and Architecture
2525
#

regression.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# License:
66
# =============================================================================
7-
# Copyright 2018-2019 PLC2 Design GmbH, Germany
7+
# Copryright 2017-2025 The PoC-Library Authors
88
#
99
# Licensed under the Apache License, Version 2.0 (the "License");
1010
# you may not use this file except in compliance with the License.

src/arith/arith.pkg.vhdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
--
1616
-- License:
1717
-- =============================================================================
18-
-- Copyright 2024 PLC2 Design GmbH, Endingen - Germany
18+
-- Copryright 2017-2025 The PoC-Library Authors
1919
-- Copyright 2007-2016 Technische Universitaet Dresden - Germany
2020
-- Chair of VLSI-Design, Diagnostics and Architecture
2121
--

src/arith/arith_prng.vhdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
--
2121
-- License:
2222
-- =============================================================================
23-
-- Copyright 2024 PLC2 Design GmbH, Endingen - Germany
23+
-- Copryright 2017-2025 The PoC-Library Authors
2424
-- Copyright 2007-2016 Technische Universitaet Dresden - Germany
2525
-- Chair of VLSI-Design, Diagnostics and Architecture
2626
--

src/bus/stream/stream.pkg.vhdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
--
2828
-- License:
2929
-- =============================================================================
30-
-- Copyright 2024 PLC2 Design GmbH, Endingen - Germany
30+
-- Copryright 2017-2025 The PoC-Library Authors
3131
-- Copyright 2007-2016 Technische Universitaet Dresden - Germany
3232
-- Chair of VLSI-Design, Diagnostics and Architecture
3333
--

src/bus/stream/stream_FrameGenerator.vhdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
--
1313
-- License:
1414
-- =============================================================================
15-
-- Copyright 2024-2025 PLC2 Design GmbH, Endingen - Germany
15+
-- Copryright 2017-2025 The PoC-Library Authors
1616
-- Copyright 2007-2016 Technische Universitaet Dresden - Germany
1717
-- Chair of VLSI-Design, Diagnostics and Architecture
1818
--

src/cache/cache_tagunit_seq.vhdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
--
1313
-- License:
1414
-- =============================================================================
15-
-- Copyright 2023 PLC2 Design GmbH, Endingen - Germany
15+
-- Copryright 2017-2025 The PoC-Library Authors
1616
-- Copyright 2007-2014 Technische Universitaet Dresden - Germany
1717
-- Chair of VLSI-Design, Diagnostics and Architecture
1818
--

src/common/components.vhdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
--
1919
-- License:
2020
-- =============================================================================
21-
-- Copyright 2023 PLC2 Design GmbH, Endingen - Germany
21+
-- Copryright 2017-2025 The PoC-Library Authors
2222
-- Copyright 2007-2016 Technische Universitaet Dresden - Germany
2323
-- Chair of VLSI-Design, Diagnostics and Architecture
2424
--
@@ -207,7 +207,7 @@ package body components is
207207
return cnt;
208208
end if;
209209
end function;
210-
210+
211211
function downcounter_next(cnt : signed; rst : std_logic := '0'; en : std_logic := '1'; constant INIT : integer := 0) return signed is
212212
begin
213213
if (rst = '1') then

0 commit comments

Comments
 (0)