Skip to content

Commit

Permalink
Change license/ownership info
Browse files Browse the repository at this point in the history
  • Loading branch information
nosecreek committed Sep 1, 2022
1 parent 0f0e0e5 commit 14e1dad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
6 changes: 6 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
All content of this site is copyright (c)2022 Dustin Lammiman and is not to be reproduced or distributed without permission.

The theme for this site was originally based on the Eleventy Base Blog theme (https://github.com/11ty/eleventy-base-blog). These portions of code are (c) 2018 Zach Leatherman and distributed under the MIT License (see below).

All additional content and modifications are copyright (c) 2022 Dustin Lammiman.

MIT License

Copyright (c) 2018 Zach Leatherman @zachleat
Expand Down
21 changes: 6 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eleventy-base-blog",
"version": "7.0.0",
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
"name": "dustin-lammiman",
"version": "0.0.9",
"description": "Personal site for Dustin Lammiman.",
"scripts": {
"build": "npx @11ty/eleventy",
"bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
Expand All @@ -10,20 +10,11 @@
"start": "npx @11ty/eleventy --serve",
"debug": "DEBUG=* npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/11ty/eleventy-base-blog.git"
},
"author": {
"name": "Zach Leatherman",
"email": "[email protected]",
"url": "https://zachleat.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/11ty/eleventy-base-blog/issues"
"name": "Dustin Lammiman",
"email": "[email protected]",
"url": "https://dustin.lammiman.ca/"
},
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"dependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-img": "^2.0.1",
Expand Down

0 comments on commit 14e1dad

Please sign in to comment.