Skip to content

Commit

Permalink
Updated README and LICENSE years. Fixed http links in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
joakibj committed Jun 1, 2020
1 parent 478c9b1 commit 144f64c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2016 Joakim Bjørnstad
Copyright (c) 2013-2020 Joakim Bjørnstad

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ tswcalc features:
* NY, Eidolon & Flappy Raid items for elite and nightmare difficulty.
* Woodcutter's talismans.

tswcalc can be found at: http://joakibj.github.io/tswcalc
tswcalc can be found at: https://joakibj.github.io/tswcalc

**Note:** all active development of tswcalc takes place in the [`develop`](https://github.com/joakibj/tswcalc/tree/develop) branch. The tip of [`master`](https://github.com/joakibj/tswcalc/tree/master) always points to the latest, stable release. All releases are tagged. The latest release is deployed to the [`gh-pages`](https://github.com/joakibj/tswcalc/tree/gh-pages) branch.

Prerequisites
--------
The tools needed to build tswcalc are:
* [node.js](http://nodejs.org/) (v0.10.45)
* [node.js](https://nodejs.org/) (v0.10.45)
* npm (v2.15.1)
* [grunt](http://gruntjs.com/) (v0.4.1)
* [grunt](https://gruntjs.com/) (v0.4.1)

Install and use [nvm](https://github.com/creationix/nvm) to manage your node.js and npm installations.

Expand Down Expand Up @@ -57,6 +57,7 @@ Build tswcalc by running:
grunt

Run tests:

grunt test

Tests can be found in the `test` folder. Open the html file to run tests in the browser. Open the js file to view the test logic.
Expand Down Expand Up @@ -93,4 +94,4 @@ License
-------
MIT License for the source code. Please see the LICENSE file.

All art assets included in `public/assets/images/icons/` folder are taken from [The Secret World™ Chronicle](http://chronicle.thesecretworld.com/). The artwork should be considered property of Funcom GmBH unless otherwise noted. A small sample of signet, glyph and item icons are redistributed under fair use.
All art assets included in `public/assets/images/icons/` folder are taken from [The Secret World™ Chronicle](https://chronicle.thesecretworld.com/). The artwork should be considered property of Funcom GmBH unless otherwise noted. A small sample of signet, glyph and item icons are redistributed under fair use.
2 changes: 1 addition & 1 deletion src/templates/dusts/container.dust
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
</div>
<hr>
<div class="footer">
<p>tswcalc &copy; 2013-2016 Joakim Bj&oslash;rnstad. Version <a href="https://github.com/joakibj/tswcalc/tree/@@version" target="_new">@@version</a>. Hosted on Github Pages.</p>
<p>tswcalc &copy; 2013-2020 Joakim Bj&oslash;rnstad. Version <a href="https://github.com/joakibj/tswcalc/tree/@@version" target="_new">@@version</a>. Hosted on Github Pages.</p>
</div>

0 comments on commit 144f64c

Please sign in to comment.