Skip to content

Commit

Permalink
Change licence and version info
Browse files Browse the repository at this point in the history
  • Loading branch information
krab1k committed Jun 23, 2016
1 parent 80f2d4f commit db03170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/neemp.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <stdlib.h>

#define APP_NAME "NEEMP"
#define APP_VERSION "1.1-git"
#define APP_VERSION "2.0"

#define RETURN_OK 0
#define ARG_ERROR 1
Expand Down
6 changes: 2 additions & 4 deletions src/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,8 @@ void s_init(void) {
static void print_version(void) {

printf("%s %s\n", APP_NAME, APP_VERSION);
printf("Copyright (C) 2013, 2014 Tomas Racek (tom@krab1k.net)\n");
printf("Licence MIT: http://opensource.org/licenses/MIT\n");
printf("This is free software: you are free to change and redistribute it.\n");
printf("There is NO WARRANTY, to the extent permitted by law.\n");
printf("Copyright (C) 2013-2016 Tomas Racek (tom@krab1k.net)\n");
printf("Licence conditions in accordance with § 11 of Act No. 130/2002 Coll. The owner of the software is Masaryk University, a public university, ID: 00216224. Masaryk University allows other companies and individuals to use this software free of charge and without territorial restrictions in usual way, that does not depreciate its value. This permission is granted for the duration of property rights. This software is not subject to special information treatment according to Act No. 412/2005 Coll., as amended. In case that a person who will use the software under this licence offer violates the licence terms, the permission to use the software terminates.\n");
}

/* Prints help if -h/--help is issued */
Expand Down

0 comments on commit db03170

Please sign in to comment.