add header comments

This commit is contained in:
Luke 2017-05-04 12:33:40 -07:00
parent 5dbe726593
commit 0b6b00873e
4 changed files with 28 additions and 0 deletions

View File

@ -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; library router;
import 'package:flutter/foundation.dart'; import 'package:flutter/foundation.dart';

View File

@ -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; part of router;
/// ///

View File

@ -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; part of router;
enum TransitionType { enum TransitionType {

View File

@ -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; part of router;
enum RouteTreeNodeType { enum RouteTreeNodeType {