From 67540f128c57145087330da2aad00ffd4173c052 Mon Sep 17 00:00:00 2001 From: Danny Berger Date: Sun, 6 Jan 2013 14:14:11 -0700 Subject: [PATCH] readme/license/tweaks --- LICENSE | 33 +++++++++++++++++++ README | 8 +++++ _includes/footer.html | 2 +- .../2013-01-07-secure-git-repositories.md | 2 +- blog/atom.xml | 8 ++--- 5 files changed, 47 insertions(+), 6 deletions(-) create mode 100644 LICENSE create mode 100644 README diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..be0d68b --- /dev/null +++ b/LICENSE @@ -0,0 +1,33 @@ +Unless noted otherwise... + +Software code included in this repository is under: + + MIT License + http://opensource.org/licenses/mit-license.php + + Copyright (c) 2013 Danny Berger + + 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. + +And all other content is under: + + Creative Commons Attribute Unported License + http://creativecommons.org/licenses/by/3.0/ + + Danny Berger + http://dpb587.me diff --git a/README b/README new file mode 100644 index 0000000..5e835c8 --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +This is my personal website. + +Unless noted, software code is licensed under MIT License and all other content under CC-BY. + +Visit the following for more information: + + * http://dpb587.me/ + * https://github.com/dpb587/dpb587.github.com/blob/master/LICENSE diff --git a/_includes/footer.html b/_includes/footer.html index ecb11b3..5ae9bda 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,7 +2,7 @@