Skip to content

Commit 8407315

Browse files
committed
Added missing (c) symbol
1 parent 912dbd4 commit 8407315

23 files changed

+23
-23
lines changed

heos-dial/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/// @package heos-dial
33
///
44
/// @file Build file
5-
/// @copyright 2024-present Christoph Kappel <christoph@unexist.dev>
5+
/// @copyright (c) 2024-present Christoph Kappel <christoph@unexist.dev>
66
/// @version $Id$
77
///
88
/// This program can be distributed under the terms of the GNU GPLv3.

heos-dial/src/encoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/// @package heos-dial
33
///
44
/// @file Encoder helper
5-
/// @copyright 2024-present Christoph Kappel <christoph@unexist.dev>
5+
/// @copyright (c) 2024-present Christoph Kappel <christoph@unexist.dev>
66
/// @version $Id$
77
///
88
/// This program can be distributed under the terms of the GNU GPLv3.

heos-dial/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/// @package heos-dial
66
///
77
/// @file Main file
8-
/// @copyright 2024-present Christoph Kappel <christoph@unexist.dev>
8+
/// @copyright (c) 2024-present Christoph Kappel <christoph@unexist.dev>
99
/// @version $Id$
1010
///
1111
/// This program can be distributed under the terms of the GNU GPLv3.

heos-dial/src/wifi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/// @package heos-dial
33
///
44
/// @file Wifi helper
5-
/// @copyright 2024-present Christoph Kappel <christoph@unexist.dev>
5+
/// @copyright (c) 2024-present Christoph Kappel <christoph@unexist.dev>
66
/// @version $Id$
77
///
88
/// This program can be distributed under the terms of the GNU GPLv3.

heos-lib/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/// @package heos-dial
33
///
44
/// @file HEOS lib
5-
/// @copyright 2024-present Christoph Kappel <christoph@unexist.dev>
5+
/// @copyright (c) 2024-present Christoph Kappel <christoph@unexist.dev>
66
/// @version $Id$
77
///
88
/// This program can be distributed under the terms of the GNU GPLv3.

heos-lib/src/heos.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/// @package heos-dial
33
///
44
/// @file HEOS lib
5-
/// @copyright 2024-present Christoph Kappel <christoph@unexist.dev>
5+
/// @copyright (c) 2024-present Christoph Kappel <christoph@unexist.dev>
66
/// @version $Id$
77
///
88
/// This program can be distributed under the terms of the GNU GPLv3.

heos-lib/src/heos_command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/// @package heos-dial
33
///
44
/// @file HEOS lib
5-
/// @copyright 2024-present Christoph Kappel <christoph@unexist.dev>
5+
/// @copyright (c) 2024-present Christoph Kappel <christoph@unexist.dev>
66
/// @version $Id$
77
///
88
/// This program can be distributed under the terms of the GNU GPLv3.

heos-lib/src/heos_command_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/// @package heos-dial
33
///
44
/// @file HEOS protocol helper tests
5-
/// @copyright 2024-present Christoph Kappel <christoph@unexist.dev>
5+
/// @copyright (c) 2024-present Christoph Kappel <christoph@unexist.dev>
66
/// @version $Id$
77
///
88
/// This program can be distributed under the terms of the GNU GPLv3.

heos-lib/src/heos_device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/// @package heos-dial
33
///
44
/// @file HEOS lib
5-
/// @copyright 2024-present Christoph Kappel <christoph@unexist.dev>
5+
/// @copyright (c) 2024-present Christoph Kappel <christoph@unexist.dev>
66
/// @version $Id$
77
///
88
/// This program can be distributed under the terms of the GNU GPLv3.

heos-lib/src/heos_device_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/// @package heos-dial
33
///
44
/// @file HEOS protocol helper tests
5-
/// @copyright 2024-present Christoph Kappel <christoph@unexist.dev>
5+
/// @copyright (c) 2024-present Christoph Kappel <christoph@unexist.dev>
66
/// @version $Id$
77
///
88
/// This program can be distributed under the terms of the GNU GPLv3.

0 commit comments

Comments
 (0)