diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2014-02-22 17:39:32 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2014-02-22 17:39:32 +0100 |
commit | 31cdcb57d2eb94c796b4d9931c8cf8f750d2d1a8 (patch) | |
tree | 5dd7194655a25838d8e0f5e842788c1d9f7d9df3 | |
parent | f822f9c081d9474ee0056331ccf852f54dbd33bc (diff) | |
download | mcwm-31cdcb57d2eb94c796b4d9931c8cf8f750d2d1a8.zip |
"and" -> "and/or".
-rw-r--r-- | hidden.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -5,9 +5,10 @@ * Copyright (c) 2012 Michael Cardell Widerkrantz, mc at the domain * hack.org. * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * Permission to use, copy, modify, and/or distribute this software + * for any purpose with or without fee is hereby granted, provided + * that the above copyright notice and this permission notice appear + * in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |