Skip to content

Commit

Permalink
don't need copyright year bump unless it's actually innovative
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelraz committed Jan 7, 2025
1 parent 1b2ffc2 commit e9dd316
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cloudflare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Ferrous Systems Cloudflare Deployment Script
#
# Copyright (c) Ferrous Systems, 2025
# Copyright (c) Ferrous Systems, 2024
#
# This script will find every tag in this repo and build the material.

Expand Down
2 changes: 1 addition & 1 deletion exercise-book/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 Inter

We encourage the use of this material, under the terms of the above license, in the production and/or delivery of commercial or open-source Rust training programmes.

Copyright (c) Ferrous Systems, 2025
Copyright (c) Ferrous Systems, 2024
2 changes: 1 addition & 1 deletion qemu-code/uart-driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! Written by Jonathan Pallant at Ferrous Systems
//!
//! Copyright (c) Ferrous Systems, 2025
//! Copyright (c) Ferrous Systems, 2024
#![no_std]

Expand Down
2 changes: 1 addition & 1 deletion qemu-code/uart-driver/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! Written by Jonathan Pallant at Ferrous Systems
//!
//! Copyright (c) Ferrous Systems, 2025
//! Copyright (c) Ferrous Systems, 2024
#![no_std]
#![no_main]
Expand Down
2 changes: 1 addition & 1 deletion qemu-code/uart-driver/src/uart_driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! Written by Jonathan Pallant at Ferrous Systems
//!
//! Copyright (c) Ferrous Systems, 2025
//! Copyright (c) Ferrous Systems, 2024
#![allow(unused)]

Expand Down
2 changes: 1 addition & 1 deletion qemu-code/uart-driver/src/uart_driver_solution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! Written by Jonathan Pallant at Ferrous Systems
//!
//! Copyright (c) Ferrous Systems, 2025
//! Copyright (c) Ferrous Systems, 2024
/// A driver for CMSDK Uart
pub struct Uart<const ADDR: usize>();
Expand Down

0 comments on commit e9dd316

Please sign in to comment.