From 9f7f5ab0dbd2d9f480559345bdf9c621b4e601d9 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Fri, 17 May 2024 19:25:48 +0200 Subject: [PATCH] aqhome: fixed copyright headers. --- aqhome/data/path-t.c | 2 +- aqhome/data/path-t.h | 2 +- aqhome/data/path.c | 2 +- aqhome/data/path.h | 2 +- aqhome/data/storage.c | 4 ++-- aqhome/data/storage.h | 4 ++-- aqhome/data/storage_p.h | 4 ++-- aqhome/data/storage_readxml.c | 4 ++-- aqhome/data/storage_readxml.h | 4 ++-- aqhome/data/storage_writexml.c | 4 ++-- aqhome/data/storage_writexml.h | 4 ++-- aqhome/data/vars-t.c | 2 +- aqhome/data/vars-t.h | 2 +- aqhome/data/vars.c | 4 ++-- aqhome/data/vars.h | 4 ++-- aqhome/data/vars_dbread-t.c | 2 +- aqhome/data/vars_dbread-t.h | 4 ++-- aqhome/data/vars_dbread.c | 4 ++-- aqhome/data/vars_dbread.h | 4 ++-- aqhome/data/vars_dbwrite-t.c | 2 +- aqhome/data/vars_dbwrite-t.h | 4 ++-- aqhome/data/vars_dbwrite.c | 2 +- aqhome/data/vars_dbwrite.h | 4 ++-- aqhome/data/vars_p.h | 4 ++-- 24 files changed, 39 insertions(+), 39 deletions(-) diff --git a/aqhome/data/path-t.c b/aqhome/data/path-t.c index 8aa214d..68bfa68 100644 --- a/aqhome/data/path-t.c +++ b/aqhome/data/path-t.c @@ -1,5 +1,5 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. + * This file is part of the project AqHome. * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you diff --git a/aqhome/data/path-t.h b/aqhome/data/path-t.h index cd0fb7b..fe1131e 100644 --- a/aqhome/data/path-t.h +++ b/aqhome/data/path-t.h @@ -1,5 +1,5 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. + * This file is part of the project AqHome. * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you diff --git a/aqhome/data/path.c b/aqhome/data/path.c index dfce77a..d1e5cfa 100644 --- a/aqhome/data/path.c +++ b/aqhome/data/path.c @@ -1,5 +1,5 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. + * This file is part of the project AqHome. * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you diff --git a/aqhome/data/path.h b/aqhome/data/path.h index f14f1c0..5146af8 100644 --- a/aqhome/data/path.h +++ b/aqhome/data/path.h @@ -1,5 +1,5 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. + * This file is part of the project AqHome. * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you diff --git a/aqhome/data/storage.c b/aqhome/data/storage.c index 1d3d968..0fc1851 100644 --- a/aqhome/data/storage.c +++ b/aqhome/data/storage.c @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. diff --git a/aqhome/data/storage.h b/aqhome/data/storage.h index 1382ade..c23152f 100644 --- a/aqhome/data/storage.h +++ b/aqhome/data/storage.h @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. diff --git a/aqhome/data/storage_p.h b/aqhome/data/storage_p.h index 2ad7bc7..0cc5701 100644 --- a/aqhome/data/storage_p.h +++ b/aqhome/data/storage_p.h @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. diff --git a/aqhome/data/storage_readxml.c b/aqhome/data/storage_readxml.c index d6e766f..2919c51 100644 --- a/aqhome/data/storage_readxml.c +++ b/aqhome/data/storage_readxml.c @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. diff --git a/aqhome/data/storage_readxml.h b/aqhome/data/storage_readxml.h index 62f0fa4..7c1489a 100644 --- a/aqhome/data/storage_readxml.h +++ b/aqhome/data/storage_readxml.h @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. diff --git a/aqhome/data/storage_writexml.c b/aqhome/data/storage_writexml.c index fa5d81f..0b58bd0 100644 --- a/aqhome/data/storage_writexml.c +++ b/aqhome/data/storage_writexml.c @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. diff --git a/aqhome/data/storage_writexml.h b/aqhome/data/storage_writexml.h index 246f865..09dd37f 100644 --- a/aqhome/data/storage_writexml.h +++ b/aqhome/data/storage_writexml.h @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. diff --git a/aqhome/data/vars-t.c b/aqhome/data/vars-t.c index 2e40f57..65409ef 100644 --- a/aqhome/data/vars-t.c +++ b/aqhome/data/vars-t.c @@ -1,5 +1,5 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. + * This file is part of the project AqHome. * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you diff --git a/aqhome/data/vars-t.h b/aqhome/data/vars-t.h index 902cc4e..fe0110f 100644 --- a/aqhome/data/vars-t.h +++ b/aqhome/data/vars-t.h @@ -1,5 +1,5 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. + * This file is part of the project AqHome. * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you diff --git a/aqhome/data/vars.c b/aqhome/data/vars.c index 040a5f8..033fe90 100644 --- a/aqhome/data/vars.c +++ b/aqhome/data/vars.c @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. diff --git a/aqhome/data/vars.h b/aqhome/data/vars.h index f4dd9dc..67b1fa1 100644 --- a/aqhome/data/vars.h +++ b/aqhome/data/vars.h @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. diff --git a/aqhome/data/vars_dbread-t.c b/aqhome/data/vars_dbread-t.c index 4778f4e..45af1b0 100644 --- a/aqhome/data/vars_dbread-t.c +++ b/aqhome/data/vars_dbread-t.c @@ -1,5 +1,5 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. + * This file is part of the project AqHome. * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you diff --git a/aqhome/data/vars_dbread-t.h b/aqhome/data/vars_dbread-t.h index c0c79fd..990fdd8 100644 --- a/aqhome/data/vars_dbread-t.h +++ b/aqhome/data/vars_dbread-t.h @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. diff --git a/aqhome/data/vars_dbread.c b/aqhome/data/vars_dbread.c index 6871a39..a894254 100644 --- a/aqhome/data/vars_dbread.c +++ b/aqhome/data/vars_dbread.c @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. diff --git a/aqhome/data/vars_dbread.h b/aqhome/data/vars_dbread.h index 39a2e36..2d94194 100644 --- a/aqhome/data/vars_dbread.h +++ b/aqhome/data/vars_dbread.h @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. diff --git a/aqhome/data/vars_dbwrite-t.c b/aqhome/data/vars_dbwrite-t.c index 1750386..99ae529 100644 --- a/aqhome/data/vars_dbwrite-t.c +++ b/aqhome/data/vars_dbwrite-t.c @@ -1,5 +1,5 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. + * This file is part of the project AqHome. * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you diff --git a/aqhome/data/vars_dbwrite-t.h b/aqhome/data/vars_dbwrite-t.h index 5e919ca..0810ab6 100644 --- a/aqhome/data/vars_dbwrite-t.h +++ b/aqhome/data/vars_dbwrite-t.h @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. diff --git a/aqhome/data/vars_dbwrite.c b/aqhome/data/vars_dbwrite.c index 1551657..7ae7bd0 100644 --- a/aqhome/data/vars_dbwrite.c +++ b/aqhome/data/vars_dbwrite.c @@ -1,5 +1,5 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. + * This file is part of the project AqHome. * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you diff --git a/aqhome/data/vars_dbwrite.h b/aqhome/data/vars_dbwrite.h index 107e352..1ff0d35 100644 --- a/aqhome/data/vars_dbwrite.h +++ b/aqhome/data/vars_dbwrite.h @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. diff --git a/aqhome/data/vars_p.h b/aqhome/data/vars_p.h index 1b7af96..2db5339 100644 --- a/aqhome/data/vars_p.h +++ b/aqhome/data/vars_p.h @@ -1,6 +1,6 @@ /**************************************************************************** - * This file is part of the project Gwenhywfar. - * Gwenhywfar (c) by 2023 Martin Preuss, all rights reserved. + * This file is part of the project AqHome. + * AqHome (c) by 2024 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file.