Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Weatherhead committed Dec 2, 2021
1 parent 58d18c0 commit d8a5586
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2002-2019 Tom Weatherhead
Copyright (c) 2002-2021 Tom Weatherhead

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 All @@ -9,8 +9,8 @@ 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 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,
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# See 'The GNU Make Manual' at
# https://www.gnu.org/software/make/manual/make.html

# Note: To link the BigNum class as a dylib (DLL) :
# $ ld -dylib -lc -lc++ -o outputfilename BigNum.o Version.o

# Run via one of the following:
# $ make
# $ make clean
Expand Down
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# helix
An RSA encryption and uuencoding/uudecoding application from 2002.

[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/tom-weatherhead/helix/blob/master/LICENSE)
[![latest tag][latest-tag-badge-image]][latest-tag-url]
[![watchers][watchers-badge-image]][watchers-url]
[![stars][stars-badge-image]][stars-url]
[![issues][issues-badge-image]][issues-url]
[![forks][forks-badge-image]][forks-url]
[![contributors][contributors-badge-image]][contributors-url]
[![branches][branches-badge-image]][branches-url]
[![releases][releases-badge-image]][releases-url]
[![commits][commits-badge-image]][commits-url]
[![last commit][last-commit-badge-image]][last-commit-url]
[![license][license-badge-image]][license-url]

## User's Guide for Helix 0.2.0
Document version as of December 18, 2002
Expand Down Expand Up @@ -29,3 +39,26 @@ Message for John Smith. Sent by Bob Jones on January 1, 2003.

## License
[MIT](https://choosealicense.com/licenses/mit/)

[latest-tag-badge-image]: https://badgen.net/github/tag/tom-weatherhead/helix
[latest-tag-url]: https://github.com/tom-weatherhead/helix/tags
[watchers-badge-image]: https://badgen.net/github/watchers/tom-weatherhead/helix
[watchers-url]: https://github.com/tom-weatherhead/helix/watchers
[stars-badge-image]: https://badgen.net/github/stars/tom-weatherhead/helix
[stars-url]: https://github.com/tom-weatherhead/helix/stargazers
[issues-badge-image]: https://badgen.net/github/issues/tom-weatherhead/helix
[issues-url]: https://github.com/tom-weatherhead/helix/issues
[forks-badge-image]: https://badgen.net/github/forks/tom-weatherhead/helix
[forks-url]: https://github.com/tom-weatherhead/helix/network/members
[contributors-badge-image]: https://badgen.net/github/contributors/tom-weatherhead/helix
[contributors-url]: https://github.com/tom-weatherhead/helix/graphs/contributors
[branches-badge-image]: https://badgen.net/github/branches/tom-weatherhead/helix
[branches-url]: https://github.com/tom-weatherhead/helix/branches
[releases-badge-image]: https://badgen.net/github/releases/tom-weatherhead/helix
[releases-url]: https://github.com/tom-weatherhead/helix/releases
[commits-badge-image]: https://badgen.net/github/commits/tom-weatherhead/helix
[commits-url]: https://github.com/tom-weatherhead/helix/commits/master
[last-commit-badge-image]: https://badgen.net/github/last-commit/tom-weatherhead/helix
[last-commit-url]: https://github.com/tom-weatherhead/helix
[license-badge-image]: https://img.shields.io/github/license/mashape/apistatus.svg
[license-url]: https://github.com/tom-weatherhead/helix/blob/master/LICENSE

0 comments on commit d8a5586

Please sign in to comment.