Skip to content

Commit 38549a7

Browse files
committed
year update
1 parent caf636b commit 38549a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
elFinder is issued under a 3-clauses BSD license.
22

3-
Copyright (c) 2009-2023, Studio 42
3+
Copyright (c) 2009-2024, Studio 42
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

js/commands/help.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
html.push(sep);
7676
html.push('<div class="'+lic+'">Licence: 3-clauses BSD Licence</div>');
77-
html.push('<div class="'+lic+'">Copyright © 2009-2022, Studio 42 / nao-pon</div>');
77+
html.push('<div class="'+lic+'">Copyright © 2009-2024, Studio 42 / nao-pon</div>');
7878
html.push('<div class="'+lic+'">„ …'+fm.i18n('dontforget')+' ”</div>');
7979
html.push('</div>');
8080
},

0 commit comments

Comments
 (0)