Skip to content

Commit e9f2b57

Browse files
committed
Fix project URL for some files
They were created before #3326 and added after it.
1 parent 28a5228 commit e9f2b57

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

include/MainApplication.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2017-2017 Tres Finocchiaro <tres.finocchiaro/at/gmail.com>
55
*
6-
* This file is part of LMMS - http://lmms.io
6+
* This file is part of LMMS - https://lmms.io
77
*
88
* This program is free software; you can redistribute it and/or
99
* modify it under the terms of the GNU General Public

plugins/ReverbSC/ReverbSC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* ReverbSC.cpp - A native reverb based on an algorithm by Sean Costello
33
*
4-
* This file is part of LMMS - http://lmms.io
4+
* This file is part of LMMS - https://lmms.io
55
*
66
* This program is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU General Public

plugins/ReverbSC/ReverbSC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2017 Paul Batchelor
55
*
6-
* This file is part of LMMS - http://lmms.io
6+
* This file is part of LMMS - https://lmms.io
77
*
88
* This program is free software; you can redistribute it and/or
99
* modify it under the terms of the GNU General Public

plugins/ReverbSC/ReverbSCControlDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2017 Paul Batchelor
55
*
6-
* This file is part of LMMS - http://lmms.io
6+
* This file is part of LMMS - https://lmms.io
77
*
88
* This program is free software; you can redistribute it and/or
99
* modify it under the terms of the GNU General Public

plugins/ReverbSC/ReverbSCControlDialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2017 Paul Batchelor
55
*
6-
* This file is part of LMMS - http://lmms.io
6+
* This file is part of LMMS - https://lmms.io
77
*
88
* This program is free software; you can redistribute it and/or
99
* modify it under the terms of the GNU General Public

plugins/ReverbSC/ReverbSCControls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2017 Paul Batchelor
55
*
6-
* This file is part of LMMS - http://lmms.io
6+
* This file is part of LMMS - https://lmms.io
77
*
88
* This program is free software; you can redistribute it and/or
99
* modify it under the terms of the GNU General Public

plugins/ReverbSC/ReverbSCControls.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2017 Paul Batchelor
55
*
6-
* This file is part of LMMS - http://lmms.io
6+
* This file is part of LMMS - https://lmms.io
77
*
88
* This program is free software; you can redistribute it and/or
99
* modify it under the terms of the GNU General Public

src/gui/MainApplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2017-2017 Tres Finocchiaro <tres.finocchiaro/at/gmail.com>
55
*
6-
* This file is part of LMMS - http://lmms.io
6+
* This file is part of LMMS - https://lmms.io
77
*
88
* This program is free software; you can redistribute it and/or
99
* modify it under the terms of the GNU General Public

0 commit comments

Comments
 (0)