diff --git a/LICENSE.md b/LICENSE.md index 1ab098755..d15f30360 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ elFinder is issued under a 3-clauses BSD license. -Copyright (c) 2009-2023, Studio 42 +Copyright (c) 2009-2024, Studio 42 All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/js/commands/help.js b/js/commands/help.js index 7060c22f1..2b35ded6c 100644 --- a/js/commands/help.js +++ b/js/commands/help.js @@ -74,7 +74,7 @@ html.push(sep); html.push('
Licence: 3-clauses BSD Licence
'); - html.push('
Copyright © 2009-2022, Studio 42 / nao-pon
'); + html.push('
Copyright © 2009-2024, Studio 42 / nao-pon
'); html.push('
„ …'+fm.i18n('dontforget')+' ”
'); html.push(''); },