0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

Update copyrights/names

This commit is contained in:
Lain 2023-05-18 17:37:26 -07:00
parent fcfc2eb5fc
commit 106c7aa61f
346 changed files with 442 additions and 441 deletions

View File

@ -54,7 +54,7 @@ jobs:
SREL="release = '([0-9\.]+)'" SREL="release = '([0-9\.]+)'"
RREL="release = '$VER'" RREL="release = '$VER'"
SCOPY="copyright = '([A-Za-z0-9, ]+)'" 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 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 - uses: totaldebug/sphinx-publish-action@1.2.0

View File

@ -1,7 +1,8 @@
# #
# Manually defined # Manually defined
# #
Jim <obs.jim@gmail.com> Lain <lain@obsproject.com>
Lain <obs.jim@gmail.com>
Benjamin Klettbach <b.klettbach@gmail.com> Benjamin Klettbach <b.klettbach@gmail.com>
BtbN <btbn@btbn.de> BtbN <btbn@btbn.de>
kc5nra <jrb@turrettech.com> kc5nra <jrb@turrettech.com>

View File

@ -1,9 +1,9 @@
Original Author: Hugh Bailey ("Jim") Original Author: Lain Bailey
Contributors are sorted by their amount of commits / translated words. Contributors are sorted by their amount of commits / translated words.
Contributors: Contributors:
Jim Lain
jpark37 jpark37
Palana Palana
R1CH R1CH
@ -603,7 +603,7 @@ Contributors:
zhaolong zhaolong
张昆 张昆
练亮斌 练亮斌
Translators: Translators:
Albanian: Albanian:
Aredio Vani (aredio.vani) Aredio Vani (aredio.vani)

View File

@ -35,7 +35,7 @@
<key>NSMicrophoneUsageDescription</key> <key>NSMicrophoneUsageDescription</key>
<string>OBS needs to access the microphone to enable audio input.</string> <string>OBS needs to access the microphone to enable audio input.</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string> <string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
<key>SUFeedURL</key> <key>SUFeedURL</key>
<string>${SPARKLE_APPCAST_URL}</string> <string>${SPARKLE_APPCAST_URL}</string>
<key>SUPublicEDKey</key> <key>SUPublicEDKey</key>

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<author>Jim</author> <author>Lain</author>
<class>OBSBasic</class> <class>OBSBasic</class>
<widget class="QMainWindow" name="OBSBasic"> <widget class="QMainWindow" name="OBSBasic">
<property name="geometry"> <property name="geometry">

View File

@ -23,6 +23,6 @@
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string> <string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string> <string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
</dict> </dict>
</plist> </plist>

View File

@ -23,6 +23,6 @@
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string> <string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string> <string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
</dict> </dict>
</plist> </plist>

View File

@ -23,6 +23,6 @@
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string> <string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string> <string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
</dict> </dict>
</plist> </plist>

View File

@ -23,6 +23,6 @@
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string> <string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string> <string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
</dict> </dict>
</plist> </plist>

View File

@ -129,7 +129,7 @@ end
-- A function named script_description returns the description shown to -- A function named script_description returns the description shown to
-- the user -- the user
function script_description() 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 end
-- A function named script_update will be called when settings are changed -- A function named script_update will be called when settings are changed

View File

@ -109,7 +109,7 @@ end
-- A function named script_description returns the description shown to -- A function named script_description returns the description shown to
-- the user -- the user
function script_description() 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 end
-- A function named script_properties defines the properties that the user -- A function named script_properties defines the properties that the user

View File

@ -37,7 +37,7 @@ def refresh_pressed(props, prop):
# ------------------------------------------------------------ # ------------------------------------------------------------
def script_description(): 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): def script_update(settings):
global url global url

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -15,7 +15,7 @@ BEGIN
VALUE "ProductName", "OBS Studio" VALUE "ProductName", "OBS Studio"
VALUE "ProductVersion", "${UI_VERSION}" VALUE "ProductVersion", "${UI_VERSION}"
VALUE "Comments", "Free and open source software for video recording and live streaming" 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
END END
@ -23,4 +23,4 @@ BEGIN
BEGIN BEGIN
VALUE "Translation", 0x0409, 0x04B0 VALUE "Translation", 0x0409, 0x04B0
END END
END END

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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> Copyright (C) 2014 by Zachary Lund <admin@computerquip.com>
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -1525,7 +1525,7 @@ void SourceTree::NewGroupEdit(int row)
"theoretically, it should be\nimpossible " "theoretically, it should be\nimpossible "
"for this code to be reached. But if this " "for this code to be reached. But if this "
"code is reached,\nfeel free to laugh at " "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 " "actually\npossible for this code to be "
"reached. But I mean, again, theoretically\n" "reached. But I mean, again, theoretically\n"
"it should be impossible. So if you see " "it should be impossible. So if you see "

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/****************************************************************************** /******************************************************************************
Copyright (C) 2013-2015 by Hugh Bailey <obs.jim@gmail.com> Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
Zachary Lund <admin@computerquip.com> Zachary Lund <admin@computerquip.com>
Philippe Groarke <philippe.groarke@gmail.com> Philippe Groarke <philippe.groarke@gmail.com>
This program is free software: you can redistribute it and/or modify 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 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( YoutubeApiWrappers *apiYouTube(
dynamic_cast<YoutubeApiWrappers *>(GetAuth())); dynamic_cast<YoutubeApiWrappers *>(GetAuth()));
if (!apiYouTube) { if (!apiYouTube) {
/* technically we should never get here -Jim */ /* technically we should never get here -Lain */
QMetaObject::invokeMethod(this, "ForceStopStreaming", QMetaObject::invokeMethod(this, "ForceStopStreaming",
Qt::QueuedConnection); Qt::QueuedConnection);
youtubeStreamCheckThread->deleteLater(); youtubeStreamCheckThread->deleteLater();

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
Copyright (C) 2013-2014 by Hugh Bailey <obs.jim@gmail.com> Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
Philippe Groarke <philippe.groarke@gmail.com> Philippe Groarke <philippe.groarke@gmail.com>
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@ -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> Philippe Groarke <philippe.groarke@gmail.com>
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -2,7 +2,7 @@ set(OBS_COMPANY_NAME "OBS Project")
set(OBS_PRODUCT_NAME "OBS Studio") set(OBS_PRODUCT_NAME "OBS Studio")
set(OBS_WEBSITE "https://www.obsproject.com") set(OBS_WEBSITE "https://www.obsproject.com")
set(OBS_COMMENTS "Free and open source software for video recording and live streaming") 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 # Configure default version strings
set(_OBS_DEFAULT_VERSION "0" "0" "1") set(_OBS_DEFAULT_VERSION "0" "0" "1")

