Skip to content

Commit 265160e

Browse files
committed
updated authors, copyright
1 parent 3a28128 commit 265160e

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
MarchDev Toolkit <eo.march.dev@gmail.com>
77
- Oleh Marchenko <oleh.marchenko.95@gmail.com>
8-
- Elena Marchenko <eo.marchenko96@gmail.com>
8+
- Olena Marchenko <eo.marchenko96@gmail.com>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2021, MarchDev Toolkit
3+
Copyright (c) 2021-2026, MarchDev Toolkit
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2021-2026, the MarchDev Toolkit project authors. Please see the AUTHORS file
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

lib/cross_platform.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2021-2026, the MarchDev Toolkit project authors. Please see the AUTHORS file
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.library cross_platform;
44

lib/src/platform.interface.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2021-2026, the MarchDev Toolkit project authors. Please see the AUTHORS file
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

lib/src/platform.io.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2021-2026, the MarchDev Toolkit project authors. Please see the AUTHORS file
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

lib/src/platform.stub.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2021-2026, the MarchDev Toolkit project authors. Please see the AUTHORS file
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

lib/src/platform.web.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2021-2026, the MarchDev Toolkit project authors. Please see the AUTHORS file
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

test/cross_platform_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2021-2026, the MarchDev Toolkit project authors. Please see the AUTHORS file
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

0 commit comments

Comments
 (0)