Skip to content

Commit 106c7aa

Browse files
committed
Update copyrights/names
1 parent fcfc2eb commit 106c7aa

File tree

346 files changed

+442
-441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

346 files changed

+442
-441
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
SREL="release = '([0-9\.]+)'"
5555
RREL="release = '$VER'"
5656
SCOPY="copyright = '([A-Za-z0-9, ]+)'"
57-
RCOPY="copyright = '2017-$(date +"%Y"), Hugh Bailey'"
57+
RCOPY="copyright = '2017-$(date +"%Y"), Lain Bailey'"
5858
sed -i -E -e "s/${SVER}/${RVER}/g" -e "s/${SREL}/${RREL}/g" -e "s/${SCOPY}/${RCOPY}/g" docs/sphinx/conf.py
5959
6060
- uses: totaldebug/[email protected]

.mailmap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#
22
# Manually defined
33
#
4-
4+
5+
56
Benjamin Klettbach <[email protected]>
67
78

AUTHORS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Original Author: Hugh Bailey ("Jim")
1+
Original Author: Lain Bailey
22

33
Contributors are sorted by their amount of commits / translated words.
44

55
Contributors:
6-
Jim
6+
Lain
77
jpark37
88
Palana
99
R1CH
@@ -603,7 +603,7 @@ Contributors:
603603
zhaolong
604604
张昆
605605
练亮斌
606-
606+
607607
Translators:
608608
Albanian:
609609
Aredio Vani (aredio.vani)

UI/cmake/macos/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<key>NSMicrophoneUsageDescription</key>
3636
<string>OBS needs to access the microphone to enable audio input.</string>
3737
<key>NSHumanReadableCopyright</key>
38-
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string>
38+
<string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
3939
<key>SUFeedURL</key>
4040
<string>${SPARKLE_APPCAST_URL}</string>
4141
<key>SUPublicEDKey</key>

UI/display-helpers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/forms/OBSBasic.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ui version="4.0">
3-
<author>Jim</author>
3+
<author>Lain</author>
44
<class>OBSBasic</class>
55
<widget class="QMainWindow" name="OBSBasic">
66
<property name="geometry">

UI/frontend-plugins/aja-output-ui/cmake/macos/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
<key>LSMinimumSystemVersion</key>
2424
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
2525
<key>NSHumanReadableCopyright</key>
26-
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string>
26+
<string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
2727
</dict>
2828
</plist>

UI/frontend-plugins/decklink-captions/cmake/macos/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
<key>LSMinimumSystemVersion</key>
2424
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
2525
<key>NSHumanReadableCopyright</key>
26-
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string>
26+
<string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
2727
</dict>
2828
</plist>

UI/frontend-plugins/decklink-output-ui/cmake/macos/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
<key>LSMinimumSystemVersion</key>
2424
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
2525
<key>NSHumanReadableCopyright</key>
26-
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string>
26+
<string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
2727
</dict>
2828
</plist>

UI/frontend-plugins/frontend-tools/cmake/macos/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
<key>LSMinimumSystemVersion</key>
2424
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
2525
<key>NSHumanReadableCopyright</key>
26-
<string>(c) 2012-${CURRENT_YEAR} Hugh Bailey</string>
26+
<string>(c) 2012-${CURRENT_YEAR} Lain Bailey</string>
2727
</dict>
2828
</plist>

UI/frontend-plugins/frontend-tools/data/scripts/countdown.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ end
129129
-- A function named script_description returns the description shown to
130130
-- the user
131131
function script_description()
132-
return "Sets a text source to act as a countdown timer when the source is active.\n\nMade by Jim"
132+
return "Sets a text source to act as a countdown timer when the source is active.\n\nMade by Lain"
133133
end
134134

135135
-- A function named script_update will be called when settings are changed

UI/frontend-plugins/frontend-tools/data/scripts/instant-replay.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ end
109109
-- A function named script_description returns the description shown to
110110
-- the user
111111
function script_description()
112-
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"
112+
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"
113113
end
114114

115115
-- A function named script_properties defines the properties that the user

UI/frontend-plugins/frontend-tools/data/scripts/url-text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def refresh_pressed(props, prop):
3737
# ------------------------------------------------------------
3838

3939
def script_description():
40-
return "Updates a text source to the text retrieved from a URL at every specified interval.\n\nBy Jim"
40+
return "Updates a text source to the text retrieved from a URL at every specified interval.\n\nBy Lain"
4141

4242
def script_update(settings):
4343
global url

