diff --git a/.liccor.yml b/.liccor.yml index 7614823..91ee282 100644 --- a/.liccor.yml +++ b/.liccor.yml @@ -2,7 +2,7 @@ source: - src copyright_notice: |- - Copyright 2018 gtalent2@gmail.com + Copyright 2018 - 2021 gary@drinkingtea.net This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/callstackmodel.cpp b/src/callstackmodel.cpp index 8e73be9..6ef8224 100644 --- a/src/callstackmodel.cpp +++ b/src/callstackmodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/callstackmodel.hpp b/src/callstackmodel.hpp index 9c302ff..d03eed0 100644 --- a/src/callstackmodel.hpp +++ b/src/callstackmodel.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main.cpp b/src/main.cpp index 2f7e2b3..41d9293 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 201d10a..4482361 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index 09726b2..0cbf6fc 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/processdata.cpp b/src/processdata.cpp index d35da51..e1ae427 100644 --- a/src/processdata.cpp +++ b/src/processdata.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/processdata.hpp b/src/processdata.hpp index 3b52125..bee6bb0 100644 --- a/src/processdata.hpp +++ b/src/processdata.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/processselector.cpp b/src/processselector.cpp index 14acd55..4371e33 100644 --- a/src/processselector.cpp +++ b/src/processselector.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/processselector.hpp b/src/processselector.hpp index edad308..7ec4c05 100644 --- a/src/processselector.hpp +++ b/src/processselector.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/server.cpp b/src/server.cpp index 2021880..e683b4c 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/server.hpp b/src/server.hpp index ddb887b..758b07f 100644 --- a/src/server.hpp +++ b/src/server.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/traceeventmodel.cpp b/src/traceeventmodel.cpp index d836b55..918febe 100644 --- a/src/traceeventmodel.cpp +++ b/src/traceeventmodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/traceeventmodel.hpp b/src/traceeventmodel.hpp index 8058be8..6a2e360 100644 --- a/src/traceeventmodel.hpp +++ b/src/traceeventmodel.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/traceview.cpp b/src/traceview.cpp index d563350..a0e6d77 100644 --- a/src/traceview.cpp +++ b/src/traceview.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/traceview.hpp b/src/traceview.hpp index a52451c..35cab19 100644 --- a/src/traceview.hpp +++ b/src/traceview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 gtalent2@gmail.com + * Copyright 2018 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this