Explorar o código

add header comments

Luke %!s(int64=8) %!d(string=hai) anos
pai
achega
0b6b00873e
Modificáronse 4 ficheiros con 28 adicións e 0 borrados
  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 {