Skip to content

Commit

Permalink
Update copyright notes for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed May 18, 2024
1 parent b998846 commit f350181
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2022 Jochen Kupperschmidt
Copyright (c) 2022-2024 Jochen Kupperschmidt

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion src/assembly.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Jochen Kupperschmidt
* Copyright 2022-2024 Jochen Kupperschmidt
* License: MIT (see file `LICENSE` for details)
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Jochen Kupperschmidt
* Copyright 2022-2024 Jochen Kupperschmidt
* License: MIT (see file `LICENSE` for details)
*/

Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Jochen Kupperschmidt
* Copyright 2022-2024 Jochen Kupperschmidt
* License: MIT (see file `LICENSE` for details)
*/

Expand Down
2 changes: 1 addition & 1 deletion src/discord_api.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Jochen Kupperschmidt
* Copyright 2022-2024 Jochen Kupperschmidt
* License: MIT (see file `LICENSE` for details)
*/

Expand Down
2 changes: 1 addition & 1 deletion src/io.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Jochen Kupperschmidt
* Copyright 2022-2024 Jochen Kupperschmidt
* License: MIT (see file `LICENSE` for details)
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Jochen Kupperschmidt
* Copyright 2022-2024 Jochen Kupperschmidt
* License: MIT (see file `LICENSE` for details)
*/

Expand Down
2 changes: 1 addition & 1 deletion src/model.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Jochen Kupperschmidt
* Copyright 2022-2024 Jochen Kupperschmidt
* License: MIT (see file `LICENSE` for details)
*/

Expand Down
2 changes: 1 addition & 1 deletion src/templating.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Jochen Kupperschmidt
* Copyright 2022-2024 Jochen Kupperschmidt
* License: MIT (see file `LICENSE` for details)
*/

Expand Down

0 comments on commit f350181

Please sign in to comment.