Fix attribution notices on images
This commit is contained in:
parent
d342cb5e6a
commit
ae1655e78c
@ -12,7 +12,7 @@ public class Meadow extends SkyBox implements Credit {
|
||||
|
||||
@Override
|
||||
public String getCredit() {
|
||||
return "© Emil Persson, aka Humus.\nCC-BY 3.0 Attribution License.";
|
||||
return "© Emil Persson, aka Humus.\nCC-BY 3.0 Attribution License.";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -12,7 +12,7 @@ public class Miramar extends SkyBox implements Credit {
|
||||
|
||||
@Override
|
||||
public String getCredit() {
|
||||
return "© Jockum Skoglund aka hipshot.\nCC-BY 3.0 Attribution License.";
|
||||
return "© Jockum Skoglund aka hipshot.\nCC-BY 3.0 Attribution License.";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -12,7 +12,7 @@ public class Storm extends SkyBoxCross implements Credit {
|
||||
|
||||
@Override
|
||||
public String getCredit() {
|
||||
return "© Jockum Skoglund aka hipshot.\nCC-BY 3.0 Attribution License.";
|
||||
return "© Jockum Skoglund aka hipshot.\nCC-BY 3.0 Attribution License.";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user