Ver código fonte

license updates

Luke 8 anos atrás
pai
commit
d80bef62fd

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Router
+Fluro
 
 Created by Posse in NYC
 http://goposse.com

+ 1 - 1
example/lib/app.dart

@@ -1,5 +1,5 @@
 /*
- * router
+ * fluro
  * A Posse Production
  * http://goposse.com
  * Copyright (c) 2017 Posse Productions LLC. All rights reserved.

+ 7 - 0
example/lib/config/application.dart

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

+ 1 - 1
example/lib/config/route_handlers.dart

@@ -1,5 +1,5 @@
 /*
- * router
+ * fluro
  * A Posse Production
  * http://goposse.com
  * Copyright (c) 2017 Posse Productions LLC. All rights reserved.

+ 1 - 1
example/lib/helpers/color_helpers.dart

@@ -1,5 +1,5 @@
 /*
- * router
+ * fluro
  * A Posse Production
  * http://goposse.com
  * Copyright (c) 2017 Posse Productions LLC. All rights reserved.

+ 1 - 1
example/lib/main.dart

@@ -1,5 +1,5 @@
 /*
- * router
+ * fluro
  * A Posse Production
  * http://goposse.com
  * Copyright (c) 2017 Posse Productions LLC. All rights reserved.

+ 1 - 1
example/lib/screens/home_screen.dart

@@ -1,5 +1,5 @@
 /*
- * router
+ * fluro
  * A Posse Production
  * http://goposse.com
  * Copyright (c) 2017 Posse Productions LLC. All rights reserved.

+ 1 - 1
example/lib/screens/test_screen_01.dart

@@ -1,5 +1,5 @@
 /*
- * router
+ * fluro
  * A Posse Production
  * http://goposse.com
  * Copyright (c) 2017 Posse Productions LLC. All rights reserved.

+ 1 - 1
lib/fluro.dart

@@ -1,5 +1,5 @@
 /*
- * router
+ * fluro
  * A Posse Production
  * http://goposse.com
  * Copyright (c) 2017 Posse Productions LLC. All rights reserved.

+ 1 - 1
lib/src/common.dart

@@ -1,5 +1,5 @@
 /*
- * router
+ * fluro
  * A Posse Production
  * http://goposse.com
  * Copyright (c) 2017 Posse Productions LLC. All rights reserved.

+ 1 - 1
lib/src/router.dart

@@ -1,5 +1,5 @@
 /*
- * router
+ * fluro
  * A Posse Production
  * http://goposse.com
  * Copyright (c) 2017 Posse Productions LLC. All rights reserved.

+ 1 - 1
lib/src/tree.dart

@@ -1,5 +1,5 @@
 /*
- * router
+ * fluro
  * A Posse Production
  * http://goposse.com
  * Copyright (c) 2017 Posse Productions LLC. All rights reserved.

+ 1 - 1
pubspec.yaml

@@ -1,7 +1,7 @@
 name: fluro
 description: The brightest, hippest, coolest router for Flutter.
 version: 1.0.0
-author: Posse Productions LLC
+author: Posse Productions LLC <apps@goposse.com>
 homepage: https://github.com/goposse/fluro
 
 dependencies:

+ 7 - 0
test/parser_test.dart

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