UI/item-widget-helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/item-widget-helpers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/obs-app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/obs-app.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/obs.rc.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ BEGIN
1515
VALUE "ProductName", "OBS Studio"
1616
VALUE "ProductVersion", "${UI_VERSION}"
1717
VALUE "Comments", "Free and open source software for video recording and live streaming"
18-
VALUE "LegalCopyright", "(C) Hugh Bailey"
18+
VALUE "LegalCopyright", "(C) Lain Bailey"
1919
END
2020
END
2121

2222
BLOCK "VarFileInfo"
2323
BEGIN
2424
VALUE "Translation", 0x0409, 0x04B0
2525
END
26-
END
26+
END

UI/platform-osx.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/platform-windows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/platform-x11.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
Copyright (C) 2014 by Zachary Lund <[email protected]>
44
55
This program is free software: you can redistribute it and/or modify

UI/platform.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/qt-wrappers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/qt-wrappers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/remote-text.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/remote-text.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/screenshot-obj.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2020 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/source-tree.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1525,7 +1525,7 @@ void SourceTree::NewGroupEdit(int row)
15251525
"theoretically, it should be\nimpossible "
15261526
"for this code to be reached. But if this "
15271527
"code is reached,\nfeel free to laugh at "
1528-
"Jim, because apparently it is, in fact, "
1528+
"Lain, because apparently it is, in fact, "
15291529
"actually\npossible for this code to be "
15301530
"reached. But I mean, again, theoretically\n"
15311531
"it should be impossible. So if you see "

UI/win-update/updater/hash.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2018 Hugh Bailey <obs.jim@gmail.com>
2+
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
33
*
44
* Permission to use, copy, modify, and distribute this software for any
55
* purpose with or without fee is hereby granted, provided that the above

UI/win-update/updater/http.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2018 Hugh Bailey <obs.jim@gmail.com>
2+
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
33
*
44
* Permission to use, copy, modify, and distribute this software for any
55
* purpose with or without fee is hereby granted, provided that the above

UI/win-update/updater/patch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2018 Hugh Bailey <obs.jim@gmail.com>
2+
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
33
*
44
* Permission to use, copy, modify, and distribute this software for any
55
* purpose with or without fee is hereby granted, provided that the above

UI/win-update/updater/updater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2018 Hugh Bailey <obs.jim@gmail.com>
2+
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
33
*
44
* Permission to use, copy, modify, and distribute this software for any
55
* purpose with or without fee is hereby granted, provided that the above

UI/win-update/updater/updater.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2018 Hugh Bailey <obs.jim@gmail.com>
2+
* Copyright (c) 2023 Lain Bailey <lain@obsproject.com>
33
*
44
* Permission to use, copy, modify, and distribute this software for any
55
* purpose with or without fee is hereby granted, provided that the above

UI/window-basic-filters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/window-basic-filters.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/window-basic-interaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/window-basic-interaction.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/window-basic-main-browser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2018 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/window-basic-main-profiles.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/window-basic-main-scene-collections.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2015 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/window-basic-main-screenshot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2020 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/window-basic-main-transitions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2016 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/window-basic-main.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
2-
Copyright (C) 2013-2015 by Hugh Bailey <obs.jim@gmail.com>
3-
Zachary Lund <[email protected]>
4-
Philippe Groarke <[email protected]>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
3+
Zachary Lund <[email protected]>
4+
Philippe Groarke <[email protected]>
55
66
This program is free software: you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by
@@ -6725,7 +6725,7 @@ void OBSBasic::YoutubeStreamCheck(const std::string &key)
67256725
YoutubeApiWrappers *apiYouTube(
67266726
dynamic_cast<YoutubeApiWrappers *>(GetAuth()));
67276727
if (!apiYouTube) {
6728-
/* technically we should never get here -Jim */
6728+
/* technically we should never get here -Lain */
67296729
QMetaObject::invokeMethod(this, "ForceStopStreaming",
67306730
Qt::QueuedConnection);
67316731
youtubeStreamCheckThread->deleteLater();

UI/window-basic-main.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2013-2014 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/window-basic-properties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/window-basic-properties.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2014 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

UI/window-basic-settings.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/******************************************************************************
2-
Copyright (C) 2013-2014 by Hugh Bailey <obs.jim@gmail.com>
3-
Philippe Groarke <[email protected]>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
3+
Philippe Groarke <[email protected]>
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

UI/window-basic-settings.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Copyright (C) 2013 by Hugh Bailey <obs.jim@gmail.com>
2+
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
33
Philippe Groarke <[email protected]>
44
55
This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)