aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-09-28 04:49:03 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-09-28 04:49:03 +0200
commitaf141191656f06cfd8bca793efc37ba5c32f7793 (patch)
tree93c9ccc09b8de3ca052d1a50fa5678ae8cfffd9a /liblogdiag
parentcc47064379112eb8486de7789a522c5109a4ba3d (diff)
downloadlogdiag-af141191656f06cfd8bca793efc37ba5c32f7793.tar.gz
logdiag-af141191656f06cfd8bca793efc37ba5c32f7793.tar.xz
logdiag-af141191656f06cfd8bca793efc37ba5c32f7793.zip
Name change
Also some copyright years fix-ups/updates.
Diffstat (limited to 'liblogdiag')
-rw-r--r--liblogdiag/ld-category-symbol-view.c2
-rw-r--r--liblogdiag/ld-category-symbol-view.h2
-rw-r--r--liblogdiag/ld-category-tree-view.c2
-rw-r--r--liblogdiag/ld-category-tree-view.h2
-rw-r--r--liblogdiag/ld-category-view.c2
-rw-r--r--liblogdiag/ld-category-view.h2
-rw-r--r--liblogdiag/ld-category.c2
-rw-r--r--liblogdiag/ld-category.h2
-rw-r--r--liblogdiag/ld-diagram-connection.c2
-rw-r--r--liblogdiag/ld-diagram-connection.h2
-rw-r--r--liblogdiag/ld-diagram-object.c2
-rw-r--r--liblogdiag/ld-diagram-object.h2
-rw-r--r--liblogdiag/ld-diagram-symbol.c2
-rw-r--r--liblogdiag/ld-diagram-symbol.h2
-rw-r--r--liblogdiag/ld-diagram-view.c2
-rw-r--r--liblogdiag/ld-diagram-view.h2
-rw-r--r--liblogdiag/ld-diagram.c2
-rw-r--r--liblogdiag/ld-diagram.h2
-rw-r--r--liblogdiag/ld-library.c2
-rw-r--r--liblogdiag/ld-library.h2
-rw-r--r--liblogdiag/ld-lua-private.h2
-rw-r--r--liblogdiag/ld-lua-symbol-private.h2
-rw-r--r--liblogdiag/ld-lua-symbol.c2
-rw-r--r--liblogdiag/ld-lua-symbol.h2
-rw-r--r--liblogdiag/ld-lua.c2
-rw-r--r--liblogdiag/ld-lua.h2
-rw-r--r--liblogdiag/ld-symbol.c2
-rw-r--r--liblogdiag/ld-symbol.h2
-rw-r--r--liblogdiag/ld-types.c2
-rw-r--r--liblogdiag/ld-types.h2
-rw-r--r--liblogdiag/ld-undo-action.c2
-rw-r--r--liblogdiag/ld-undo-action.h2
-rw-r--r--liblogdiag/liblogdiag.h2
33 files changed, 33 insertions, 33 deletions
diff --git a/liblogdiag/ld-category-symbol-view.c b/liblogdiag/ld-category-symbol-view.c
index 67dde59..e4f7e81 100644
--- a/liblogdiag/ld-category-symbol-view.c
+++ b/liblogdiag/ld-category-symbol-view.c
@@ -2,7 +2,7 @@
* ld-category-symbol-view.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2012
+ * Copyright 2012, 2015 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-category-symbol-view.h b/liblogdiag/ld-category-symbol-view.h
index 1b87912..ca014c7 100644
--- a/liblogdiag/ld-category-symbol-view.h
+++ b/liblogdiag/ld-category-symbol-view.h
@@ -2,7 +2,7 @@
* ld-category-symbol-view.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2012
+ * Copyright 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-category-tree-view.c b/liblogdiag/ld-category-tree-view.c
index ea17d53..1a047d5 100644
--- a/liblogdiag/ld-category-tree-view.c
+++ b/liblogdiag/ld-category-tree-view.c
@@ -2,7 +2,7 @@
* ld-category-tree-view.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2011, 2012
+ * Copyright 2011, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-category-tree-view.h b/liblogdiag/ld-category-tree-view.h
index ba78b71..ae51ee4 100644
--- a/liblogdiag/ld-category-tree-view.h
+++ b/liblogdiag/ld-category-tree-view.h
@@ -2,7 +2,7 @@
* ld-category-tree-view.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2011, 2012
+ * Copyright 2011, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-category-view.c b/liblogdiag/ld-category-view.c
index 95bac77..2b3c155 100644
--- a/liblogdiag/ld-category-view.c
+++ b/liblogdiag/ld-category-view.c
@@ -2,7 +2,7 @@
* ld-category-view.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2012
+ * Copyright 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-category-view.h b/liblogdiag/ld-category-view.h
index 832479d..17e5189 100644
--- a/liblogdiag/ld-category-view.h
+++ b/liblogdiag/ld-category-view.h
@@ -2,7 +2,7 @@
* ld-category-view.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2012
+ * Copyright 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-category.c b/liblogdiag/ld-category.c
index 622eddc..b3c85ef 100644
--- a/liblogdiag/ld-category.c
+++ b/liblogdiag/ld-category.c
@@ -2,7 +2,7 @@
* ld-category.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011, 2012
+ * Copyright 2010, 2011, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-category.h b/liblogdiag/ld-category.h
index 88cff01..2ce609c 100644
--- a/liblogdiag/ld-category.h
+++ b/liblogdiag/ld-category.h
@@ -2,7 +2,7 @@
* ld-category.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2012
+ * Copyright 2010, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-diagram-connection.c b/liblogdiag/ld-diagram-connection.c
index c3f6995..f56717c 100644
--- a/liblogdiag/ld-diagram-connection.c
+++ b/liblogdiag/ld-diagram-connection.c
@@ -2,7 +2,7 @@
* ld-diagram-connection.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2011
+ * Copyright 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-diagram-connection.h b/liblogdiag/ld-diagram-connection.h
index 666e9fa..e33fee9 100644
--- a/liblogdiag/ld-diagram-connection.h
+++ b/liblogdiag/ld-diagram-connection.h
@@ -2,7 +2,7 @@
* ld-diagram-connection.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2011
+ * Copyright 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-diagram-object.c b/liblogdiag/ld-diagram-object.c
index 5820f61..d457cba 100644
--- a/liblogdiag/ld-diagram-object.c
+++ b/liblogdiag/ld-diagram-object.c
@@ -2,7 +2,7 @@
* ld-diagram-object.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011
+ * Copyright 2010, 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-diagram-object.h b/liblogdiag/ld-diagram-object.h
index 42dd6b5..a853567 100644
--- a/liblogdiag/ld-diagram-object.h
+++ b/liblogdiag/ld-diagram-object.h
@@ -2,7 +2,7 @@
* ld-diagram-object.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011
+ * Copyright 2010, 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-diagram-symbol.c b/liblogdiag/ld-diagram-symbol.c
index 3555531..3e335c1 100644
--- a/liblogdiag/ld-diagram-symbol.c
+++ b/liblogdiag/ld-diagram-symbol.c
@@ -2,7 +2,7 @@
* ld-diagram-symbol.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011
+ * Copyright 2010, 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-diagram-symbol.h b/liblogdiag/ld-diagram-symbol.h
index 642f79c..9993f75 100644
--- a/liblogdiag/ld-diagram-symbol.h
+++ b/liblogdiag/ld-diagram-symbol.h
@@ -2,7 +2,7 @@
* ld-diagram-symbol.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011
+ * Copyright 2010, 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-diagram-view.c b/liblogdiag/ld-diagram-view.c
index 3092f2d..d36c005 100644
--- a/liblogdiag/ld-diagram-view.c
+++ b/liblogdiag/ld-diagram-view.c
@@ -2,7 +2,7 @@
* ld-diagram-view.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011, 2012
+ * Copyright 2010, 2011, 2012, 2015 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-diagram-view.h b/liblogdiag/ld-diagram-view.h
index 4bc0985..10e3a12 100644
--- a/liblogdiag/ld-diagram-view.h
+++ b/liblogdiag/ld-diagram-view.h
@@ -2,7 +2,7 @@
* ld-diagram-view.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011
+ * Copyright 2010, 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-diagram.c b/liblogdiag/ld-diagram.c
index 8cbac83..9a54027 100644
--- a/liblogdiag/ld-diagram.c
+++ b/liblogdiag/ld-diagram.c
@@ -2,7 +2,7 @@
* ld-diagram.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011, 2012
+ * Copyright 2010, 2011, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-diagram.h b/liblogdiag/ld-diagram.h
index 722b703..2c2c7ef 100644
--- a/liblogdiag/ld-diagram.h
+++ b/liblogdiag/ld-diagram.h
@@ -2,7 +2,7 @@
* ld-diagram.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011
+ * Copyright 2010, 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-library.c b/liblogdiag/ld-library.c
index 25bc751..82b850d 100644
--- a/liblogdiag/ld-library.c
+++ b/liblogdiag/ld-library.c
@@ -2,7 +2,7 @@
* ld-library.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011, 2012
+ * Copyright 2010, 2011, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-library.h b/liblogdiag/ld-library.h
index aed21fb..46bed68 100644
--- a/liblogdiag/ld-library.h
+++ b/liblogdiag/ld-library.h
@@ -2,7 +2,7 @@
* ld-library.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2012
+ * Copyright 2010, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-lua-private.h b/liblogdiag/ld-lua-private.h
index 2287e45..3d07f0b 100644
--- a/liblogdiag/ld-lua-private.h
+++ b/liblogdiag/ld-lua-private.h
@@ -2,7 +2,7 @@
* ld-lua-private.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010
+ * Copyright 2010 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-lua-symbol-private.h b/liblogdiag/ld-lua-symbol-private.h
index 2a62dfc..01a949f 100644
--- a/liblogdiag/ld-lua-symbol-private.h
+++ b/liblogdiag/ld-lua-symbol-private.h
@@ -2,7 +2,7 @@
* ld-lua-symbol-private.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011
+ * Copyright 2010, 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-lua-symbol.c b/liblogdiag/ld-lua-symbol.c
index e720ba0..7ddbc22 100644
--- a/liblogdiag/ld-lua-symbol.c
+++ b/liblogdiag/ld-lua-symbol.c
@@ -2,7 +2,7 @@
* ld-lua-symbol.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011
+ * Copyright 2010, 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-lua-symbol.h b/liblogdiag/ld-lua-symbol.h
index 109d42d..d2a0500 100644
--- a/liblogdiag/ld-lua-symbol.h
+++ b/liblogdiag/ld-lua-symbol.h
@@ -2,7 +2,7 @@
* ld-lua-symbol.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010
+ * Copyright 2010 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-lua.c b/liblogdiag/ld-lua.c
index 13f6800..40e770e 100644
--- a/liblogdiag/ld-lua.c
+++ b/liblogdiag/ld-lua.c
@@ -2,7 +2,7 @@
* ld-lua.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011, 2012
+ * Copyright 2010, 2011, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-lua.h b/liblogdiag/ld-lua.h
index bba4839..206036a 100644
--- a/liblogdiag/ld-lua.h
+++ b/liblogdiag/ld-lua.h
@@ -2,7 +2,7 @@
* ld-lua.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010
+ * Copyright 2010 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-symbol.c b/liblogdiag/ld-symbol.c
index 6c6cd90..b43b8cb 100644
--- a/liblogdiag/ld-symbol.c
+++ b/liblogdiag/ld-symbol.c
@@ -2,7 +2,7 @@
* ld-symbol.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011
+ * Copyright 2010, 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-symbol.h b/liblogdiag/ld-symbol.h
index 28f55fe..0ed8a56 100644
--- a/liblogdiag/ld-symbol.h
+++ b/liblogdiag/ld-symbol.h
@@ -2,7 +2,7 @@
* ld-symbol.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011
+ * Copyright 2010, 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-types.c b/liblogdiag/ld-types.c
index aea991b..fb2a5ad 100644
--- a/liblogdiag/ld-types.c
+++ b/liblogdiag/ld-types.c
@@ -2,7 +2,7 @@
* ld-types.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011
+ * Copyright 2010, 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-types.h b/liblogdiag/ld-types.h
index bf5415b..0204c0d 100644
--- a/liblogdiag/ld-types.h
+++ b/liblogdiag/ld-types.h
@@ -2,7 +2,7 @@
* ld-types.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011
+ * Copyright 2010, 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-undo-action.c b/liblogdiag/ld-undo-action.c
index 740d955..c52fdc9 100644
--- a/liblogdiag/ld-undo-action.c
+++ b/liblogdiag/ld-undo-action.c
@@ -2,7 +2,7 @@
* ld-undo-action.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2011
+ * Copyright 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-undo-action.h b/liblogdiag/ld-undo-action.h
index b7adc78..4db3169 100644
--- a/liblogdiag/ld-undo-action.h
+++ b/liblogdiag/ld-undo-action.h
@@ -2,7 +2,7 @@
* ld-undo-action.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2011
+ * Copyright 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/liblogdiag.h b/liblogdiag/liblogdiag.h
index d39fb19..42bf9d8 100644
--- a/liblogdiag/liblogdiag.h
+++ b/liblogdiag/liblogdiag.h
@@ -2,7 +2,7 @@
* liblogdiag.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2011, 2012
+ * Copyright 2011, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*