Browse Source

add header comments

Luke 8 years ago
parent
commit
0b6b00873e
4 changed files with 28 additions and 0 deletions
  1. 7 0
      lib/router.dart
  2. 7 0
      lib/src/common.dart
  3. 7 0
      lib/src/router.dart
  4. 7 0
      lib/src/tree.dart

+ 7 - 0
lib/router.dart

@@ -1,3 +1,10 @@
+/*
+ * router
+ * A Posse Production
+ * http://goposse.com
+ * Copyright (c) 2017 Posse Productions LLC. All rights reserved.
+ * See LICENSE for distribution and usage details.
+ */
 library router;
 
 import 'package:flutter/foundation.dart';

+ 7 - 0
lib/src/common.dart

@@ -1,3 +1,10 @@
+/*
+ * router
+ * A Posse Production
+ * http://goposse.com
+ * Copyright (c) 2017 Posse Productions LLC. All rights reserved.
+ * See LICENSE for distribution and usage details.
+ */
 part of router;
 
 ///

+ 7 - 0
lib/src/router.dart

@@ -1,3 +1,10 @@
+/*
+ * router
+ * A Posse Production
+ * http://goposse.com
+ * Copyright (c) 2017 Posse Productions LLC. All rights reserved.
+ * See LICENSE for distribution and usage details.
+ */
 part of router;
 
 enum TransitionType {

+ 7 - 0
lib/src/tree.dart

@@ -1,3 +1,10 @@
+/*
+ * router
+ * A Posse Production
+ * http://goposse.com
+ * Copyright (c) 2017 Posse Productions LLC. All rights reserved.
+ * See LICENSE for distribution and usage details.
+ */
 part of router;
 
 enum RouteTreeNodeType {