From 391e08896b4ba773aab6c62ca41e6feb199fb832 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Fri, 27 Jul 2018 18:21:06 +0200 Subject: [PATCH] add license and readme, extend gitignore --- .gitignore | 4 +++- LICENSE.md | 6 ++++++ README.md | 6 ++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 LICENSE.md create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 85d6c5d9..bef71134 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *~ .ipynb_checkpoints site - +docs +*.pyc +__pycache__ diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..e1ffe690 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,6 @@ +Copyright TU Delft 2016-2018. + +Contents are available under CC-BY-SA-NC 4.0. + +Source code is available under BSD license. + diff --git a/README.md b/README.md new file mode 100644 index 00000000..05a6b694 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Solid state lectures + +Lecture notes and teaching material used for the Delft University of Technology course Solid State Physics (Vaste Stof Fysica, TN2844). + +The compiled materials are available at http://solidstate.quantumtinkerer.tudelft.nl + -- GitLab