Skip to content

Commit 0969ee2

Browse files
committed
updated copyright
1 parent 4eb171e commit 0969ee2

11 files changed

+11
-11
lines changed

example/bin/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2025, 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/mdamount.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2025, 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/amount.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2025, 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/exceptions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2025, 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/formats.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2025, 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/amount_binary_operations_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2025, 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/amount_constructor_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2025, 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/amount_unary_operations_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2025, 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/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2025, 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/exceptions_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2025, 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/formats_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, the MarchDev Toolkit project authors. Please see the AUTHORS file
1+
// Copyright (c) 2025, 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)