license updates

This commit is contained in:
Luke 2017-05-13 22:01:02 -07:00
parent 2a714a6aaa
commit d80bef62fd
14 changed files with 26 additions and 12 deletions

View File

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

View File

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

View File

@ -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 {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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:

View File

@ -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';