Copyright update for 2003.

This commit is contained in:
Ceri Davies 2003-01-01 19:23:22 +00:00
parent 874f96a468
commit 62047dda1d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15505
3 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/includes.sgml,v 1.52 2002/08/15 20:31:48 murray Exp $ -->
<!-- $FreeBSD: www/en/includes.sgml,v 1.53 2002/10/10 14:31:53 murray Exp $ -->
<!--
Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or
@ -21,7 +21,7 @@
<!-- Components making up the standard headers and footers. -->
<!-- Override in the prolog <em>before</em> including this -->
<!-- file if necessary. -->
<!ENTITY copyright 'Copyright &copy; 1995-2002 The FreeBSD Project.
<!ENTITY copyright 'Copyright &copy; 1995-2003 The FreeBSD Project.
All rights reserved.'>
<!ENTITY email 'freebsd-questions'>
<!ENTITY author '<a href="&base;/mailto.html">&email@FreeBSD.ORG</a><br>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/en/includes.xsl,v 1.9 2002/08/15 20:49:48 murray Exp $ -->
<!-- $FreeBSD: www/en/includes.xsl,v 1.10 2002/10/10 14:31:53 murray Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -12,7 +12,7 @@
<img src="{$base}/gifs/new.gif" alt="[New!]" width="28" height="11"/>
</xsl:variable>
<xsl:variable name="copyright" select="'Copyright (c) 1995-2002 the FreeBSD Project. All rights reserved.'"/>
<xsl:variable name="copyright" select="'Copyright (c) 1995-2003 the FreeBSD Project. All rights reserved.'"/>
<xsl:variable name="email" select="'freebsd-questions'"/>
<xsl:variable name="author">

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/index.xsl,v 1.41 2002/12/15 17:31:31 jesper Exp $ -->
<!-- $FreeBSD: www/en/index.xsl,v 1.42 2002/12/16 21:10:22 keramida Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -6,7 +6,7 @@
<xsl:import href="news/includes.xsl"/>
<xsl:variable name="base" select="'.'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.41 2002/12/15 17:31:31 jesper Exp $'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.42 2002/12/16 21:10:22 keramida Exp $'"/>
<xsl:variable name="title" select="'The FreeBSD Project'"/>
<xsl:output type="html" encoding="iso-8859-1"
@ -515,7 +515,7 @@
<xsl:value-of select="$date"/></small></td>
<td align="right"
valign="top"><small><a href="copyright/index.html">Copyright</a> (c) 1995-2002
valign="top"><small><a href="copyright/index.html">Copyright</a> (c) 1995-2003
The FreeBSD Project.<br/>
All rights reserved.</small></td>
</tr>