tAdd license and author information - scibeamer - quickly create scientific presentations using LateX and Beamer
(HTM) git clone git://src.adamsgaard.dk/scibeamer
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ffd2b45f735d54174aeeb60ae97a597b92078566
(DIR) parent 4840b956f0a64bd35388af92fd2176dcba217caa
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 7 Sep 2019 07:52:37 +0200
Add license and author information
Diffstat:
M LICENSE | 6 +++---
A README.md | 4 ++++
2 files changed, 7 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/LICENSE b/LICENSE
t@@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
- {one line to give the program's name and a brief idea of what it does.}
- Copyright (C) {year} {name of author}
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
- {project} Copyright (C) {year} {fullname}
+ <program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
(DIR) diff --git a/README.md b/README.md
t@@ -0,0 +1,4 @@
+# `scibeamer` - a template for scientific presentations with *beamer*
+
+Author: Anders Damsgaard https://src.adamsgaard.dk/scibeamer
+License: GNU Public License v3 or later, see LICENSE for details