diff options
author | Josh Rickmar <jrick@devio.us> | 2012-05-30 09:31:45 -0400 |
---|---|---|
committer | Josh Rickmar <jrick@devio.us> | 2012-05-30 09:31:45 -0400 |
commit | 177109849d43d0d2d6f461c5c7cc5d6d9a6bc167 (patch) | |
tree | 19c57069c55b2bd38108a0ce05a6893db7f636bf | |
parent | b396d07c99c123df69712d7b5ad6408b2b10f997 (diff) | |
download | xombrero-177109849d43d0d2d6f461c5c7cc5d6d9a6bc167.tar.gz |
Add my copyright to the files I've added code to
-rw-r--r-- | about.c | 1 | ||||
-rw-r--r-- | settings.c | 1 | ||||
-rw-r--r-- | xombrero.1 | 1 | ||||
-rw-r--r-- | xombrero.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/about.c b/about.c index 91cf034..c0c630d 100644 --- a/about.c +++ b/about.c @@ -258,6 +258,7 @@ about(struct tab *t, struct karg *args) "<li>Todd T. Fries <todd@fries.net></li>" "<li>Raphael Graf <r@undefined.ch></li>" "<li>Michal Mazurek <akfaew@jasminek.net></li>" + "<li>Josh Rickmar <jrick@devio.us></li>" "</ul>" "Copyrights and licenses can be found on the Xombrero " "<a href=\"http://opensource.conformal.com/wiki/Xombrero\">website</a>" diff --git a/settings.c b/settings.c index 87f7d4d..633f3bd 100644 --- a/settings.c +++ b/settings.c @@ -5,6 +5,7 @@ * Copyright (c) 2011 Todd T. Fries <todd@fries.net> * Copyright (c) 2011 Raphael Graf <r@undefined.ch> * Copyright (c) 2011 Michal Mazurek <akfaew@jasminek.net> + * Copyright (c) 2012 Josh Rickmar <jrick@devio.us> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/xombrero.1 b/xombrero.1 index 2ca1fbc..69154ab 100644 --- a/xombrero.1 +++ b/xombrero.1 @@ -1,5 +1,6 @@ .\" Copyright (c) 2010, 2011, 2012 Marco Peereboom <marco@peereboom.us> .\" Copyright (c) 2011 Jason McIntyre <jmc@openbsd.org> +.\" Copyright (c) 2012 Josh Rickmar <jrick@devio.us> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff --git a/xombrero.c b/xombrero.c index f3d79c8..42cd31e 100644 --- a/xombrero.c +++ b/xombrero.c @@ -5,6 +5,7 @@ * Copyright (c) 2011 Todd T. Fries <todd@fries.net> * Copyright (c) 2011 Raphael Graf <r@undefined.ch> * Copyright (c) 2011 Michal Mazurek <akfaew@jasminek.net> + * Copyright (c) 2012 Josh Rickmar <jrick@devio.us> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |