diff options
Diffstat (limited to 'sqwebmail/html/en-us')
| -rw-r--r-- | sqwebmail/html/en-us/Makefile.am | 2 | ||||
| -rw-r--r-- | sqwebmail/html/en-us/index.html | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/sqwebmail/html/en-us/Makefile.am b/sqwebmail/html/en-us/Makefile.am index 029f198..5f5bded 100644 --- a/sqwebmail/html/en-us/Makefile.am +++ b/sqwebmail/html/en-us/Makefile.am @@ -27,6 +27,7 @@ install-data-hook:  		@SED@ -n '/^\#/p' < $(srcdir)/TIMEZONELIST \  			> $(DESTDIR)$(htmllibdir)/TIMEZONELIST ; \  		cat ../../TIMEZONELIST >>$(DESTDIR)$(htmllibdir)/TIMEZONELIST +	chmod 755 $(DESTDIR)$(htmllibdir)  clonedist: distdir  	-chmod -R a+r $(distdir) @@ -41,4 +42,3 @@ install-perms:  	@for f in $(html) ; do\  		echo $(htmllibdir)/$$f 644 bin bin >>permissions.dat ;\  		done - diff --git a/sqwebmail/html/en-us/index.html b/sqwebmail/html/en-us/index.html index 069bf6a..39c3e7b 100644 --- a/sqwebmail/html/en-us/index.html +++ b/sqwebmail/html/en-us/index.html @@ -3,7 +3,7 @@         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">  <html xmlns="http://www.w3.org/1999/xhtml">  <head> -  <title>SqWebMail - Copyright 1999-2015 Double Precision, Inc.</title> +  <title>SqWebMail - Copyright 1999-2020 Double Precision, Inc.</title>    <link rel="stylesheet" type="text/css" href="[#SQWEBMAILCSS#]" />    <meta name="GENERATOR" content="amaya 8.0, see http://www.w3.org/Amaya/" />    <meta name="MSSmartTagsPreventParsing" content="TRUE" /> @@ -15,7 +15,7 @@    <frame src="[#s#]noframes=1" noresize="noresize" frameborder="0" />    <noframes>      <body> -    <h1>SqWebMail - Copyright 1999-2015 Double Precision, Inc.</h1> +    <h1>SqWebMail - Copyright 1999-2020 Double Precision, Inc.</h1>      <p>Your web browser does not support frames. Although SqWebMail uses      frames, 100% of functionality is available to web browsers that do not | 
