From 6c4783cbaf87d269b60caa51872c4d0bff6313aa Mon Sep 17 00:00:00 2001 From: Daniel da Silva Date: Wed, 25 May 2016 12:21:58 +0100 Subject: [PATCH] Add proper license --- LICENSE | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 3975dcc..0fab77e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2016, OpenAerialMap +Copyright (c) 2016, Development Seed All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index f9cece1..c825155 100644 --- a/README.md +++ b/README.md @@ -100,3 +100,6 @@ gulp.task('images', function () { **USAGE** Just include the images using the path `assets/graphics/[graphic-type]/[graphic-name]`. All available images can be found [here](assets/graphics/). + +## License +Oam Design System is licensed under **BSD 3-Clause License**, see the [LICENSE](LICENSE) file for more details.