Skip to content

Commit

Permalink
Relicense: ISC -> MIT
Browse files Browse the repository at this point in the history
They're pretty much equivalent, and while I prefer the ISC for brevity,
MIT is the de-facto standard license of this kind nowadays.
  • Loading branch information
fredemmott committed Sep 22, 2024
1 parent 2a133ff commit a95ea6f
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 17 deletions.
6 changes: 4 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
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, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion OTDIPC-TestClient/OTDIPC-TestClient.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>
*
* SPDX-License-Identifier: ISC
* SPDX-License-Identifier: MIT
*/

#define WIN32_LEAN_AND_MEAN 1
Expand Down
2 changes: 1 addition & 1 deletion OTDIPC/DeviceInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>
*
* SPDX-License-Identifier: ISC
* SPDX-License-Identifier: MIT
*/
using System.Runtime.InteropServices;

Expand Down
2 changes: 1 addition & 1 deletion OTDIPC/Header.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>
*
* SPDX-License-Identifier: ISC
* SPDX-License-Identifier: MIT
*/
using System.Runtime.InteropServices;

Expand Down
2 changes: 1 addition & 1 deletion OTDIPC/MessageType.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>
*
* SPDX-License-Identifier: ISC
* SPDX-License-Identifier: MIT
*/
using System.Runtime.InteropServices;

Expand Down
2 changes: 1 addition & 1 deletion OTDIPC/OTDIPC.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>
*
* SPDX-License-Identifier: ISC
* SPDX-License-Identifier: MIT
*/
using OpenTabletDriver.Plugin;
using OpenTabletDriver.Plugin.Attributes;
Expand Down
2 changes: 1 addition & 1 deletion OTDIPC/Ping.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>
*
* SPDX-License-Identifier: ISC
* SPDX-License-Identifier: MIT
*/
using System.Runtime.InteropServices;

Expand Down
2 changes: 1 addition & 1 deletion OTDIPC/Server.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>
*
* SPDX-License-Identifier: ISC
* SPDX-License-Identifier: MIT
*/
using OpenTabletDriver.Plugin;
using OpenTabletDriver.Plugin.Attributes;
Expand Down
2 changes: 1 addition & 1 deletion OTDIPC/State.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>
*
* SPDX-License-Identifier: ISC
* SPDX-License-Identifier: MIT
*/
using System.Runtime.InteropServices;

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ A C++20 [example client](OTDIPC-TestClient/OTDIPC-TestClient.cpp) is included.

## License

OpenKneeboard OTD-IPC is licensed under [the ISC license](LICENSE); however, note that the plugin uses interfaces defined in OpenTabletDriver itself, which are licensed under [their own terms](OpenTabletDriver-LICENSE), which may apply to the plugin as a whole.
OpenKneeboard OTD-IPC is licensed under [the MIT license](LICENSE); however, note that the plugin uses interfaces defined in OpenTabletDriver itself, which are licensed under [their own terms](OpenTabletDriver-LICENSE), which may apply to the compiled plugin as-distributed.

[Discord]: https://go.openkneeboard.com/discord
[OpenKneeboard]: https://github.com/OpenKneeboard/OpenKneeboard
Expand Down
2 changes: 1 addition & 1 deletion include/OTD-IPC/DeviceInfo.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>
*
* SPDX-License-Identifier: ISC
* SPDX-License-Identifier: MIT
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion include/OTD-IPC/Header.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>
*
* SPDX-License-Identifier: ISC
* SPDX-License-Identifier: MIT
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion include/OTD-IPC/MessageType.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>
*
* SPDX-License-Identifier: ISC
* SPDX-License-Identifier: MIT
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion include/OTD-IPC/NamedPipePath.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>
*
* SPDX-License-Identifier: ISC
* SPDX-License-Identifier: MIT
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion include/OTD-IPC/Ping.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>
*
* SPDX-License-Identifier: ISC
* SPDX-License-Identifier: MIT
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion include/OTD-IPC/State.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2022 Fred Emmott <fred@fredemmott.com>
*
* SPDX-License-Identifier: ISC
* SPDX-License-Identifier: MIT
*/
#pragma once

Expand Down

0 comments on commit a95ea6f

Please sign in to comment.