diff --git a/LICENSE.md b/LICENSE.md index fc88c53..0a94991 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # BSD Zero Clause License -Copyright © 2019 by Peter H. Fröhlich +Copyright © 2019 by Peter H. Fröhlich \ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. diff --git a/README.md b/README.md index d9857bf..6e58cd7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# reconques +# reconque Replace queues that are in active use! 😄 @@ -49,7 +49,7 @@ Speaking of complications: 3. If you're performance-hungry, make sure you replace the `%` with a bitwise `&` and power-of-two capacities. I wouldn't recommend replacing the recursive parts, but if you find them offensive... -4. Threads? Oh well. You'll need to add mutexes are apply fancy atomics in all +4. Threads? Oh well. You'll need to add mutexes or apply fancy atomics in all the right places. Sorry, you're on your own. ## License @@ -57,5 +57,5 @@ Speaking of complications: I very much doubt that you can use the code "as is" for a real system, but feel free to take it as a starting point if that seems helpful. Since it's under a 0-clause BSD license, which essentially makes it public domain, you're welcome -to do as you please. If the code was helpful to you, I'd *appreciate* an email, -but it's not required. +to do as you please. If the code was helpful to you I'd *appreciate* an email, +but it's certainly not required.