View File

@ -33,6 +33,6 @@
<key>NSMicrophoneUsageDescription</key> <key>NSMicrophoneUsageDescription</key>
<string>OBS needs to access the microphone to enable audio input.</string> <string>OBS needs to access the microphone to enable audio input.</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string> <string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
</dict> </dict>
</plist> </plist>

View File

@ -23,6 +23,6 @@
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string> <string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string> <string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
</dict> </dict>
</plist> </plist>

View File

@ -23,7 +23,7 @@
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string> <string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string> <string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
<key>CFPlugInFactories</key> <key>CFPlugInFactories</key>
<dict> <dict>
<key>7E950B8C-5E49-4B9E-B7D0-B3608A08E8F6</key> <key>7E950B8C-5E49-4B9E-B7D0-B3608A08E8F6</key>

View File

@ -22,7 +22,7 @@ set(OBS_COMPANY_NAME "OBS Project")
set(OBS_PRODUCT_NAME "OBS Studio") set(OBS_PRODUCT_NAME "OBS Studio")
set(OBS_WEBSITE "https://www.obsproject.com") set(OBS_WEBSITE "https://www.obsproject.com")
set(OBS_COMMENTS "Free and open source software for video recording and live streaming") 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 # Configure default version strings
message(DEBUG "Setting default project version variables...") message(DEBUG "Setting default project version variables...")

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
Copyright (C) 2015 by Andrew Skinner <obs@theandyroid.com> 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 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 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) { if (!script) {
PyErr_SetString(PyExc_RuntimeError, PyErr_SetString(PyExc_RuntimeError,
"No active script, report this to Jim"); "No active script, report this to Lain");
return NULL; return NULL;
} }
@ -524,7 +524,7 @@ static PyObject *obs_python_add_tick_callback(PyObject *self, PyObject *args)
if (!script) { if (!script) {
PyErr_SetString(PyExc_RuntimeError, PyErr_SetString(PyExc_RuntimeError,
"No active script, report this to Jim"); "No active script, report this to Lain");
return NULL; return NULL;
} }
@ -577,7 +577,7 @@ static PyObject *obs_python_signal_handler_disconnect(PyObject *self,
if (!script) { if (!script) {
PyErr_SetString(PyExc_RuntimeError, PyErr_SetString(PyExc_RuntimeError,
"No active script, report this to Jim"); "No active script, report this to Lain");
return NULL; return NULL;
} }
@ -623,7 +623,7 @@ static PyObject *obs_python_signal_handler_connect(PyObject *self,
if (!script) { if (!script) {
PyErr_SetString(PyExc_RuntimeError, PyErr_SetString(PyExc_RuntimeError,
"No active script, report this to Jim"); "No active script, report this to Lain");
return NULL; return NULL;
} }
@ -682,7 +682,7 @@ static PyObject *obs_python_signal_handler_disconnect_global(PyObject *self,
if (!script) { if (!script) {
PyErr_SetString(PyExc_RuntimeError, PyErr_SetString(PyExc_RuntimeError,
"No active script, report this to Jim"); "No active script, report this to Lain");
return NULL; return NULL;
} }
@ -724,7 +724,7 @@ static PyObject *obs_python_signal_handler_connect_global(PyObject *self,
if (!script) { if (!script) {
PyErr_SetString(PyExc_RuntimeError, PyErr_SetString(PyExc_RuntimeError,
"No active script, report this to Jim"); "No active script, report this to Lain");
return NULL; return NULL;
} }
@ -822,7 +822,7 @@ static PyObject *hotkey_unregister(PyObject *self, PyObject *args)
if (!script) { if (!script) {
PyErr_SetString(PyExc_RuntimeError, PyErr_SetString(PyExc_RuntimeError,
"No active script, report this to Jim"); "No active script, report this to Lain");
return NULL; return NULL;
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
Copyright (C) 2015 by Andrew Skinner <obs@theandyroid.com> 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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -57,8 +57,8 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = 'OBS Studio' project = 'OBS Studio'
copyright = '2017-2022, Hugh Bailey' copyright = '2017-2022, Lain Bailey'
author = 'Hugh Bailey' author = 'Lain Bailey'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
@ -176,7 +176,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
(master_doc, 'OBSStudio.tex', 'OBS Studio Documentation', (master_doc, 'OBSStudio.tex', 'OBS Studio Documentation',
'Hugh Bailey', 'manual'), 'Lain Bailey', 'manual'),
] ]

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 it under the terms of the GNU General Public License as published by

View File

@ -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 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 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