Skip to content

Commit

Permalink
Get rid of all the library tags.
Browse files Browse the repository at this point in the history
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1578413003 .
  • Loading branch information
nex3 committed Jan 13, 2016
1 parent 01b7d09 commit 54d81d9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions lib/glob.dart
Expand Up @@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

library glob;

import 'dart:async';
import 'dart:io';

Expand Down
2 changes: 0 additions & 2 deletions lib/src/ast.dart
Expand Up @@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

library glob.ast;

import 'package:path/path.dart' as p;
import 'package:collection/collection.dart';

Expand Down
2 changes: 0 additions & 2 deletions lib/src/list_tree.dart
Expand Up @@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

library glob.list_tree;

import 'dart:io';
import 'dart:async';

Expand Down
2 changes: 0 additions & 2 deletions lib/src/parser.dart
Expand Up @@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

library glob.single_component;

import 'package:path/path.dart' as p;
import 'package:string_scanner/string_scanner.dart';

Expand Down
2 changes: 0 additions & 2 deletions lib/src/stream_pool.dart
Expand Up @@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

library glob.stream_pool;

import 'dart:async';

/// A pool of streams whose events are unified and emitted through a central
Expand Down
2 changes: 0 additions & 2 deletions lib/src/utils.dart
Expand Up @@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

library glob.utils;

import 'package:path/path.dart' as p;

/// A range from [min] to [max], inclusive.
Expand Down

0 comments on commit 54d81d9

Please sign in to comment.