Skip to content

Commit

Permalink
update date modified and copyright dates
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorbel1 committed Jan 4, 2024
1 parent ac55f45 commit fa54b65
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ ROHD is under active development. If you're interested in contributing, have fe

----------------

Copyright (C) 2021-2023 Intel Corporation
Copyright (C) 2021-2024 Intel Corporation
SPDX-License-Identifier: BSD-3-Clause
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Intel Corporation
// Copyright (C) 2023-2024 Intel Corporation
// SPDX-License-Identifier: BSD-3-Clause
//
// exercise_1_d_flip_flop.dart
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/chapter_7/shift_register.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Intel Corporation
// Copyright (C) 2023-2024 Intel Corporation
// SPDX-License-Identifier: BSD-3-Clause
//
// shift_register.dart
Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/_docs/A01-sample-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "ROHD Example"
permalink: /docs/sample-example/
excerpt: "Sample example of using ROHD."
last_modified_at: 2022-12-21
last_modified_at: 2024-01-04
toc: true
---

Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/_docs/B02-comparisons-with-alternatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Comparison with Alternatives"
permalink: /docs/comparison-with-alternatives/
excerpt: "Comparison with Alternatives"
last_modified_at: 2023-6-19
last_modified_at: 2024-01-04
toc: true
---

Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/_get-started/01-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Overview"
permalink: /get-started/overview/
excerpt: "Overview of ROHD framework."
last_modified_at: 2022-12-05
last_modified_at: 2024-01-04
toc: true
---

Expand Down
2 changes: 1 addition & 1 deletion lib/src/finite_state_machine.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2022-2023 Intel Corporation
// Copyright (C) 2022-2024 Intel Corporation
// SPDX-License-Identifier: BSD-3-Clause
//
// finite_state_machine.dart
Expand Down
2 changes: 1 addition & 1 deletion lib/src/simulator.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2021-2023 Intel Corporation
// Copyright (C) 2021-2024 Intel Corporation
// SPDX-License-Identifier: BSD-3-Clause
//
// simulator.dart
Expand Down
2 changes: 1 addition & 1 deletion test/fsm_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2022-2023 Intel Corporation
// Copyright (C) 2022-2024 Intel Corporation
// SPDX-License-Identifier: BSD-3-Clause
//
// fsm_test.dart
Expand Down
2 changes: 1 addition & 1 deletion test/simulator_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2021-2023 Intel Corporation
// Copyright (C) 2021-2024 Intel Corporation
// SPDX-License-Identifier: BSD-3-Clause
//
// simulator_test.dart
Expand Down

0 comments on commit fa54b65

Please sign in to comment.