Skip to content

Commit

Permalink
License the project under the CC-BY 3.0 license.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Apr 18, 2013
1 parent f5b7c63 commit 69cf412
Show file tree
Hide file tree
Showing 7 changed files with 168 additions and 1 deletion.
131 changes: 131 additions & 0 deletions COPYING.CC_BY_30

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions README.md
Expand Up @@ -46,3 +46,22 @@ by navigating to `http://127.0.0.1`.

To deploy the site to the web, upload the content of `_site` to the place
specified by your website hosting service provider.

## License

The following files/directories are licensed under the CC-BY 3.0 license:

_includes/
_layouts/
README.md

The files in the `_plugins` and `css` directories specify their license terms
in the files themselves.

The following files are licensed under the CC0 and Public Domain licenses:

_config.yml
Makefile

Any other files are not part of the website-template project and are
governed by the license specified in the downstream project.
2 changes: 1 addition & 1 deletion _config.yml
@@ -1,4 +1,4 @@
exclude: ['Makefile','README.md']
exclude: ['COPYING.CC_BY_30','Makefile','README.md']
language: en
namespaces: {
dc: 'http://purl.org/dc/elements/1.1/',
Expand Down
4 changes: 4 additions & 0 deletions _plugins/htaccess_generator.rb
@@ -1,3 +1,7 @@
# Copyright (C) 2013 Reece H. Dunn
#
# License: [CC-BY 3.0](http://creativecommons.org/licenses/by/3.0/)

module Jekyll

class HtAccessFile < StaticFile
Expand Down
4 changes: 4 additions & 0 deletions _plugins/rdf_generator.rb
@@ -1,3 +1,7 @@
# Copyright (C) 2013 Reece H. Dunn
#
# License: [CC-BY 3.0](http://creativecommons.org/licenses/by/3.0/)

require 'rdf/rdfxml'
require 'rdf/rdfa'
require 'rdf/turtle'
Expand Down
4 changes: 4 additions & 0 deletions _plugins/rdf_summary.rb
@@ -1,3 +1,7 @@
# Copyright (C) 2013 Reece H. Dunn
#
# License: [CC-BY 3.0](http://creativecommons.org/licenses/by/3.0/)

require 'liquid'

module Jekyll
Expand Down
5 changes: 5 additions & 0 deletions css/main.css
@@ -1,3 +1,8 @@
/* Copyright (C) 2013 Reece H. Dunn
*
* License: [CC-BY 3.0](http://creativecommons.org/licenses/by/3.0/)
*/

/* minimalistic styling for HTML content */

body
Expand Down

0 comments on commit 69cf412

Please sign in to comment.