Skip to content

Commit 1e21013

Browse files
committed
copyright update
1 parent b028c47 commit 1e21013

6 files changed

+6
-6
lines changed

classesLib.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
Copyright (C) 2002-2012 Massimo Melina (www.rejetto.com)
2+
Copyright (C) 2002-2020 Massimo Melina (www.rejetto.com)
33
44
This file is part of HFS ~ HTTP File Server.
55

default.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COMMENT with the ones above you can disable some features of the template. They
2727
<link rel="shortcut icon" href="/favicon.ico">
2828
<link rel="stylesheet" href="/?mode=section&id=style.css" type="text/css">
2929
<script type="text/javascript" src="/?mode=jquery"></script>
30-
<script>HFS = { user:'{.js encode|%user%.}', folder:'{.js encode|%folder%.}', sid:"{.cookie|HFS_SID_.}" }</script>
30+
<script>var HFS = { user:'{.js encode|%user%.}', folder:'{.js encode|%folder%.}', sid:"{.cookie|HFS_SID_.}" }</script>
3131
<script type="text/javascript" src="/?mode=section&id=lib.js"></script>
3232

3333
[]

hslib.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
Copyright (C) 2002-2014 Massimo Melina (www.rejetto.com)
2+
Copyright (C) 2002-2020 Massimo Melina (www.rejetto.com)
33
44
This program is free software; you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

main.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
Copyright (C) 2002-2014 Massimo Melina (www.rejetto.com)
2+
Copyright (C) 2002-2020 Massimo Melina (www.rejetto.com)
33
44
This file is part of HFS ~ HTTP File Server.
55

scriptLib.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
Copyright (C) 2002-2012 Massimo Melina (www.rejetto.com)
2+
Copyright (C) 2002-2020 Massimo Melina (www.rejetto.com)
33
44
This file is part of HFS ~ HTTP File Server.
55

utillib.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
Copyright (C) 2002-2012 Massimo Melina (www.rejetto.com)
2+
Copyright (C) 2002-2020 Massimo Melina (www.rejetto.com)
33
44
This file is part of HFS ~ HTTP File Server.
55

0 commit comments

Comments
 (0)