diff options
Diffstat (limited to 'to-do-list.php')
| -rw-r--r-- | to-do-list.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/to-do-list.php b/to-do-list.php index e963186..1dc1dde 100644 --- a/to-do-list.php +++ b/to-do-list.php @@ -1,4 +1,9 @@ -<?php include('auth.php'); ?> +<?php + +/* Copyright Maximilian Möhring, 2013 +Licensed under the GPL. Read LICENSE for more Information.*/ + +include('auth.php'); ?> <!DOCTYPE html> <head> <title>to-do-list</title> |
