Updated copyright.
This commit is contained in:
parent
cdf9a43b5f
commit
89b7769e1e
4 changed files with 5 additions and 5 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
BSD 3-Clause License
|
BSD 3-Clause License
|
||||||
|
|
||||||
Copyright (c) 2021, Erik C. Thauvin (erik@thauvin.net)
|
Copyright (c) 2021-2022, Erik C. Thauvin (erik@thauvin.net)
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (c) 2021, Erik C. Thauvin. All rights reserved.
|
// Copyright (c) 2021-2022, Erik C. Thauvin. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be found
|
// Use of this source code is governed by a BSD-style license that can be found
|
||||||
// in the LICENSE file.
|
// in the LICENSE file.
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@ Future<void> printError(CatError error) async {
|
||||||
// Prints the version info.
|
// Prints the version info.
|
||||||
Future<int> printVersion() async {
|
Future<int> printVersion() async {
|
||||||
stdout.writeln('''$appName (Dart cat) $appVersion
|
stdout.writeln('''$appName (Dart cat) $appVersion
|
||||||
Copyright (C) 2021 Erik C. Thauvin
|
Copyright (C) 2021-2022 Erik C. Thauvin
|
||||||
License 3-Clause BSD: <https://opensource.org/licenses/BSD-3-Clause>
|
License 3-Clause BSD: <https://opensource.org/licenses/BSD-3-Clause>
|
||||||
|
|
||||||
Written by Erik C. Thauvin <https://erik.thauvin.net/>
|
Written by Erik C. Thauvin <https://erik.thauvin.net/>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (c) 2021, Erik C. Thauvin. All rights reserved.
|
// Copyright (c) 2021-2022, Erik C. Thauvin. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be found
|
// Use of this source code is governed by a BSD-style license that can be found
|
||||||
// in the LICENSE file.
|
// in the LICENSE file.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (c) 2021, Erik C. Thauvin. All rights reserved.
|
// Copyright (c) 2021-2021, Erik C. Thauvin. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be found
|
// Use of this source code is governed by a BSD-style license that can be found
|
||||||
// in the LICENSE file.
|
// in the LICENSE file.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue