From 00c3b7572c08747e40cfe2114d933e844b759be7 Mon Sep 17 00:00:00 2001 From: Anastasiya Flynn Date: Fri, 18 Oct 2019 08:02:56 -0400 Subject: [PATCH] update package name and license statement --- package.json | 3 +-- readme.md | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6288400..df30bac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { - "name": "gatsby-universal", - "license": "MIT", + "name": "codealamode-blog", "author": "Anastasiya Flynn ", "scripts": { "develop": "gatsby develop", diff --git a/readme.md b/readme.md index b46e3aa..5503f12 100644 --- a/readme.md +++ b/readme.md @@ -32,3 +32,6 @@

This is the repo for Anastasiya Flynn's blog, Code à la Mode.

+ +## License +The blog post content of this project itself is licensed under the [Creative Commons Attribution 3.0 Unported license](https://creativecommons.org/licenses/by/3.0/), and the underlying source code used to display that content is licensed under the [MIT license](LICENSE.md). \ No newline at end of file