Skip to content

Commit 5fa4afb

Browse files
committed
[MAINTENANCE]: Small change in files header
1 parent e42720b commit 5fa4afb

File tree

14 files changed

+15
-14
lines changed

14 files changed

+15
-14
lines changed

examples/common/rst_sync.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- PROJECT: SIMPLE UART FOR FPGA
33
--------------------------------------------------------------------------------
44
-- AUTHORS: Jakub Cabal <jakubcabal@gmail.com>
5-
-- LICENSE: The MIT License (MIT), please read LICENSE file
5+
-- LICENSE: The MIT License, please read LICENSE file
66
-- WEBSITE: https://github.com/jakubcabal/uart-for-fpga
77
--------------------------------------------------------------------------------
88

examples/loopback/quartus/uart_loopback_cyc1000.qpf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# PROJECT: SIMPLE UART FOR FPGA
33
#-------------------------------------------------------------------------------
44
# AUTHORS: Jakub Cabal <jakubcabal@gmail.com>
5-
# LICENSE: The MIT License (MIT), please read LICENSE file
5+
# LICENSE: The MIT License, please read LICENSE file
66
# WEBSITE: https://github.com/jakubcabal/uart-for-fpga
77
#-------------------------------------------------------------------------------
88

examples/loopback/quartus/uart_loopback_cyc1000.sdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# PROJECT: SIMPLE UART FOR FPGA
33
#-------------------------------------------------------------------------------
44
# AUTHORS: Jakub Cabal <jakubcabal@gmail.com>
5-
# LICENSE: The MIT License (MIT), please read LICENSE file
5+
# LICENSE: The MIT License, please read LICENSE file
66
# WEBSITE: https://github.com/jakubcabal/uart-for-fpga
77
#-------------------------------------------------------------------------------
88

examples/loopback/uart_loopback_cyc1000.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- PROJECT: SIMPLE UART FOR FPGA
33
--------------------------------------------------------------------------------
44
-- AUTHORS: Jakub Cabal <jakubcabal@gmail.com>
5-
-- LICENSE: The MIT License (MIT), please read LICENSE file
5+
-- LICENSE: The MIT License, please read LICENSE file
66
-- WEBSITE: https://github.com/jakubcabal/uart-for-fpga
77
--------------------------------------------------------------------------------
88

examples/uart2wb/quartus/uart2wb_cyc1000.qpf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# PROJECT: SIMPLE UART FOR FPGA
33
#-------------------------------------------------------------------------------
44
# AUTHORS: Jakub Cabal <jakubcabal@gmail.com>
5-
# LICENSE: The MIT License (MIT), please read LICENSE file
5+
# LICENSE: The MIT License, please read LICENSE file
66
# WEBSITE: https://github.com/jakubcabal/uart-for-fpga
77
#-------------------------------------------------------------------------------
88

examples/uart2wb/quartus/uart2wb_cyc1000.sdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# PROJECT: SIMPLE UART FOR FPGA
33
#-------------------------------------------------------------------------------
44
# AUTHORS: Jakub Cabal <jakubcabal@gmail.com>
5-
# LICENSE: The MIT License (MIT), please read LICENSE file
5+
# LICENSE: The MIT License, please read LICENSE file
66
# WEBSITE: https://github.com/jakubcabal/uart-for-fpga
77
#-------------------------------------------------------------------------------
88

rtl/comp/uart_clk_div.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- PROJECT: SIMPLE UART FOR FPGA
33
--------------------------------------------------------------------------------
44
-- AUTHORS: Jakub Cabal <jakubcabal@gmail.com>
5-
-- LICENSE: The MIT License (MIT), please read LICENSE file
5+
-- LICENSE: The MIT License, please read LICENSE file
66
-- WEBSITE: https://github.com/jakubcabal/uart-for-fpga
77
--------------------------------------------------------------------------------
88

rtl/comp/uart_debouncer.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- PROJECT: SIMPLE UART FOR FPGA
33
--------------------------------------------------------------------------------
44
-- AUTHORS: Jakub Cabal <jakubcabal@gmail.com>
5-
-- LICENSE: The MIT License (MIT), please read LICENSE file
5+
-- LICENSE: The MIT License, please read LICENSE file
66
-- WEBSITE: https://github.com/jakubcabal/uart-for-fpga
77
--------------------------------------------------------------------------------
88

rtl/comp/uart_parity.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- PROJECT: SIMPLE UART FOR FPGA
33
--------------------------------------------------------------------------------
44
-- AUTHORS: Jakub Cabal <jakubcabal@gmail.com>
5-
-- LICENSE: The MIT License (MIT), please read LICENSE file
5+
-- LICENSE: The MIT License, please read LICENSE file
66
-- WEBSITE: https://github.com/jakubcabal/uart-for-fpga
77
--------------------------------------------------------------------------------
88

rtl/comp/uart_rx.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- PROJECT: SIMPLE UART FOR FPGA
33
--------------------------------------------------------------------------------
44
-- AUTHORS: Jakub Cabal <jakubcabal@gmail.com>
5-
-- LICENSE: The MIT License (MIT), please read LICENSE file
5+
-- LICENSE: The MIT License, please read LICENSE file
66
-- WEBSITE: https://github.com/jakubcabal/uart-for-fpga
77
--------------------------------------------------------------------------------
88

0 commit comments

Comments
 (0)