diff --git a/LICENSE b/LICENSE index 6ffcd32..d60c16a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,8 @@ -Copyright 2014 Donne Martin +This repository contains a variety of content; some developed by Donne Martin, and some from third-parties. The third-party content is distributed under the license provided by those parties. + +The content developed by Donne Martin is distributed under the following license: + +Copyright 2015 Donne Martin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 9c4a953..7df73f0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ algorithms-data-structures Continually updated IPython Notebooks containing coding problems and solutions (algorithms and data structures). +This repo is a collection of my notes while sharpening my skills tackling coding problems. + Most solutions are in Python. ## Index @@ -128,6 +130,10 @@ Feel free to contact me to discuss any issues, questions, or comments. ## License +This repository contains a variety of content; some developed by Donne Martin, and some from third-parties. The third-party content is distributed under the license provided by those parties. + +The content developed by Donne Martin is distributed under the following license: + Copyright 2015 Donne Martin Licensed under the Apache License, Version 2.0 (the "License");