From 5c16e9059063ebf65340cde9c746c05ff23be245 Mon Sep 17 00:00:00 2001 From: jonpas Date: Tue, 16 Jan 2018 20:03:37 +0100 Subject: [PATCH] Add LICENSE, EditorConfig, .gitattributes, Update README.md, Add copyright holder to LICENSE --- .editorconfig | 12 ++++++++++++ .gitattributes | 3 +++ LICENSE | 2 +- README.md | 5 ++++- 4 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 .editorconfig create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..af1c2ff --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d3e38dc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.png binary +*.jpg binary diff --git a/LICENSE b/LICENSE index ab60297..f2664af 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 +Copyright (c) 2018 Jonpas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4876a55..e56a696 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # FERI-TyrOS -Operating System project for seminar paper at Operating Systems (slo. Operacijski Sistemi) + +Operating System project for seminar paper at Operating Systems + +Týr - Germanic god associated with law and heroic glory in Norse mythology, portrayed as **one-handed**.