From 702a3a5448d77f044a2cc41fed13cc01d55e2dde Mon Sep 17 00:00:00 2001 From: Pentium44 Date: Sun, 24 Jan 2021 23:29:55 -0800 Subject: [PATCH] Add Readme --- README.md | 7 +++++++ markov/src/markov.c | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..69f79f1 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +=== Various repo + +Random code snippets that I've played with for people to tinker with! + +=== License + +Licensed under defined licenses or otherwise CC-BY-SA (C) Chris Dorman. diff --git a/markov/src/markov.c b/markov/src/markov.c index 1d1a0bb..df2efe5 100644 --- a/markov/src/markov.c +++ b/markov/src/markov.c @@ -1,3 +1,6 @@ +/* (C) 2021 Chris Dorman - Conversion to linux system + calls and other tweaks / additions */ + /* Copyright (C) 1999 Lucent Technologies */ /* Excerpted from 'The Practice of Programming' */ /* by Brian W. Kernighan and Rob Pike */