Skip to content

Commit d2b4027

Browse files
committed
adding notice
Signed-off-by: vsoch <[email protected]>
1 parent 37f2706 commit d2b4027

File tree

6 files changed

+19
-2
lines changed

6 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Critical items to know are:
1414
- changed behaviour
1515

1616
## [master](https://github.com/vsoch/docsy-jekyll/tree/master)
17+
- updating repository with copyright notice (0.0.2)
1718
- fixing link to repository in about.md (0.0.19)
1819
- use jquery locally, in case that jquery is unreachable in some places (0.0.18)
1920
- hiding sidebar links to reflect parent functionality (0.0.17)

COPYRIGHT

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2019-2021 Vanessa Sochat
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.19
1+
0.0.2

_includes/head.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<head>
22
<meta charset="utf-8">
3+
<!-- Copyright 2019-2021 Vanessa Sochat-->
4+
35
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
46
<meta name="generator" content="Hugo 0.55.6" />
57

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en" class="no-js">
3+
<!-- Copyright 2019-2021 Vanessa Sochat-->
34
{% include head.html %}
45
{% include google-analytics.html %}
56
<body class="td-section">

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
---
4-
4+
<!-- Copyright 2019-2021 Vanessa Sochat-->
55
<h1 style="margin-bottom:0px">{{ page.title }}</h1>
66
{% if page.badges %}{% for badge in page.badges %}<span class="badge badge-{{ badge.type }}">{{ badge.tag }}</span>{% endfor %}{% endif %}
77
<span class="post-date" style="font-style: italic;">{{ page.date | date: "%B %d, %Y" }}</span>

0 commit comments

Comments
 (0)