dtms
changeset 3:bf6dda0e9daf
added GPL License text
author | Eleni Maria Stea <eleni@mutantstargoat.com> |
---|---|
date | Fri, 13 May 2016 23:02:26 +0300 |
parents | 8c78b58857f9 |
children | db4bb4b5905a |
files | src/main.c |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/src/main.c Fri May 13 21:14:33 2016 +0300 1.2 +++ b/src/main.c Fri May 13 23:02:26 2016 +0300 1.3 @@ -1,3 +1,20 @@ 1.4 +/* 1.5 + * DTMS Copyright (C) 2016 Eleni Maria Stea <elene.mst@gmail.com> 1.6 + * 1.7 + * This program is free software: you can redistribute it and/or modify 1.8 + * it under the terms of the GNU General Public License as published by 1.9 + * the Free Software Foundation, either version 3 of the License, or 1.10 + * (at your option) any later version. 1.11 + * 1.12 + * This program is distributed in the hope that it will be useful, 1.13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of 1.14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1.15 + * GNU General Public License for more details. 1.16 + 1.17 + * You should have received a copy of the GNU General Public License 1.18 + * along with this program. If not, see <http://www.gnu.org/licenses/>. 1.19 + * */ 1.20 + 1.21 #include <errno.h> 1.22 #include <fcntl.h> 1.23 #include <pwd.h>