From ced3913e6898d6d8988e790ea7b885cfeba5b2ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 3 Feb 2017 23:06:48 +0100 Subject: Fix and update LICENSE --- LICENSE | 23 +++++++++++------------ liblogdiag/ld-category-symbol-view.c | 2 +- liblogdiag/ld-category-symbol-view.h | 2 +- liblogdiag/ld-category-tree-view.c | 2 +- liblogdiag/ld-category-tree-view.h | 2 +- liblogdiag/ld-category-view.c | 2 +- liblogdiag/ld-category-view.h | 2 +- liblogdiag/ld-category.c | 2 +- liblogdiag/ld-category.h | 2 +- liblogdiag/ld-diagram-connection.c | 2 +- liblogdiag/ld-diagram-connection.h | 2 +- liblogdiag/ld-diagram-object.c | 2 +- liblogdiag/ld-diagram-object.h | 2 +- liblogdiag/ld-diagram-symbol.c | 2 +- liblogdiag/ld-diagram-symbol.h | 2 +- liblogdiag/ld-diagram-view.c | 2 +- liblogdiag/ld-diagram-view.h | 2 +- liblogdiag/ld-diagram.c | 2 +- liblogdiag/ld-diagram.h | 2 +- liblogdiag/ld-library.c | 2 +- liblogdiag/ld-library.h | 2 +- liblogdiag/ld-lua-private.h | 2 +- liblogdiag/ld-lua-symbol-private.h | 2 +- liblogdiag/ld-lua-symbol.c | 2 +- liblogdiag/ld-lua-symbol.h | 2 +- liblogdiag/ld-lua.c | 2 +- liblogdiag/ld-lua.h | 2 +- liblogdiag/ld-symbol.c | 2 +- liblogdiag/ld-symbol.h | 2 +- liblogdiag/ld-types.c | 2 +- liblogdiag/ld-types.h | 2 +- liblogdiag/ld-undo-action.c | 2 +- liblogdiag/ld-undo-action.h | 2 +- liblogdiag/liblogdiag.h | 2 +- src/ld-window-main.c | 2 +- src/ld-window-main.h | 2 +- src/logdiag.c | 2 +- tests/diagram.c | 2 +- tests/point-array.c | 2 +- 39 files changed, 49 insertions(+), 50 deletions(-) diff --git a/LICENSE b/LICENSE index 51772e6..1974428 100644 --- a/LICENSE +++ b/LICENSE @@ -1,14 +1,13 @@ - Copyright (c) 2010 - 2016, Přemysl Janouch - All rights reserved. +Copyright (c) 2010 - 2016, Přemysl Janouch - 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. +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. - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY - SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION - OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/liblogdiag/ld-category-symbol-view.c b/liblogdiag/ld-category-symbol-view.c index 578fe43..3171150 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. All rights reserved. + * Copyright Přemysl Janouch 2012 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-category-symbol-view.h b/liblogdiag/ld-category-symbol-view.h index 964469a..1b87912 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. All rights reserved. + * Copyright Přemysl Janouch 2012 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-category-tree-view.c b/liblogdiag/ld-category-tree-view.c index 4fc0d6c..ea17d53 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. All rights reserved. + * Copyright Přemysl Janouch 2011, 2012 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-category-tree-view.h b/liblogdiag/ld-category-tree-view.h index f99314d..ba78b71 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. All rights reserved. + * Copyright Přemysl Janouch 2011, 2012 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-category-view.c b/liblogdiag/ld-category-view.c index 839b099..cc69594 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. All rights reserved. + * Copyright Přemysl Janouch 2012 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-category-view.h b/liblogdiag/ld-category-view.h index 723f78a..832479d 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. All rights reserved. + * Copyright Přemysl Janouch 2012 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-category.c b/liblogdiag/ld-category.c index 05dfa92..622eddc 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011, 2012 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-category.h b/liblogdiag/ld-category.h index 7695159..88cff01 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2012 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-diagram-connection.c b/liblogdiag/ld-diagram-connection.c index 52b51bb..c3f6995 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. All rights reserved. + * Copyright Přemysl Janouch 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-diagram-connection.h b/liblogdiag/ld-diagram-connection.h index c85aa5b..666e9fa 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. All rights reserved. + * Copyright Přemysl Janouch 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-diagram-object.c b/liblogdiag/ld-diagram-object.c index b801662..5820f61 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-diagram-object.h b/liblogdiag/ld-diagram-object.h index dc3a618..42dd6b5 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-diagram-symbol.c b/liblogdiag/ld-diagram-symbol.c index f4bd35c..3555531 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-diagram-symbol.h b/liblogdiag/ld-diagram-symbol.h index 8a93df7..642f79c 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-diagram-view.c b/liblogdiag/ld-diagram-view.c index 7b0d929..11903d5 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011, 2012 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-diagram-view.h b/liblogdiag/ld-diagram-view.h index c4ffd13..4bc0985 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-diagram.c b/liblogdiag/ld-diagram.c index 110fd8b..8cbac83 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011, 2012 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-diagram.h b/liblogdiag/ld-diagram.h index ea7f27b..722b703 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-library.c b/liblogdiag/ld-library.c index 9294c71..25bc751 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011, 2012 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-library.h b/liblogdiag/ld-library.h index 1a71973..aed21fb 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2012 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-lua-private.h b/liblogdiag/ld-lua-private.h index 7d6943a..2287e45 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. All rights reserved. + * Copyright Přemysl Janouch 2010 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-lua-symbol-private.h b/liblogdiag/ld-lua-symbol-private.h index e6474d9..2a62dfc 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-lua-symbol.c b/liblogdiag/ld-lua-symbol.c index 306b9fd..e720ba0 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-lua-symbol.h b/liblogdiag/ld-lua-symbol.h index 7d1f6f4..109d42d 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. All rights reserved. + * Copyright Přemysl Janouch 2010 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-lua.c b/liblogdiag/ld-lua.c index dfb0f3a..13f6800 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011, 2012 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-lua.h b/liblogdiag/ld-lua.h index 5e83626..bba4839 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. All rights reserved. + * Copyright Přemysl Janouch 2010 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-symbol.c b/liblogdiag/ld-symbol.c index 9310a1a..6c6cd90 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-symbol.h b/liblogdiag/ld-symbol.h index c1e84f9..28f55fe 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-types.c b/liblogdiag/ld-types.c index 2020ef1..aea991b 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-types.h b/liblogdiag/ld-types.h index 1cc4a78..bf5415b 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. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-undo-action.c b/liblogdiag/ld-undo-action.c index 1cbd4c2..740d955 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. All rights reserved. + * Copyright Přemysl Janouch 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/ld-undo-action.h b/liblogdiag/ld-undo-action.h index 141b255..b7adc78 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. All rights reserved. + * Copyright Přemysl Janouch 2011 * * See the file LICENSE for licensing information. * diff --git a/liblogdiag/liblogdiag.h b/liblogdiag/liblogdiag.h index 2348603..d39fb19 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. All rights reserved. + * Copyright Přemysl Janouch 2011, 2012 * * See the file LICENSE for licensing information. * diff --git a/src/ld-window-main.c b/src/ld-window-main.c index 0d8ebe5..f00bfa8 100644 --- a/src/ld-window-main.c +++ b/src/ld-window-main.c @@ -2,7 +2,7 @@ * ld-window-main.c * * This file is a part of logdiag. - * Copyright Přemysl Janouch 2010, 2011, 2012. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011, 2012 * * See the file LICENSE for licensing information. * diff --git a/src/ld-window-main.h b/src/ld-window-main.h index 2eccc12..1045be0 100644 --- a/src/ld-window-main.h +++ b/src/ld-window-main.h @@ -2,7 +2,7 @@ * ld-window-main.h * * This file is a part of logdiag. - * Copyright Přemysl Janouch 2010. All rights reserved. + * Copyright Přemysl Janouch 2010 * * See the file LICENSE for licensing information. * diff --git a/src/logdiag.c b/src/logdiag.c index e6c477b..6fafe77 100644 --- a/src/logdiag.c +++ b/src/logdiag.c @@ -2,7 +2,7 @@ * logdiag.c -- logdiag main source file. * * This file is a part of logdiag. - * Copyright Přemysl Janouch 2010, 2011. All rights reserved. + * Copyright Přemysl Janouch 2010, 2011 * * See the file LICENSE for licensing information. * diff --git a/tests/diagram.c b/tests/diagram.c index 9638ca2..8af61b1 100644 --- a/tests/diagram.c +++ b/tests/diagram.c @@ -2,7 +2,7 @@ * diagram.c * * This file is a part of logdiag. - * Copyright Přemysl Janouch 2011. All rights reserved. + * Copyright Přemysl Janouch 2011 * * See the file LICENSE for licensing information. * diff --git a/tests/point-array.c b/tests/point-array.c index b8f8a3f..4970a6f 100644 --- a/tests/point-array.c +++ b/tests/point-array.c @@ -2,7 +2,7 @@ * point-array.c * * This file is a part of logdiag. - * Copyright Přemysl Janouch 2011. All rights reserved. + * Copyright Přemysl Janouch 2011 * * See the file LICENSE for licensing information. * -- cgit v1.2.3