Skip to content

Commit 4770643

Browse files
committed
chore: update copyright year to 2026 & set same slogan everywhere
1 parent 3048670 commit 4770643

20 files changed

+39
-39
lines changed

installer/build_msi.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Music Sharity - Convert music links between streaming platforms
2-
# Copyright (C) 2025 Sikelio (Byte Roast)
1+
# Music Sharity - Share music across all platforms
2+
# Copyright (C) 2026 Sikelio (Byte Roast)
33

44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Music Sharity - Convert music links between streaming platforms
3-
* Copyright (C) 2025 Sikelio (Byte Roast)
2+
* Music Sharity - Share music across all platforms
3+
* Copyright (C) 2026 Sikelio (Byte Roast)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

lib/models/music_link.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Music Sharity - Convert music links between streaming platforms
3-
* Copyright (C) 2025 Sikelio (Byte Roast)
2+
* Music Sharity - Share music across all platforms
3+
* Copyright (C) 2026 Sikelio (Byte Roast)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

lib/models/track_metadata.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Music Sharity - Convert music links between streaming platforms
3-
* Copyright (C) 2025 Sikelio (Byte Roast)
2+
* Music Sharity - Share music across all platforms
3+
* Copyright (C) 2026 Sikelio (Byte Roast)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

lib/pages/about_page.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Music Sharity - Convert music links between streaming platforms
3-
* Copyright (C) 2025 Sikelio (Byte Roast)
2+
* Music Sharity - Share music across all platforms
3+
* Copyright (C) 2026 Sikelio (Byte Roast)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
@@ -87,7 +87,7 @@ class _AboutPageState extends State<AboutPage> {
8787

8888
const Center(
8989
child: Text(
90-
'Convert music links between streaming platforms',
90+
'Share music across all platforms',
9191
textAlign: TextAlign.center,
9292
style: TextStyle(fontSize: 14, color: Colors.grey),
9393
),
@@ -151,7 +151,7 @@ class _AboutPageState extends State<AboutPage> {
151151

152152
Center(
153153
child: Text(
154-
2025 Byte Roast',
154+
2026 Byte Roast',
155155
style: TextStyle(fontSize: 12, color: Colors.grey[600]),
156156
),
157157
),

lib/pages/conversion_page.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Music Sharity - Convert music links between streaming platforms
3-
* Copyright (C) 2025 Sikelio (Byte Roast)
2+
* Music Sharity - Share music across all platforms
3+
* Copyright (C) 2026 Sikelio (Byte Roast)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

lib/pages/home_page.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Music Sharity - Convert music links between streaming platforms
3-
* Copyright (C) 2025 Sikelio (Byte Roast)
2+
* Music Sharity - Share music across all platforms
3+
* Copyright (C) 2026 Sikelio (Byte Roast)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
@@ -117,7 +117,7 @@ class _HomePageState extends State<HomePage> {
117117
const SizedBox(height: 20),
118118

119119
const Text(
120-
'Share your music between all platforms',
120+
'Share music across all platforms',
121121
textAlign: TextAlign.center,
122122
style: TextStyle(fontSize: 24, fontWeight: FontWeight.bold),
123123
),

lib/services/music_converter_service.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Music Sharity - Convert music links between streaming platforms
3-
* Copyright (C) 2025 Sikelio (Byte Roast)
2+
* Music Sharity - Share music across all platforms
3+
* Copyright (C) 2026 Sikelio (Byte Roast)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

lib/services/odesli_service.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Music Sharity - Convert music links between streaming platforms
3-
* Copyright (C) 2025 Sikelio (Byte Roast)
2+
* Music Sharity - Share music across all platforms
3+
* Copyright (C) 2026 Sikelio (Byte Roast)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

lib/theme/app_theme.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Music Sharity - Convert music links between streaming platforms
3-
* Copyright (C) 2025 Sikelio (Byte Roast)
2+
* Music Sharity - Share music across all platforms
3+
* Copyright (C) 2026 Sikelio (Byte Roast)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)