From 306942954756c2658c3d4a83690cf7898d0e05e8 Mon Sep 17 00:00:00 2001 From: Arne Molland Date: Sat, 14 Jan 2023 17:28:17 +0100 Subject: [PATCH] all: update license, README, pubspec --- LICENSE | 22 +++++++++++++++++++++- README.md | 40 ++-------------------------------------- pubspec.yaml | 2 +- 3 files changed, 24 insertions(+), 40 deletions(-) diff --git a/LICENSE b/LICENSE index ba75c69..9b01fc6 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1,21 @@ -TODO: Add your license here. +MIT License + +Copyright (c) [2023-present] [Gameflow AS, Org nr. 923 526 927], https://gameflow.tv + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 02fe8ec..f3dc4de 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,3 @@ - - -TODO: Put a short description of the package here that helps potential users -know whether this package might be useful for them. - -## Features - -TODO: List what your package can do. Maybe include images, gifs, or videos. - -## Getting started - -TODO: List prerequisites and provide or point to information on how to -start using the package. - -## Usage - -TODO: Include short and useful examples for package users. Add longer examples -to `/example` folder. - -```dart -const like = 'sample'; -``` - -## Additional information - -TODO: Tell users more about the package: where to find more information, how to -contribute to the package, how to file issues, what response they can expect -from the package authors, and more. +Implementation of the Flume design system written in Dart for Flutter. diff --git a/pubspec.yaml b/pubspec.yaml index 3cb9e24..36d3c3e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: flume -description: A new Flutter package project. +description: Implementation of the Flume design system in Flutter version: 0.0.2 homepage: https://github.com/gameflow-tv/flume_flutter