aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2017-02-03 23:14:34 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2017-02-03 23:14:34 +0100
commit3067e1592906a878c298f8c90300f482520ca44d (patch)
tree9913227f5693cbeda499240449f7a6e7f5c4ef63 /src
parent70b5d175b2ca7c3ed7fd1b20a45f99bc4e71f517 (diff)
downloadtdv-3067e1592906a878c298f8c90300f482520ca44d.tar.gz
tdv-3067e1592906a878c298f8c90300f482520ca44d.tar.xz
tdv-3067e1592906a878c298f8c90300f482520ca44d.zip
Fix and update LICENSE
Diffstat (limited to 'src')
-rw-r--r--src/add-pronunciation.c1
-rw-r--r--src/dictzip-input-stream.c1
-rw-r--r--src/dictzip-input-stream.h1
-rw-r--r--src/generator.c1
-rw-r--r--src/generator.h1
-rw-r--r--src/query-tool.c1
-rw-r--r--src/sdtui.c1
-rw-r--r--src/stardict-private.h1
-rw-r--r--src/stardict.c1
-rw-r--r--src/stardict.h1
-rw-r--r--src/test-stardict.c1
-rw-r--r--src/utils.c1
-rw-r--r--src/utils.h1
13 files changed, 0 insertions, 13 deletions
diff --git a/src/add-pronunciation.c b/src/add-pronunciation.c
index 3fe7ae8..5c2a957 100644
--- a/src/add-pronunciation.c
+++ b/src/add-pronunciation.c
@@ -5,7 +5,6 @@
* It's far from ideal, rather good as a starting point.
*
* Copyright (c) 2013, Přemysl Janouch <p.janouch@gmail.com>
- * All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/dictzip-input-stream.c b/src/dictzip-input-stream.c
index f17a3c2..ae54c1f 100644
--- a/src/dictzip-input-stream.c
+++ b/src/dictzip-input-stream.c
@@ -2,7 +2,6 @@
* dictzip-input-stream.c: dictzip GIO stream reader
*
* Copyright (c) 2013, Přemysl Janouch <p.janouch@gmail.com>
- * All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/dictzip-input-stream.h b/src/dictzip-input-stream.h
index c10214e..99e3ae5 100644
--- a/src/dictzip-input-stream.h
+++ b/src/dictzip-input-stream.h
@@ -2,7 +2,6 @@
* dictzip-input-stream.h: dictzip GIO stream reader
*
* Copyright (c) 2013, Přemysl Janouch <p.janouch@gmail.com>
- * All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/generator.c b/src/generator.c
index ab2a130..45d833d 100644
--- a/src/generator.c
+++ b/src/generator.c
@@ -2,7 +2,6 @@
* generator.c: dictionary generator
*
* Copyright (c) 2013, Přemysl Janouch <p.janouch@gmail.com>
- * All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/generator.h b/src/generator.h
index 763fd28..0a23f44 100644
--- a/src/generator.h
+++ b/src/generator.h
@@ -5,7 +5,6 @@
* conveniently reused by the included tools.
*
* Copyright (c) 2013, Přemysl Janouch <p.janouch@gmail.com>
- * All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/query-tool.c b/src/query-tool.c
index 55fd823..fa790be 100644
--- a/src/query-tool.c
+++ b/src/query-tool.c
@@ -9,7 +9,6 @@
* according to your needs, it's not very complicated.
*
* Copyright (c) 2013, Přemysl Janouch <p.janouch@gmail.com>
- * All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/sdtui.c b/src/sdtui.c
index d2cccc1..406a780 100644
--- a/src/sdtui.c
+++ b/src/sdtui.c
@@ -2,7 +2,6 @@
* StarDict terminal UI
*
* Copyright (c) 2013 - 2016, Přemysl Janouch <p.janouch@gmail.com>
- * All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/stardict-private.h b/src/stardict-private.h
index 5d3ae6a..831390d 100644
--- a/src/stardict-private.h
+++ b/src/stardict-private.h
@@ -2,7 +2,6 @@
* stardict-private.h: internal StarDict API
*
* Copyright (c) 2013 - 2015, Přemysl Janouch <p.janouch@gmail.com>
- * All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/stardict.c b/src/stardict.c
index 4eb25fd..d5ed772 100644
--- a/src/stardict.c
+++ b/src/stardict.c
@@ -2,7 +2,6 @@
* stardict.c: StarDict API
*
* Copyright (c) 2013 - 2016, Přemysl Janouch <p.janouch@gmail.com>
- * All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/stardict.h b/src/stardict.h
index 5bdbc63..ea3253c 100644
--- a/src/stardict.h
+++ b/src/stardict.h
@@ -6,7 +6,6 @@
* freely available on the Internet.
*
* Copyright (c) 2013 - 2016, Přemysl Janouch <p.janouch@gmail.com>
- * All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/test-stardict.c b/src/test-stardict.c
index 3b62c08..2a63b32 100644
--- a/src/test-stardict.c
+++ b/src/test-stardict.c
@@ -2,7 +2,6 @@
* test-stardict.c: StarDict API test
*
* Copyright (c) 2013, Přemysl Janouch <p.janouch@gmail.com>
- * All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/utils.c b/src/utils.c
index 02485d2..ea25255 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -2,7 +2,6 @@
* utils.c: miscellaneous utilities
*
* Copyright (c) 2013 - 2015, Přemysl Janouch <p.janouch@gmail.com>
- * All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/utils.h b/src/utils.h
index 1b6942c..2212040 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -2,7 +2,6 @@
* utils.h: miscellaneous utilities
*
* Copyright (c) 2013 - 2015, Přemysl Janouch <p.janouch@gmail.com>
- * All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above