Skip to content

Commit 1622af5

Browse files
Update copyright to 2025
1 parent a4de90d commit 1622af5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+163
-35
lines changed

build.rs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
// Furtherance - Track your time without being tracked
2+
// Copyright (C) 2025 Ricky Kresslein <[email protected]>
3+
//
4+
// This program is free software: you can redistribute it and/or modify
5+
// it under the terms of the GNU General Public License as published by
6+
// the Free Software Foundation, either version 3 of the License, or
7+
// (at your option) any later version.
8+
//
9+
// This program is distributed in the hope that it will be useful,
10+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
// GNU General Public License for more details.
13+
//
14+
// You should have received a copy of the GNU General Public License
15+
// along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
117
use std::env;
218
use std::fs;
319

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Furtherance - Track your time without being tracked
2-
// Copyright (C) 2024 Ricky Kresslein <[email protected]>
2+
// Copyright (C) 2025 Ricky Kresslein <[email protected]>
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

src/autosave.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Furtherance - Track your time without being tracked
2-
// Copyright (C) 2024 Ricky Kresslein <[email protected]>
2+
// Copyright (C) 2025 Ricky Kresslein <[email protected]>
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

src/charts/all_charts.rs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
// Furtherance - Track your time without being tracked
2+
// Copyright (C) 2025 Ricky Kresslein <[email protected]>
3+
//
4+
// This program is free software: you can redistribute it and/or modify
5+
// it under the terms of the GNU General Public License as published by
6+
// the Free Software Foundation, either version 3 of the License, or
7+
// (at your option) any later version.
8+
//
9+
// This program is distributed in the hope that it will be useful,
10+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
// GNU General Public License for more details.
13+
//
14+
// You should have received a copy of the GNU General Public License
15+
// along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
117
use plotters::style::{
218
full_palette::{BLACK, WHITE},
319
RGBColor,

src/charts/average_earnings_chart.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Furtherance - Track your time without being tracked
2-
// Copyright (C) 2022 Ricky Kresslein <[email protected]>
2+
// Copyright (C) 2025 Ricky Kresslein <[email protected]>
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

src/charts/average_time_chart.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Furtherance - Track your time without being tracked
2-
// Copyright (C) 2022 Ricky Kresslein <[email protected]>
2+
// Copyright (C) 2025 Ricky Kresslein <[email protected]>
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

src/charts/earnings_chart.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Furtherance - Track your time without being tracked
2-
// Copyright (C) 2022 Ricky Kresslein <[email protected]>
2+
// Copyright (C) 2025 Ricky Kresslein <[email protected]>
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

src/charts/selection_earnings_recorded_chart.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Furtherance - Track your time without being tracked
2-
// Copyright (C) 2022 Ricky Kresslein <[email protected]>
2+
// Copyright (C) 2025 Ricky Kresslein <[email protected]>
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

src/charts/selection_time_recorded_chart.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Furtherance - Track your time without being tracked
2-
// Copyright (C) 2022 Ricky Kresslein <[email protected]>
2+
// Copyright (C) 2025 Ricky Kresslein <[email protected]>
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

src/charts/time_recorded_chart.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Furtherance - Track your time without being tracked
2-
// Copyright (C) 2022 Ricky Kresslein <[email protected]>
2+
// Copyright (C) 2025 Ricky Kresslein <[email protected]>
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

0 commit comments

Comments
 (0)