diff --git a/README.md b/README.md index c091e46..f64132f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -LXMax +jit.ndi Extensions for sending/receiving video and audio using the [Newtek NDIĀ®](https://ndi.tv/) protocol in [Cycling 74's Max](https://cycling74.com/products/max/) @@ -29,7 +29,7 @@ jit.ndi is licensed under LGPL 3.0. This means you are free to use the objects i Help patchers and Max documentation metadata included in the package. ## Copyright -jit.ndi Copyright (C) 2021 Pixsper Ltd. +jit.ndi Copyright (C) 2022 Pixsper Ltd. www.pixsper.com NDIĀ® is a registered trademark of NewTek, Inc diff --git a/package-info.json b/package-info.json index 15f5216..efb415f 100644 --- a/package-info.json +++ b/package-info.json @@ -20,9 +20,9 @@ }, "package_extra" : { "reverse_domain" : "com.pixsper", - "copyright" : "Copyright (c) 2021 Pixsper Ltd." + "copyright" : "Copyright (c) 2022 Pixsper Ltd." }, "tags" : [ ], - "version" : "0.3.0", + "version" : "0.3.1", "website" : "https://github.com/pixsper/jit.ndi" } diff --git a/source/jit.ndi/jit.ndi.receive~/jit.ndi.receive.c b/source/jit.ndi/jit.ndi.receive~/jit.ndi.receive.c index 1d1e239..f7a471d 100644 --- a/source/jit.ndi/jit.ndi.receive~/jit.ndi.receive.c +++ b/source/jit.ndi/jit.ndi.receive~/jit.ndi.receive.c @@ -1,6 +1,6 @@ // -// This file is part of jit.ndi https://github.com/pixsperdavid/jit.ndi -// Copyright (c) 2021 Pixsper Ltd. +// This file is part of jit.ndi https://github.com/pixsper/jit.ndi +// Copyright (c) 2022 Pixsper Ltd. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as diff --git a/source/jit.ndi/jit.ndi.receive~/max.jit.ndi.receive~.c b/source/jit.ndi/jit.ndi.receive~/max.jit.ndi.receive~.c index 1a5eefe..0f6a8f2 100644 --- a/source/jit.ndi/jit.ndi.receive~/max.jit.ndi.receive~.c +++ b/source/jit.ndi/jit.ndi.receive~/max.jit.ndi.receive~.c @@ -1,6 +1,6 @@ // -// This file is part of jit.ndi https://github.com/pixsperdavid/jit.ndi -// Copyright (c) 2021 Pixsper Ltd. +// This file is part of jit.ndi https://github.com/pixsper/jit.ndi +// Copyright (c) 2022 Pixsper Ltd. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as diff --git a/source/jit.ndi/jit.ndi.send~/jit.ndi.send.c b/source/jit.ndi/jit.ndi.send~/jit.ndi.send.c index d0e3cdd..d8b2598 100644 --- a/source/jit.ndi/jit.ndi.send~/jit.ndi.send.c +++ b/source/jit.ndi/jit.ndi.send~/jit.ndi.send.c @@ -1,6 +1,6 @@ // -// This file is part of jit.ndi https://github.com/pixsperdavid/jit.ndi -// Copyright (c) 2021 Pixsper Ltd. +// This file is part of jit.ndi https://github.com/pixsper/jit.ndi +// Copyright (c) 2022 Pixsper Ltd. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as diff --git a/source/jit.ndi/jit.ndi.send~/max.jit.ndi.send~.c b/source/jit.ndi/jit.ndi.send~/max.jit.ndi.send~.c index 0d0fb0a..76f6ad1 100644 --- a/source/jit.ndi/jit.ndi.send~/max.jit.ndi.send~.c +++ b/source/jit.ndi/jit.ndi.send~/max.jit.ndi.send~.c @@ -1,6 +1,6 @@ // -// This file is part of jit.ndi https://github.com/pixsperdavid/jit.ndi -// Copyright (c) 2021 Pixsper Ltd. +// This file is part of jit.ndi https://github.com/pixsper/jit.ndi +// Copyright (c) 2022 Pixsper Ltd. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as diff --git a/source/jit.ndi/ndi_runtime.h b/source/jit.ndi/ndi_runtime.h index ab2b9a1..24c78ca 100644 --- a/source/jit.ndi/ndi_runtime.h +++ b/source/jit.ndi/ndi_runtime.h @@ -1,6 +1,6 @@ // -// This file is part of jit.ndi https://github.com/pixsperdavid/jit.ndi -// Copyright (c) 2021 Pixsper Ltd. +// This file is part of jit.ndi https://github.com/pixsper/jit.ndi +// Copyright (c) 2022 Pixsper Ltd. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as diff --git a/source/jit.ndi/version.h b/source/jit.ndi/version.h index 50efbf4..d770804 100644 --- a/source/jit.ndi/version.h +++ b/source/jit.ndi/version.h @@ -3,8 +3,8 @@ #define JIT_NDI_VERSION_MAJOR 0 #define JIT_NDI_VERSION_MINOR 3 -#define JIT_NDI_VERSION_BUGFIX 0 +#define JIT_NDI_VERSION_BUGFIX 1 -#define JIT_NDI_COPYRIGHT "Copyright (C) 2021 Pixsper Ltd." +#define JIT_NDI_COPYRIGHT "Copyright (C) 2022 Pixsper Ltd." #endif \ No newline at end of file