Skip to content

Commit

Permalink
Updated version and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
pixsperdavid committed Jan 22, 2022
1 parent d579fa8 commit 6fac9ef
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img alt="LXMax" src="https://raw.githubusercontent.com/impsnldavid/jit.ndi/develop/icon.png" width="200" height="200">
<img alt="jit.ndi" src="https://raw.githubusercontent.com/pixsper/jit.ndi/develop/icon.png" width="200" height="200">

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/)

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions source/jit.ndi/jit.ndi.receive~/jit.ndi.receive.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions source/jit.ndi/jit.ndi.receive~/max.jit.ndi.receive~.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions source/jit.ndi/jit.ndi.send~/jit.ndi.send.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions source/jit.ndi/jit.ndi.send~/max.jit.ndi.send~.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions source/jit.ndi/ndi_runtime.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions source/jit.ndi/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6fac9ef

Please sign in to comment.