diff options
author | Přemysl Janouch <p@janouch.name> | 2018-06-24 05:23:31 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-06-24 05:23:31 +0200 |
commit | e5faed57c22b7ac8390c454df026351d4e8e4a45 (patch) | |
tree | 9cd74f430f83b4d8ad791dc9be901e6ca44e117c /src/generator.h | |
parent | 8dc0176c41226d2d3ca65ca00f68415908f6a543 (diff) | |
download | tdv-e5faed57c22b7ac8390c454df026351d4e8e4a45.tar.gz tdv-e5faed57c22b7ac8390c454df026351d4e8e4a45.tar.xz tdv-e5faed57c22b7ac8390c454df026351d4e8e4a45.zip |
Relicense to 0BSD, update mail address
I've come to the conclusion that copyright mostly just stands in the way
of software development. In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.
The updated mail address, also used in my author/committer lines,
is shorter and looks nicer. People rarely interact anyway.
Diffstat (limited to 'src/generator.h')
-rw-r--r-- | src/generator.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/generator.h b/src/generator.h index 0a23f44..4d18d23 100644 --- a/src/generator.h +++ b/src/generator.h @@ -4,11 +4,10 @@ * Nothing fancy. Just something moved out off the `stardict' test to be * conveniently reused by the included tools. * - * Copyright (c) 2013, Přemysl Janouch <p.janouch@gmail.com> + * Copyright (c) 2013, Přemysl Janouch <p@janouch.name> * * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. + * purpose with or without fee is hereby granted. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |