Added copyright year entry to configuration file
This commit is contained in:
parent
8a72339f00
commit
f52aedaede
@ -6,6 +6,7 @@ config = {}
|
|||||||
# Default global variables
|
# Default global variables
|
||||||
config.appName = 'BigBlueButton HTML5 Client'
|
config.appName = 'BigBlueButton HTML5 Client'
|
||||||
config.bbbServerVersion = '0.9.0'
|
config.bbbServerVersion = '0.9.0'
|
||||||
|
config.copyrightYear = '2014'
|
||||||
config.dateOfBuild = 'Sept 25, 2014' #TODO
|
config.dateOfBuild = 'Sept 25, 2014' #TODO
|
||||||
|
|
||||||
config.maxUsernameLength = 30
|
config.maxUsernameLength = 30
|
||||||
|
Loading…
Reference in New Issue
Block a user