aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-06-24 05:23:31 +0200
committerPřemysl Janouch <p@janouch.name>2018-06-24 05:23:31 +0200
commite5faed57c22b7ac8390c454df026351d4e8e4a45 (patch)
tree9cd74f430f83b4d8ad791dc9be901e6ca44e117c /src
parent8dc0176c41226d2d3ca65ca00f68415908f6a543 (diff)
downloadtdv-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')
-rw-r--r--src/add-pronunciation.c5
-rw-r--r--src/dictzip-input-stream.c5
-rw-r--r--src/dictzip-input-stream.h5
-rw-r--r--src/generator.c5
-rw-r--r--src/generator.h5
-rw-r--r--src/query-tool.c5
-rw-r--r--src/sdtui.c5
-rw-r--r--src/stardict-private.h5
-rw-r--r--src/stardict.c5
-rw-r--r--src/stardict.h5
-rw-r--r--src/test-stardict.c5
-rw-r--r--src/utils.c5
-rw-r--r--src/utils.h5
13 files changed, 26 insertions, 39 deletions
diff --git a/src/add-pronunciation.c b/src/add-pronunciation.c
index 5c2a957..3bcf75d 100644
--- a/src/add-pronunciation.c
+++ b/src/add-pronunciation.c
@@ -4,11 +4,10 @@
* Here I use the `espeak' process rather than libespeak because of the GPL.
* It's far from ideal, rather good as a starting point.
*
- * 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
diff --git a/src/dictzip-input-stream.c b/src/dictzip-input-stream.c
index ae54c1f..2c97ba6 100644
--- a/src/dictzip-input-stream.c
+++ b/src/dictzip-input-stream.c
@@ -1,11 +1,10 @@
/*
* dictzip-input-stream.c: dictzip GIO stream reader
*
- * 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
diff --git a/src/dictzip-input-stream.h b/src/dictzip-input-stream.h
index 99e3ae5..f903919 100644
--- a/src/dictzip-input-stream.h
+++ b/src/dictzip-input-stream.h
@@ -1,11 +1,10 @@
/*
* dictzip-input-stream.h: dictzip GIO stream reader
*
- * 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
diff --git a/src/generator.c b/src/generator.c
index 45d833d..cc8f780 100644
--- a/src/generator.c
+++ b/src/generator.c
@@ -1,11 +1,10 @@
/*
* generator.c: dictionary generator
*
- * 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
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
diff --git a/src/query-tool.c b/src/query-tool.c
index fa790be..54007d0 100644
--- a/src/query-tool.c
+++ b/src/query-tool.c
@@ -8,11 +8,10 @@
* So far only the `m' field is supported. Feel free to extend the program
* according to your needs, it's not very complicated.
*
- * 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
diff --git a/src/sdtui.c b/src/sdtui.c
index 944d168..d8bed9c 100644
--- a/src/sdtui.c
+++ b/src/sdtui.c
@@ -1,11 +1,10 @@
/*
* StarDict terminal UI
*
- * Copyright (c) 2013 - 2016, Přemysl Janouch <p.janouch@gmail.com>
+ * Copyright (c) 2013 - 2016, 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
diff --git a/src/stardict-private.h b/src/stardict-private.h
index 831390d..bf66138 100644
--- a/src/stardict-private.h
+++ b/src/stardict-private.h
@@ -1,11 +1,10 @@
/*
* stardict-private.h: internal StarDict API
*
- * Copyright (c) 2013 - 2015, Přemysl Janouch <p.janouch@gmail.com>
+ * Copyright (c) 2013 - 2015, 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
diff --git a/src/stardict.c b/src/stardict.c
index d5ed772..8299d8b 100644
--- a/src/stardict.c
+++ b/src/stardict.c
@@ -1,11 +1,10 @@
/*
* stardict.c: StarDict API
*
- * Copyright (c) 2013 - 2016, Přemysl Janouch <p.janouch@gmail.com>
+ * Copyright (c) 2013 - 2016, 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
diff --git a/src/stardict.h b/src/stardict.h
index ea3253c..bcb1830 100644
--- a/src/stardict.h
+++ b/src/stardict.h
@@ -5,11 +5,10 @@
* dictionaries, it should however be good enough for most of them that are
* freely available on the Internet.
*
- * Copyright (c) 2013 - 2016, Přemysl Janouch <p.janouch@gmail.com>
+ * Copyright (c) 2013 - 2016, 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
diff --git a/src/test-stardict.c b/src/test-stardict.c
index 2a63b32..d0e5e50 100644
--- a/src/test-stardict.c
+++ b/src/test-stardict.c
@@ -1,11 +1,10 @@
/*
* test-stardict.c: StarDict API test
*
- * 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
diff --git a/src/utils.c b/src/utils.c
index ea25255..1e8d436 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,11 +1,10 @@
/*
* utils.c: miscellaneous utilities
*
- * Copyright (c) 2013 - 2015, Přemysl Janouch <p.janouch@gmail.com>
+ * Copyright (c) 2013 - 2015, 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
diff --git a/src/utils.h b/src/utils.h
index 2212040..afdf583 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,11 +1,10 @@
/*
* utils.h: miscellaneous utilities
*
- * Copyright (c) 2013 - 2015, Přemysl Janouch <p.janouch@gmail.com>
+ * Copyright (c) 2013 - 2015, 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