Skip to content

Commit cb1d23c

Browse files
committed
Updated source file headers
1 parent 31770c0 commit cb1d23c

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ session.cancel();
9595

9696
## License
9797

98-
EmblaCore is Copyright © 2024 [Miðeind ehf.](https://mideind.is)
98+
EmblaCore is Copyright © 2023-2025 [Miðeind ehf.](https://mideind.is)
9999

100100
<a href="https://mideind.is"><img src="https://github.com/mideind/EmblaCoreFlutter/raw/master/img/mideind_logo.png" alt="Miðeind ehf."
101101
width="214" height="66" align="right" style="margin-left:20px; margin-bottom: 20px;"></a>

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the EmblaCore Flutter package example
3-
* Copyright (c) 2024 Miðeind ehf. <[email protected]>
3+
* Copyright (c) 2023-2025 Miðeind ehf. <[email protected]>
44
* Original author: Sveinbjorn Thordarson
55
*
66
* This program is free software: you can redistribute it and/or modify

lib/embla_core.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of the EmblaCore Flutter package
33
*
4-
* Copyright (c) 2024 Miðeind ehf. <[email protected]>
4+
* Copyright (c) 2023-2025 Miðeind ehf. <[email protected]>
55
* Original author: Sveinbjorn Thordarson
66
*
77
* This program is free software: you can redistribute it and/or modify

lib/src/api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of the EmblaCore Flutter package
33
*
4-
* Copyright (c) 2024 Miðeind ehf. <[email protected]>
4+
* Copyright (c) 2023-2025 Miðeind ehf. <[email protected]>
55
* Original author: Sveinbjorn Thordarson
66
*
77
* This program is free software: you can redistribute it and/or modify

lib/src/audio.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of the EmblaCore Flutter package
33
*
4-
* Copyright (c) 2024 Miðeind ehf. <[email protected]>
4+
* Copyright (c) 2023-2025 Miðeind ehf. <[email protected]>
55
* Original author: Sveinbjorn Thordarson
66
*
77
* This program is free software: you can redistribute it and/or modify

lib/src/common.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of the EmblaCore Flutter package
33
*
4-
* Copyright (c) 2024 Miðeind ehf. <[email protected]>
4+
* Copyright (c) 2023-2025 Miðeind ehf. <[email protected]>
55
* Original author: Sveinbjorn Thordarson
66
*
77
* This program is free software: you can redistribute it and/or modify

lib/src/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of the EmblaCore Flutter package
33
*
4-
* Copyright (c) 2024 Miðeind ehf. <[email protected]>
4+
* Copyright (c) 2023-2025 Miðeind ehf. <[email protected]>
55
* Original author: Sveinbjorn Thordarson
66
*
77
* This program is free software: you can redistribute it and/or modify

lib/src/messages.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of the EmblaCore Flutter package
33
*
4-
* Copyright (c) 2024 Miðeind ehf. <[email protected]>
4+
* Copyright (c) 2023-2025 Miðeind ehf. <[email protected]>
55
* Original author: Sveinbjorn Thordarson
66
*
77
* This program is free software: you can redistribute it and/or modify

lib/src/recorder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of the EmblaCore Flutter package
33
*
4-
* Copyright (c) 2024 Miðeind ehf. <[email protected]>
4+
* Copyright (c) 2023-2025 Miðeind ehf. <[email protected]>
55
* Original author: Sveinbjorn Thordarson
66
*
77
* This program is free software: you can redistribute it and/or modify

lib/src/session.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of the EmblaCore Flutter package
33
*
4-
* Copyright (c) 2024 Miðeind ehf. <[email protected]>
4+
* Copyright (c) 2023-2025 Miðeind ehf. <[email protected]>
55
* Original author: Sveinbjorn Thordarson
66
*
77
* This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)