Skip to content

Commit 66ae886

Browse files
committed
removed incorrect copy right.
1 parent f5b4cf4 commit 66ae886

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

dcli/example/example.dart

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
#! /usr/bin/env dcli
2-
/* Copyright (C) S. Brett Sutton - All Rights Reserved
3-
* Unauthorized copying of this file, via any medium is strictly prohibited
4-
* Proprietary and confidential
5-
* Written by Brett Sutton <bsutton@onepub.dev>, Jan 2022
6-
*/
7-
8-
import 'dart:io';
92

103
import 'package:dcli/dcli.dart';
114
import 'package:path/path.dart';
@@ -97,7 +90,7 @@ void main() {
9790
// Review our good woork.
9891
cat(restingPlace);
9992

100-
read(restingPlace, delim: Platform().eol).forEach(print);
93+
read(restingPlace, delim: eol).forEach(print);
10194

10295
// ask the user if we are ready to publish.
10396
// But we can't do this in a vscode debug session

0 commit comments

Comments
 (0)