diff --git a/ChangeLog b/ChangeLog index dc951cf..502a3b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ MUI TheBar MCC class - ChangeLog -------------------------------- +#### v26.20 RELEASE ########################################################### + 2020-05-04 Thore Böckelmann * misc: reworked the DoSuperNew() implementation to call DoSuperMethodA() with diff --git a/Makefile b/Makefile index fef6288..214401b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # # TheBar.mcc - Next Generation Toolbar MUI Custom Class # Copyright (C) 2003-2005 Alfonso Ranieri -# Copyright (C) 2005-2019 TheBar Open Source Team +# Copyright (C) 2005-2020 TheBar Open Source Team # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/README.md b/README.md index f5bd68f..268b8b2 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To report bugs use the [bug/issue tracker](https://github.com/amiga-mui/thebar/i ``` Copyright (C) 2003-2005 Alfonso Ranieri -Copyright (C) 2005-2019 TheBar Open Source Team +Copyright (C) 2005-2020 TheBar Open Source Team ``` TheBar.mcc is distributed and licensed under the GNU Lesser Public License Version 2.1. diff --git a/demo/Makefile b/demo/Makefile index 435935c..1031baf 100644 --- a/demo/Makefile +++ b/demo/Makefile @@ -2,7 +2,7 @@ # # TheBar.mcc - Next Generation Toolbar MUI Custom Class # Copyright (C) 2003-2005 Alfonso Ranieri -# Copyright (C) 2005-2019 TheBar Open Source Team +# Copyright (C) 2005-2020 TheBar Open Source Team # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/demo/vastubs.c b/demo/vastubs.c index b7f9590..34011e4 100644 --- a/demo/vastubs.c +++ b/demo/vastubs.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/doc/MCC_TheBar.doc b/doc/MCC_TheBar.doc index a6cd25e..c33f0c2 100644 --- a/doc/MCC_TheBar.doc +++ b/doc/MCC_TheBar.doc @@ -86,7 +86,7 @@ TheBar.mcc/TheBar.mcc $URL: https://thebar.svn.sourceforge.net/svnroot/thebar/trunk/doc/MCC_TheBar.doc $ Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team TheBar.mcc is a MUI custom class which provides facilities to generate a dynamic graphical toolbar for MUI applications. Beside diff --git a/doc/MCC_TheBar.readme b/doc/MCC_TheBar.readme index d8bf231..1ffae38 100644 --- a/doc/MCC_TheBar.readme +++ b/doc/MCC_TheBar.readme @@ -1,16 +1,16 @@ Short: TheBar.mcc - Next Generation Toolbar MUI Custom Class Author: Alfonso Ranieri and TheBar Open Source Team Uploader: Jens Maus -Version: 26.19 +Version: 26.20 Type: dev/mui Requires: AmigaOS 3.0+ or MorphOS, MUI 3.8+, 68020+/PPC604e+ -Replaces: dev/mui/MCC_TheBar-26.17.lha +Replaces: dev/mui/MCC_TheBar-26.19.lha Architecture: ppc-amigaos >= 4.0.0; m68k-amigaos >= 3.0; ppc-morphos >= 1.4.2; i386-aros; ppc-aros; x86_64-aros Introduction ~~~~~~~~~~~~ Copyright (C) 2003-2005 Alfonso Ranieri -Copyright (C) 2005-2019 TheBar Open Source Team +Copyright (C) 2005-2020 TheBar Open Source Team TheBar.mcc is a MUI custom class for management of multiple buttons in a toolbar-like environment. It allows to group multiple button together, allows diff --git a/include/mcc_common.h b/include/mcc_common.h index e4b7b56..0fcc04b 100644 --- a/include/mcc_common.h +++ b/include/mcc_common.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/include/mui/TheBar_mcp.h b/include/mui/TheBar_mcp.h index 116c3fb..828b4f6 100755 --- a/include/mui/TheBar_mcp.h +++ b/include/mui/TheBar_mcp.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/include/shellstart.c b/include/shellstart.c index e073b8f..0fa6e83 100644 --- a/include/shellstart.c +++ b/include/shellstart.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/Makefile b/mcc/Makefile index 1c8c32e..94d2fb6 100644 --- a/mcc/Makefile +++ b/mcc/Makefile @@ -2,7 +2,7 @@ # # TheBar.mcc - Next Generation Toolbar MUI Custom Class # Copyright (C) 2003-2005 Alfonso Ranieri -# Copyright (C) 2005-2019 TheBar Open Source Team +# Copyright (C) 2005-2020 TheBar Open Source Team # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/mcc/SetPatch.c b/mcc/SetPatch.c index b737ae5..b972134 100644 --- a/mcc/SetPatch.c +++ b/mcc/SetPatch.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/SetPatch.h b/mcc/SetPatch.h index 6689e85..f706501 100644 --- a/mcc/SetPatch.h +++ b/mcc/SetPatch.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/TheBar-Test.c b/mcc/TheBar-Test.c index 5741790..77989d3 100644 --- a/mcc/TheBar-Test.c +++ b/mcc/TheBar-Test.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/brc1.c b/mcc/brc1.c index 5194947..2be6465 100644 --- a/mcc/brc1.c +++ b/mcc/brc1.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/build.c b/mcc/build.c index b18015b..32fd0f8 100644 --- a/mcc/build.c +++ b/mcc/build.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/Makefile b/mcc/button/Makefile index ccb2615..c129ceb 100644 --- a/mcc/button/Makefile +++ b/mcc/button/Makefile @@ -2,7 +2,7 @@ # # TheBar.mcc - Next Generation Toolbar MUI Custom Class # Copyright (C) 2003-2005 Alfonso Ranieri -# Copyright (C) 2005-2019 TheBar Open Source Team +# Copyright (C) 2005-2020 TheBar Open Source Team # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/SetPatch.c b/mcc/button/SetPatch.c index b737ae5..b972134 100644 --- a/mcc/button/SetPatch.c +++ b/mcc/button/SetPatch.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/SetPatch.h b/mcc/button/SetPatch.h index 6689e85..f706501 100644 --- a/mcc/button/SetPatch.h +++ b/mcc/button/SetPatch.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/brc1.c b/mcc/button/brc1.c index 5194947..2be6465 100644 --- a/mcc/button/brc1.c +++ b/mcc/button/brc1.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/build.c b/mcc/button/build.c index 075cd83..0602227 100644 --- a/mcc/button/build.c +++ b/mcc/button/build.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/class.c b/mcc/button/class.c index 1780115..b9f3e3f 100644 --- a/mcc/button/class.c +++ b/mcc/button/class.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/class.h b/mcc/button/class.h index 360e4af..1320f35 100644 --- a/mcc/button/class.h +++ b/mcc/button/class.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/class_protos.h b/mcc/button/class_protos.h index c4e733c..6fcd7c9 100644 --- a/mcc/button/class_protos.h +++ b/mcc/button/class_protos.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/debug.c b/mcc/button/debug.c index 3c948a0..a49b375 100644 --- a/mcc/button/debug.c +++ b/mcc/button/debug.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/debug.h b/mcc/button/debug.h index 37218d5..28a92f5 100644 --- a/mcc/button/debug.h +++ b/mcc/button/debug.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/library.c b/mcc/button/library.c index 8c5d410..01cf9fd 100644 --- a/mcc/button/library.c +++ b/mcc/button/library.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/private.h b/mcc/button/private.h index a665541..abe8941 100644 --- a/mcc/button/private.h +++ b/mcc/button/private.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/scale.c b/mcc/button/scale.c index 1101d86..6dbe37e 100644 --- a/mcc/button/scale.c +++ b/mcc/button/scale.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/utils.c b/mcc/button/utils.c index 9906fae..a16e7d0 100644 --- a/mcc/button/utils.c +++ b/mcc/button/utils.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/vastubs.c b/mcc/button/vastubs.c index c563499..34db348 100644 --- a/mcc/button/vastubs.c +++ b/mcc/button/vastubs.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/button/version.h b/mcc/button/version.h index 40935e2..1a4d6df 100644 --- a/mcc/button/version.h +++ b/mcc/button/version.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -29,9 +29,9 @@ // for setting all necessary version information #define LIB_VERSION 26 -#define LIB_REVISION 19 -#define LIB_DATE "15.01.2018" -#define LIB_COPYRIGHT "Copyright (C) 2005-2019 TheBar Open Source Team" +#define LIB_REVISION 20 +#define LIB_DATE "01.07.2020" +#define LIB_COPYRIGHT "Copyright (C) 2005-2020 TheBar Open Source Team" // set the LIB_REV_STRING #define LIB_REV_STRING STR(LIB_VERSION) "." STR(LIB_REVISION) diff --git a/mcc/class.c b/mcc/class.c index bcc13d9..d9a8b3e 100644 --- a/mcc/class.c +++ b/mcc/class.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/class.h b/mcc/class.h index d324e7b..ae9a364 100644 --- a/mcc/class.h +++ b/mcc/class.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/class_protos.h b/mcc/class_protos.h index 2f813b7..23b8ddf 100644 --- a/mcc/class_protos.h +++ b/mcc/class_protos.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/debug.c b/mcc/debug.c index 3ea209a..03c0b90 100644 --- a/mcc/debug.c +++ b/mcc/debug.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/debug.h b/mcc/debug.h index b4ae2c1..d698901 100644 --- a/mcc/debug.h +++ b/mcc/debug.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/dragbar.c b/mcc/dragbar.c index 262fd3f..9d77b75 100644 --- a/mcc/dragbar.c +++ b/mcc/dragbar.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/library.c b/mcc/library.c index 04f50d2..6d427a8 100644 --- a/mcc/library.c +++ b/mcc/library.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/private.h b/mcc/private.h index e3c267a..4e46c96 100644 --- a/mcc/private.h +++ b/mcc/private.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/scale.c b/mcc/scale.c index ec3d3d0..c093f30 100644 --- a/mcc/scale.c +++ b/mcc/scale.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/spacer.c b/mcc/spacer.c index 4f56ab4..a6a2141 100644 --- a/mcc/spacer.c +++ b/mcc/spacer.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/utils.c b/mcc/utils.c index 785968d..4439ef3 100644 --- a/mcc/utils.c +++ b/mcc/utils.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/vastubs.c b/mcc/vastubs.c index 333f7cb..b1afa4f 100644 --- a/mcc/vastubs.c +++ b/mcc/vastubs.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcc/version.h b/mcc/version.h index 40935e2..1a4d6df 100644 --- a/mcc/version.h +++ b/mcc/version.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -29,9 +29,9 @@ // for setting all necessary version information #define LIB_VERSION 26 -#define LIB_REVISION 19 -#define LIB_DATE "15.01.2018" -#define LIB_COPYRIGHT "Copyright (C) 2005-2019 TheBar Open Source Team" +#define LIB_REVISION 20 +#define LIB_DATE "01.07.2020" +#define LIB_COPYRIGHT "Copyright (C) 2005-2020 TheBar Open Source Team" // set the LIB_REV_STRING #define LIB_REV_STRING STR(LIB_VERSION) "." STR(LIB_REVISION) diff --git a/mcp/C_c.sd b/mcp/C_c.sd index 5fbdf8d..381f4fa 100644 --- a/mcp/C_c.sd +++ b/mcp/C_c.sd @@ -4,7 +4,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/C_h.sd b/mcp/C_h.sd index 2e01bda..25c2e73 100644 --- a/mcp/C_h.sd +++ b/mcp/C_h.sd @@ -4,7 +4,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/Makefile b/mcp/Makefile index c27031c..9a04003 100644 --- a/mcp/Makefile +++ b/mcp/Makefile @@ -2,7 +2,7 @@ # # TheBar.mcc - Next Generation Toolbar MUI Custom Class # Copyright (C) 2003-2005 Alfonso Ranieri -# Copyright (C) 2005-2019 TheBar Open Source Team +# Copyright (C) 2005-2020 TheBar Open Source Team # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/mcp/backgroundadjust.c b/mcp/backgroundadjust.c index b98240a..e57e5f0 100644 --- a/mcp/backgroundadjust.c +++ b/mcp/backgroundadjust.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/class.c b/mcp/class.c index 52ea9e7..3d0b282 100644 --- a/mcp/class.c +++ b/mcp/class.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/class.h b/mcp/class.h index e4cc843..d7f8bbb 100644 --- a/mcp/class.h +++ b/mcp/class.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/class_protos.h b/mcp/class_protos.h index cc5df36..3a1e4da 100644 --- a/mcp/class_protos.h +++ b/mcp/class_protos.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/coloradjust.c b/mcp/coloradjust.c index 226b250..66140d6 100644 --- a/mcp/coloradjust.c +++ b/mcp/coloradjust.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/debug.c b/mcp/debug.c index 728b676..530734b 100644 --- a/mcp/debug.c +++ b/mcp/debug.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/debug.h b/mcp/debug.h index f16fbac..3a390a6 100644 --- a/mcp/debug.h +++ b/mcp/debug.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/icon.c b/mcp/icon.c index 4b95573..96ab298 100644 --- a/mcp/icon.c +++ b/mcp/icon.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/icon.h b/mcp/icon.h index a914662..4e02f9f 100644 --- a/mcp/icon.h +++ b/mcp/icon.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/library.c b/mcp/library.c index f88e243..bd8c822 100644 --- a/mcp/library.c +++ b/mcp/library.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/penadjust.c b/mcp/penadjust.c index fc3bdc8..2a8e68b 100644 --- a/mcp/penadjust.c +++ b/mcp/penadjust.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/popbackground.c b/mcp/popbackground.c index ba06ff0..5d21317 100644 --- a/mcp/popbackground.c +++ b/mcp/popbackground.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/poppen.c b/mcp/poppen.c index 0f6e7b4..434572c 100644 --- a/mcp/poppen.c +++ b/mcp/poppen.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/private.h b/mcp/private.h index 2f9bcc0..67baeb3 100644 --- a/mcp/private.h +++ b/mcp/private.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/utils.c b/mcp/utils.c index 1a2589c..9a57b75 100644 --- a/mcp/utils.c +++ b/mcp/utils.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/vastubs.c b/mcp/vastubs.c index 67c6984..169641c 100644 --- a/mcp/vastubs.c +++ b/mcp/vastubs.c @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/mcp/version.h b/mcp/version.h index 40935e2..1a4d6df 100644 --- a/mcp/version.h +++ b/mcp/version.h @@ -2,7 +2,7 @@ TheBar.mcc - Next Generation Toolbar MUI Custom Class Copyright (C) 2003-2005 Alfonso Ranieri - Copyright (C) 2005-2019 TheBar Open Source Team + Copyright (C) 2005-2020 TheBar Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -29,9 +29,9 @@ // for setting all necessary version information #define LIB_VERSION 26 -#define LIB_REVISION 19 -#define LIB_DATE "15.01.2018" -#define LIB_COPYRIGHT "Copyright (C) 2005-2019 TheBar Open Source Team" +#define LIB_REVISION 20 +#define LIB_DATE "01.07.2020" +#define LIB_COPYRIGHT "Copyright (C) 2005-2020 TheBar Open Source Team" // set the LIB_REV_STRING #define LIB_REV_STRING STR(LIB_VERSION) "." STR(LIB_REVISION) diff --git a/tools/mkrelease.sh b/tools/mkrelease.sh index 687ba27..1ecb3cf 100755 --- a/tools/mkrelease.sh +++ b/tools/mkrelease.sh @@ -4,7 +4,7 @@ # # TheBar.mcc - Next Generation Toolbar MUI Custom Class # Copyright (C) 2003-2005 Alfonso Ranieri -# Copyright (C) 2005-2019 TheBar Open Source Team +# Copyright (C) 2005-2020 TheBar Open Source Team # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public