Skip to content

Commit

Permalink
Update Copyright and Source Code Link
Browse files Browse the repository at this point in the history
This commit updates the copyright year to 2017 and changes the source
code link to point to the new repository.
  • Loading branch information
tkw1536 committed Oct 14, 2017
1 parent 0501a36 commit 7221e76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-16 Leonhard Kuboschek, Tom Wiesing, Jinbo Zhang & Rubin Deliallisi
Copyright (c) 2015-17 Leonhard Kuboschek, Tom Wiesing & Contributors

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:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ see [doc/](doc) for minimal developer documentation

## License

Jay is © 2015-16 Leonhard Kuboschek, Tom Wiesing, Jinbo Zhang & Rubin Deliallisi and licensed under MIT license. See [LICENSE.md](LICENSE.md) for details.
Jay is © 2015-17 Leonhard Kuboschek, Tom Wiesing & Contributors. Licensed under MIT license. See [LICENSE.md](LICENSE.md) for details.
Empty file added core/templatetags/userflags.py
Empty file.
4 changes: 2 additions & 2 deletions templates/base/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<footer id="footer">
<div class="row">
<div class="col-md-4">
<span class="text-muted navbar-left">&copy; 2016 Jay Services Inc.</span>
<span class="text-muted navbar-left">&copy; 2015-17 Leonhard Kuboschek, Tom Wiesing &amp; Contributors</span>
</div>

<div class="col-md-4">
Expand All @@ -99,7 +99,7 @@
-->
<a href="{% url 'imprint' %}" class="text-muted">Imprint</a>
<a href="{% url 'privacy' %}" class="text-muted">Privacy&nbsp;Policy</a>
<a href="https://github.com/kuboschek/jay/tree/prod" class="text-muted">Source Code</a>
<a href="https://github.com/OpenJUB/jay/tree/prod" class="text-muted">Source Code</a>
</div>
</div>
</footer>
Expand Down

0 comments on commit 7221e76

Please sign in to comment.