Update home page and license

This commit is contained in:
Konstantin Nazarov 2023-08-19 18:14:42 +01:00
parent c097fffa8a
commit f0e3e67a90
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22
3 changed files with 21 additions and 2 deletions

11
LICENSE Normal file
View file

@ -0,0 +1,11 @@
Copyright 2023 Konstantin Nazarov
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View file

@ -14,3 +14,9 @@ things out.
If you're on any Linux system, you can just type `make` in your terminal, and the result will be in the If you're on any Linux system, you can just type `make` in your terminal, and the result will be in the
`./output` directory. However, if you're on a Mac, you probably would need to use gnu awk/sed. `./output` directory. However, if you're on a Mac, you probably would need to use gnu awk/sed.
## License
The code is BSD licensed.
Content in Markdown files is [CC-BY](https://creativecommons.org/licenses/by-sa/4.0/).

View file

@ -2,6 +2,8 @@ Subject: Konstantin Nazarov
Hi! Hi!
This is my personal site, where I share side projects, and thoughts on software development. I'm Konstantin. A software engineer who likes distributed systems, systems engineering and creative expression.
Here I share my thoughts on software engineering, personal projects, or anything else that interests me in the moment.
It may not seem like a lot, but that's by design. I'm trying to remove distractions and focus on things that matter. The content for this site is [CC-BY](https://creativecommons.org/licenses/by-sa/4.0/).
Most of my code is under the BSD license.