From 046a40dcb28dcc5c7af2243f5a21a7168f22ee3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erwan=20Saclier=20de=20la=20B=C3=A2tie?= Date: Sat, 5 Mar 2022 23:10:08 +0100 Subject: [PATCH] update licence --- CMakeLists.txt | 2 +- LICENCE | 2 +- include/CMDParser.h | 2 +- include/LoopbackStream.h | 2 +- include/StreamApplication.h | 2 +- src/CMDParser.cpp | 2 +- src/LoopbackStream.cpp | 2 +- src/StreamApplication.cpp | 2 +- src/main.cpp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 740f06e..a10cdfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # MicrophoneLoopback -# Copyright © 2021 Erwan Saclier de la Bâtie (Erwan28250) +# Copyright © 2022 Erwan Saclier de la Bâtie (BlueDragon28) # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, diff --git a/LICENCE b/LICENCE index a575b9d..eda90c7 100644 --- a/LICENCE +++ b/LICENCE @@ -2,7 +2,7 @@ MicrophoneLoopback -Copyright © 2021 Erwan Saclier de la Bâtie (Erwan28250) +Copyright © 2022 Erwan Saclier de la Bâtie (BlueDragon28) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, diff --git a/include/CMDParser.h b/include/CMDParser.h index 993a6f0..e566391 100644 --- a/include/CMDParser.h +++ b/include/CMDParser.h @@ -3,7 +3,7 @@ * * MicrophoneLoopback * - * Copyright © 2021 Erwan Saclier de la Bâtie (Erwan28250) + * Copyright © 2022 Erwan Saclier de la Bâtie (BlueDragon28) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, diff --git a/include/LoopbackStream.h b/include/LoopbackStream.h index fa7ea69..a7c49fb 100644 --- a/include/LoopbackStream.h +++ b/include/LoopbackStream.h @@ -3,7 +3,7 @@ * * MicrophoneLoopback * - * Copyright © 2021 Erwan Saclier de la Bâtie (Erwan28250) + * Copyright © 2022 Erwan Saclier de la Bâtie (BlueDragon28) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, diff --git a/include/StreamApplication.h b/include/StreamApplication.h index c5f2b06..a6a10a9 100644 --- a/include/StreamApplication.h +++ b/include/StreamApplication.h @@ -3,7 +3,7 @@ * * MicrophoneLoopback * - * Copyright © 2021 Erwan Saclier de la Bâtie (Erwan28250) + * Copyright © 2022 Erwan Saclier de la Bâtie (BlueDragon28) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, diff --git a/src/CMDParser.cpp b/src/CMDParser.cpp index a8a7d63..ab24958 100644 --- a/src/CMDParser.cpp +++ b/src/CMDParser.cpp @@ -3,7 +3,7 @@ * * MicrophoneLoopback * - * Copyright © 2021 Erwan Saclier de la Bâtie (Erwan28250) + * Copyright © 2022 Erwan Saclier de la Bâtie (BlueDragon28) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, diff --git a/src/LoopbackStream.cpp b/src/LoopbackStream.cpp index d5448bb..d483413 100644 --- a/src/LoopbackStream.cpp +++ b/src/LoopbackStream.cpp @@ -3,7 +3,7 @@ * * MicrophoneLoopback * - * Copyright © 2021 Erwan Saclier de la Bâtie (Erwan28250) + * Copyright © 2022 Erwan Saclier de la Bâtie (BlueDragon28) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, diff --git a/src/StreamApplication.cpp b/src/StreamApplication.cpp index c1e99bc..2e9b397 100644 --- a/src/StreamApplication.cpp +++ b/src/StreamApplication.cpp @@ -3,7 +3,7 @@ * * MicrophoneLoopback * - * Copyright © 2021 Erwan Saclier de la Bâtie (Erwan28250) + * Copyright © 2022 Erwan Saclier de la Bâtie (BlueDragon28) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, diff --git a/src/main.cpp b/src/main.cpp index 80dd777..8dd233c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,7 @@ * * MicrophoneLoopback * - * Copyright © 2021 Erwan Saclier de la Bâtie (Erwan28250) + * Copyright © 2022 Erwan Saclier de la Bâtie (BlueDragon28) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,