From a34a8a45be229097ee3d77dc9c043c2aded14836 Mon Sep 17 00:00:00 2001 From: dbalsom Date: Mon, 1 Jul 2024 10:00:51 -0400 Subject: [PATCH] Fix attribution url --- examples/play_tune/src/main.rs | 2 +- examples/play_tune/src/music_player.rs | 2 +- examples/play_tune/src/opl.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/play_tune/src/main.rs b/examples/play_tune/src/main.rs index 595f037..6037506 100644 --- a/examples/play_tune/src/main.rs +++ b/examples/play_tune/src/main.rs @@ -6,7 +6,7 @@ //! Original code (C) Maarten Janssen (maarten@cheerful.nl) 2016-04-13 //! https://github.com/DhrBaksteen/ArduinoOPL2 //! Hacked for a OPL2LPT test program Peter De Wachter (pdewacht@gmail.com). -//! https://github.com/pdewacht/adlipt/issues +//! https://github.com/pdewacht/adlipt //! Rewritten in Rust by Daniel Balsom for opl3-rs //! //! Permission is hereby granted, free of charge, to any person obtaining a copy of this software diff --git a/examples/play_tune/src/music_player.rs b/examples/play_tune/src/music_player.rs index 7971c2f..566c559 100644 --- a/examples/play_tune/src/music_player.rs +++ b/examples/play_tune/src/music_player.rs @@ -3,7 +3,7 @@ //! Original code (C) Maarten Janssen (maarten@cheerful.nl) 2016-04-13 //! https://github.com/DhrBaksteen/ArduinoOPL2 //! Hacked for a OPL2LPT test program Peter De Wachter (pdewacht@gmail.com). -//! https://github.com/pdewacht/adlipt/issues +//! https://github.com/pdewacht/adlipt //! Rewritten in Rust by Daniel Balsom for opl3-rs //! //! Permission is hereby granted, free of charge, to any person obtaining a copy of this software diff --git a/examples/play_tune/src/opl.rs b/examples/play_tune/src/opl.rs index d65d607..49ecd80 100644 --- a/examples/play_tune/src/opl.rs +++ b/examples/play_tune/src/opl.rs @@ -4,7 +4,7 @@ //! Original code (C) Maarten Janssen (maarten@cheerful.nl) 2016-04-13 //! https://github.com/DhrBaksteen/ArduinoOPL2 //! Hacked for a OPL2LPT test program Peter De Wachter (pdewacht@gmail.com). -//! https://github.com/pdewacht/adlipt/issues +//! https://github.com/pdewacht/adlipt //! Rewritten in Rust by Daniel Balsom for opl3-rs //! //! Permission is hereby granted, free of charge, to any person obtaining a copy of this software