diff --git a/include/wxex/appbar.h b/include/wxex/appbar.h index c365e84..e9f5d28 100644 --- a/include/wxex/appbar.h +++ b/include/wxex/appbar.h @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT Based on code written by Jeffrey Richter. This file is part of wxExtend. @@ -43,7 +43,7 @@ /// \param[in] wParam Event identifier. One of the following values /// - ABN_FULLSCREENAPP Notifies an appbar when a full-screen application is opening or closing. \p lParam is boolean flag specifying whether a full-screen application is opening or closing. This parameter is TRUE if the application is opening or FALSE if it is closing. /// - ABN_POSCHANGED Notifies an appbar when an event has occurred that may affect the appbar's size and position. Events include changes in the taskbar's size, position, and visibility state, as well as the addition, removal, or resizing of another appbar on the same side of the screen. \p lParam is not used. -/// - ABN_STATECHANGE Notifies an appbar that the taskbar's autohide or always-on-top state has changed—that is, the user has selected or cleared the "Always on top" or "Auto hide" check box on the taskbar's property sheet. \p lParam is not used. +/// - ABN_STATECHANGE Notifies an appbar that the taskbar's autohide or always-on-top state has changed—that is, the user has selected or cleared the "Always on top" or "Auto hide" check box on the taskbar's property sheet. \p lParam is not used. /// \param[in] lParam Event specific. See \p wParam for details. /// #define WM_AB_NOTIFY 0x6f00 diff --git a/include/wxex/aui/framemanager.h b/include/wxex/aui/framemanager.h index dcf3248..6a69894 100644 --- a/include/wxex/aui/framemanager.h +++ b/include/wxex/aui/framemanager.h @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/include/wxex/common.h b/include/wxex/common.h index 47e3914..751694f 100644 --- a/include/wxex/common.h +++ b/include/wxex/common.h @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/include/wxex/comutils.h b/include/wxex/comutils.h index 60ae95c..300a125 100644 --- a/include/wxex/comutils.h +++ b/include/wxex/comutils.h @@ -1,6 +1,6 @@ -/* +/* Copyright 2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/include/wxex/crypto.h b/include/wxex/crypto.h index 9cf7bd4..196e2fe 100644 --- a/include/wxex/crypto.h +++ b/include/wxex/crypto.h @@ -1,6 +1,6 @@ -/* +/* Copyright 2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/include/wxex/hex.h b/include/wxex/hex.h index efa98a3..0319d24 100644 --- a/include/wxex/hex.h +++ b/include/wxex/hex.h @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/include/wxex/object.h b/include/wxex/object.h index 2e5fd6f..8c0617e 100644 --- a/include/wxex/object.h +++ b/include/wxex/object.h @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/include/wxex/persist/auimanager.h b/include/wxex/persist/auimanager.h index c16fc5c..82c7d1d 100644 --- a/include/wxex/persist/auimanager.h +++ b/include/wxex/persist/auimanager.h @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/include/wxex/persist/dialog.h b/include/wxex/persist/dialog.h index 530e54c..f05d387 100644 --- a/include/wxex/persist/dialog.h +++ b/include/wxex/persist/dialog.h @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/include/wxex/url.h b/include/wxex/url.h index 01e1f9f..8e119c8 100644 --- a/include/wxex/url.h +++ b/include/wxex/url.h @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/include/wxex/valhex.h b/include/wxex/valhex.h index a98aff5..e347446 100644 --- a/include/wxex/valhex.h +++ b/include/wxex/valhex.h @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/include/wxex/valnet.h b/include/wxex/valnet.h index 1b62163..dcad11a 100644 --- a/include/wxex/valnet.h +++ b/include/wxex/valnet.h @@ -1,6 +1,6 @@ -/* +/* Copyright 2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/include/wxex/xml.h b/include/wxex/xml.h index fdbabad..b9e7035 100644 --- a/include/wxex/xml.h +++ b/include/wxex/xml.h @@ -1,6 +1,6 @@ -/* +/* Copyright 2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/src/appbar.cpp b/src/appbar.cpp index a8f0d97..e4ac494 100644 --- a/src/appbar.cpp +++ b/src/appbar.cpp @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT Based on code written by Jeffrey Richter. This file is part of wxExtend. diff --git a/src/comutils.cpp b/src/comutils.cpp index d5e0b44..c82f1ed 100644 --- a/src/comutils.cpp +++ b/src/comutils.cpp @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/src/crypto.cpp b/src/crypto.cpp index 3790f8e..53df68b 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/src/framemanager.cpp b/src/framemanager.cpp index 807fb1d..86c4976 100644 --- a/src/framemanager.cpp +++ b/src/framemanager.cpp @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/src/hex.cpp b/src/hex.cpp index 4dcd10a..4a26418 100644 --- a/src/hex.cpp +++ b/src/hex.cpp @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/src/stdafx.cpp b/src/stdafx.cpp index 6d5672d..6929fc6 100644 --- a/src/stdafx.cpp +++ b/src/stdafx.cpp @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/src/stdafx.h b/src/stdafx.h index 989eddf..c2231a2 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/src/url.cpp b/src/url.cpp index e5811a3..ce3ac95 100644 --- a/src/url.cpp +++ b/src/url.cpp @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/src/valhex.cpp b/src/valhex.cpp index d953c97..a6485ed 100644 --- a/src/valhex.cpp +++ b/src/valhex.cpp @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/src/valnet.cpp b/src/valnet.cpp index 5ea5b31..5cbc26b 100644 --- a/src/valnet.cpp +++ b/src/valnet.cpp @@ -1,6 +1,6 @@ -/* +/* Copyright 2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend. diff --git a/src/xml.cpp b/src/xml.cpp index 50518dc..3439de3 100644 --- a/src/xml.cpp +++ b/src/xml.cpp @@ -1,6 +1,6 @@ -/* +/* Copyright 2015-2016 Amebis - Copyright 2016 GÉANT + Copyright 2016 GÉANT This file is part of wxExtend.