mirror of
https://github.com/obsproject/obs-studio
synced 2025-04-29 15:57:26 +08:00
Update copyrights/names
This commit is contained in:
parent
fcfc2eb5fc
commit
106c7aa61f
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
SREL="release = '([0-9\.]+)'"
|
||||
RREL="release = '$VER'"
|
||||
SCOPY="copyright = '([A-Za-z0-9, ]+)'"
|
||||
RCOPY="copyright = '2017-$(date +"%Y"), Hugh Bailey'"
|
||||
RCOPY="copyright = '2017-$(date +"%Y"), Lain Bailey'"
|
||||
sed -i -E -e "s/${SVER}/${RVER}/g" -e "s/${SREL}/${RREL}/g" -e "s/${SCOPY}/${RCOPY}/g" docs/sphinx/conf.py
|
||||
|
||||
- uses: totaldebug/sphinx-publish-action@1.2.0
|
||||
|
3
.mailmap
3
.mailmap
@ -1,7 +1,8 @@
|
||||
#
|
||||
# Manually defined
|
||||
#
|
||||
Jim <obs.jim@gmail.com>
|
||||
Lain <lain@obsproject.com>
|
||||
Lain <obs.jim@gmail.com>
|
||||
Benjamin Klettbach <b.klettbach@gmail.com>
|
||||
BtbN <btbn@btbn.de>
|
||||
kc5nra <jrb@turrettech.com>
|
||||
|
6
AUTHORS
6
AUTHORS
@ -1,9 +1,9 @@
|
||||
Original Author: Hugh Bailey ("Jim")
|
||||
Original Author: Lain Bailey
|
||||
|
||||
Contributors are sorted by their amount of commits / translated words.
|
||||
|
||||
Contributors:
|
||||
Jim
|
||||
Lain
|
||||
jpark37
|
||||
Palana
|
||||
R1CH
|
||||
@ -603,7 +603,7 @@ Contributors:
|
||||
zhaolong
|
||||
张昆
|
||||
练亮斌
|
||||
|
||||
|
||||
Translators:
|
||||
Albanian:
|
||||
Aredio Vani (aredio.vani)
|
||||
|
@ -35,7 +35,7 @@
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>OBS needs to access the microphone to enable audio input.</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
|
||||
<key>SUFeedURL</key>
|
||||
<string>${SPARKLE_APPCAST_URL}</string>
|
||||
<key>SUPublicEDKey</key>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<author>Jim</author>
|
||||
<author>Lain</author>
|
||||
<class>OBSBasic</class>
|
||||
<widget class="QMainWindow" name="OBSBasic">
|
||||
<property name="geometry">
|
||||
|
@ -23,6 +23,6 @@
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -23,6 +23,6 @@
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -23,6 +23,6 @@
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -23,6 +23,6 @@
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -129,7 +129,7 @@ end
|
||||
-- A function named script_description returns the description shown to
|
||||
-- the user
|
||||
function script_description()
|
||||
return "Sets a text source to act as a countdown timer when the source is active.\n\nMade by Jim"
|
||||
return "Sets a text source to act as a countdown timer when the source is active.\n\nMade by Lain"
|
||||
end
|
||||
|
||||
-- A function named script_update will be called when settings are changed
|
||||
|
@ -109,7 +109,7 @@ end
|
||||
-- A function named script_description returns the description shown to
|
||||
-- the user
|
||||
function script_description()
|
||||
return "When the \"Instant Replay\" hotkey is triggered, saves a replay with the replay buffer, and then plays it in a media source as soon as the replay is ready. Requires an active replay buffer.\n\nMade by Jim and Exeldro"
|
||||
return "When the \"Instant Replay\" hotkey is triggered, saves a replay with the replay buffer, and then plays it in a media source as soon as the replay is ready. Requires an active replay buffer.\n\nMade by Lain and Exeldro"
|
||||
end
|
||||
|
||||
-- A function named script_properties defines the properties that the user
|
||||
|
@ -37,7 +37,7 @@ def refresh_pressed(props, prop):
|
||||
# ------------------------------------------------------------
|
||||
|
||||
def script_description():
|
||||
return "Updates a text source to the text retrieved from a URL at every specified interval.\n\nBy Jim"
|
||||
return "Updates a text source to the text retrieved from a URL at every specified interval.\n\nBy Lain"
|
||||
|
||||
def script_update(settings):
|
||||
global url
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -15,7 +15,7 @@ BEGIN
|
||||
VALUE "ProductName", "OBS Studio"
|
||||
VALUE "ProductVersion", "${UI_VERSION}"
|
||||
VALUE "Comments", "Free and open source software for video recording and live streaming"
|
||||
VALUE "LegalCopyright", "(C) Hugh Bailey"
|
||||
VALUE "LegalCopyright", "(C) Lain Bailey"
|
||||
END
|
||||
END
|
||||
|
||||
@ -23,4 +23,4 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "Translation", 0x0409, 0x04B0
|
||||
END
|
||||
END
|
||||
END
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
Copyright (C) 2014 by Zachary Lund <admin@computerquip.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2020 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1525,7 +1525,7 @@ void SourceTree::NewGroupEdit(int row)
|
||||
"theoretically, it should be\nimpossible "
|
||||
"for this code to be reached. But if this "
|
||||
"code is reached,\nfeel free to laugh at "
|
||||
"Jim, because apparently it is, in fact, "
|
||||
"Lain, because apparently it is, in fact, "
|
||||
"actually\npossible for this code to be "
|
||||
"reached. But I mean, again, theoretically\n"
|
||||
"it should be impossible. So if you see "
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017-2018 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017-2018 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017-2018 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017-2018 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017-2018 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2018 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2020 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2016 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013-2015 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Zachary Lund <admin@computerquip.com>
|
||||
Philippe Groarke <philippe.groarke@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
Zachary Lund <admin@computerquip.com>
|
||||
Philippe Groarke <philippe.groarke@gmail.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@ -6725,7 +6725,7 @@ void OBSBasic::YoutubeStreamCheck(const std::string &key)
|
||||
YoutubeApiWrappers *apiYouTube(
|
||||
dynamic_cast<YoutubeApiWrappers *>(GetAuth()));
|
||||
if (!apiYouTube) {
|
||||
/* technically we should never get here -Jim */
|
||||
/* technically we should never get here -Lain */
|
||||
QMetaObject::invokeMethod(this, "ForceStopStreaming",
|
||||
Qt::QueuedConnection);
|
||||
youtubeStreamCheckThread->deleteLater();
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013-2014 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,6 +1,6 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013-2014 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Philippe Groarke <philippe.groarke@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
Philippe Groarke <philippe.groarke@gmail.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
Philippe Groarke <philippe.groarke@gmail.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -2,7 +2,7 @@ set(OBS_COMPANY_NAME "OBS Project")
|
||||
set(OBS_PRODUCT_NAME "OBS Studio")
|
||||
set(OBS_WEBSITE "https://www.obsproject.com")
|
||||
set(OBS_COMMENTS "Free and open source software for video recording and live streaming")
|
||||
set(OBS_LEGAL_COPYRIGHT "(C) Hugh Bailey")
|
||||
set(OBS_LEGAL_COPYRIGHT "(C) Lain Bailey")
|
||||
|
||||
# Configure default version strings
|
||||
set(_OBS_DEFAULT_VERSION "0" "0" "1")
|
||||
|
@ -33,6 +33,6 @@
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>OBS needs to access the microphone to enable audio input.</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -23,6 +23,6 @@
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string>
|
||||
<string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
|
||||
<key>CFPlugInFactories</key>
|
||||
<dict>
|
||||
<key>7E950B8C-5E49-4B9E-B7D0-B3608A08E8F6</key>
|
||||
|
@ -22,7 +22,7 @@ set(OBS_COMPANY_NAME "OBS Project")
|
||||
set(OBS_PRODUCT_NAME "OBS Studio")
|
||||
set(OBS_WEBSITE "https://www.obsproject.com")
|
||||
set(OBS_COMMENTS "Free and open source software for video recording and live streaming")
|
||||
set(OBS_LEGAL_COPYRIGHT "(C) Hugh Bailey")
|
||||
set(OBS_LEGAL_COPYRIGHT "(C) Lain Bailey")
|
||||
|
||||
# Configure default version strings
|
||||
message(DEBUG "Setting default project version variables...")
|
||||
|
2
deps/ipc-util/ipc-util/pipe-posix.c
vendored
2
deps/ipc-util/ipc-util/pipe-posix.c
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
2
deps/ipc-util/ipc-util/pipe-posix.h
vendored
2
deps/ipc-util/ipc-util/pipe-posix.h
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
2
deps/ipc-util/ipc-util/pipe-windows.c
vendored
2
deps/ipc-util/ipc-util/pipe-windows.c
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
2
deps/ipc-util/ipc-util/pipe-windows.h
vendored
2
deps/ipc-util/ipc-util/pipe-windows.h
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
2
deps/ipc-util/ipc-util/pipe.h
vendored
2
deps/ipc-util/ipc-util/pipe.h
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
2
deps/libff/libff/ff-compat.h
vendored
2
deps/libff/libff/ff-compat.h
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
2
deps/libff/libff/ff-threading-posix.c
vendored
2
deps/libff/libff/ff-threading-posix.c
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
2
deps/libff/libff/ff-threading-windows.c
vendored
2
deps/libff/libff/ff-threading-windows.c
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
2
deps/media-playback/media-playback/cache.c
vendored
2
deps/media-playback/media-playback/cache.c
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2023 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
2
deps/media-playback/media-playback/cache.h
vendored
2
deps/media-playback/media-playback/cache.h
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2023 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
2
deps/media-playback/media-playback/decode.c
vendored
2
deps/media-playback/media-playback/decode.c
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
2
deps/media-playback/media-playback/decode.h
vendored
2
deps/media-playback/media-playback/decode.h
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2023 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2023 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
2
deps/media-playback/media-playback/media.c
vendored
2
deps/media-playback/media-playback/media.c
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
2
deps/media-playback/media-playback/media.h
vendored
2
deps/media-playback/media-playback/media.h
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017 Hugh Bailey <obs.jim@gmail.com>
|
||||
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
2
deps/obs-scripting/obs-scripting-callback.h
vendored
2
deps/obs-scripting/obs-scripting-callback.h
vendored
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2017 by Hugh Bailey <jim@obsproject.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
2
deps/obs-scripting/obs-scripting-internal.h
vendored
2
deps/obs-scripting/obs-scripting-internal.h
vendored
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2017 by Hugh Bailey <jim@obsproject.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
2
deps/obs-scripting/obs-scripting-logging.c
vendored
2
deps/obs-scripting/obs-scripting-logging.c
vendored
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2017 by Hugh Bailey <jim@obsproject.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2017 by Hugh Bailey <jim@obsproject.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2017 by Hugh Bailey <jim@obsproject.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
2
deps/obs-scripting/obs-scripting-lua.c
vendored
2
deps/obs-scripting/obs-scripting-lua.c
vendored
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2017 by Hugh Bailey <jim@obsproject.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
2
deps/obs-scripting/obs-scripting-lua.h
vendored
2
deps/obs-scripting/obs-scripting-lua.h
vendored
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2017 by Hugh Bailey <jim@obsproject.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2017 by Hugh Bailey <jim@obsproject.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2017 by Hugh Bailey <jim@obsproject.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2017 by Hugh Bailey <jim@obsproject.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
16
deps/obs-scripting/obs-scripting-python.c
vendored
16
deps/obs-scripting/obs-scripting-python.c
vendored
@ -1,6 +1,6 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2015 by Andrew Skinner <obs@theandyroid.com>
|
||||
Copyright (C) 2017 by Hugh Bailey <jim@obsproject.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@ -499,7 +499,7 @@ static PyObject *obs_python_remove_tick_callback(PyObject *self, PyObject *args)
|
||||
|
||||
if (!script) {
|
||||
PyErr_SetString(PyExc_RuntimeError,
|
||||
"No active script, report this to Jim");
|
||||
"No active script, report this to Lain");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@ -524,7 +524,7 @@ static PyObject *obs_python_add_tick_callback(PyObject *self, PyObject *args)
|
||||
|
||||
if (!script) {
|
||||
PyErr_SetString(PyExc_RuntimeError,
|
||||
"No active script, report this to Jim");
|
||||
"No active script, report this to Lain");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@ -577,7 +577,7 @@ static PyObject *obs_python_signal_handler_disconnect(PyObject *self,
|
||||
|
||||
if (!script) {
|
||||
PyErr_SetString(PyExc_RuntimeError,
|
||||
"No active script, report this to Jim");
|
||||
"No active script, report this to Lain");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@ -623,7 +623,7 @@ static PyObject *obs_python_signal_handler_connect(PyObject *self,
|
||||
|
||||
if (!script) {
|
||||
PyErr_SetString(PyExc_RuntimeError,
|
||||
"No active script, report this to Jim");
|
||||
"No active script, report this to Lain");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@ -682,7 +682,7 @@ static PyObject *obs_python_signal_handler_disconnect_global(PyObject *self,
|
||||
|
||||
if (!script) {
|
||||
PyErr_SetString(PyExc_RuntimeError,
|
||||
"No active script, report this to Jim");
|
||||
"No active script, report this to Lain");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@ -724,7 +724,7 @@ static PyObject *obs_python_signal_handler_connect_global(PyObject *self,
|
||||
|
||||
if (!script) {
|
||||
PyErr_SetString(PyExc_RuntimeError,
|
||||
"No active script, report this to Jim");
|
||||
"No active script, report this to Lain");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@ -822,7 +822,7 @@ static PyObject *hotkey_unregister(PyObject *self, PyObject *args)
|
||||
|
||||
if (!script) {
|
||||
PyErr_SetString(PyExc_RuntimeError,
|
||||
"No active script, report this to Jim");
|
||||
"No active script, report this to Lain");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
2
deps/obs-scripting/obs-scripting-python.h
vendored
2
deps/obs-scripting/obs-scripting-python.h
vendored
@ -1,6 +1,6 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2015 by Andrew Skinner <obs@theandyroid.com>
|
||||
Copyright (C) 2017 by Hugh Bailey <jim@obsproject.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
2
deps/obs-scripting/obs-scripting.c
vendored
2
deps/obs-scripting/obs-scripting.c
vendored
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2017 by Hugh Bailey <jim@obsproject.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
2
deps/obs-scripting/obs-scripting.h
vendored
2
deps/obs-scripting/obs-scripting.h
vendored
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2017 by Hugh Bailey <jim@obsproject.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -57,8 +57,8 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = 'OBS Studio'
|
||||
copyright = '2017-2022, Hugh Bailey'
|
||||
author = 'Hugh Bailey'
|
||||
copyright = '2017-2022, Lain Bailey'
|
||||
author = 'Lain Bailey'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
@ -176,7 +176,7 @@ latex_elements = {
|
||||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
(master_doc, 'OBSStudio.tex', 'OBS Studio Documentation',
|
||||
'Hugh Bailey', 'manual'),
|
||||
'Lain Bailey', 'manual'),
|
||||
]
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2016 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user