Follow the src/ crowd and bump copyright now.
This commit is contained in:
parent
759d7ce43b
commit
9d7d97fe0e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26758
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.header.sgml,v 1.8 2005/11/06 17:21:28 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.header.sgml,v 1.9 2005/12/11 14:21:11 delphij Exp $ -->
|
||||
|
||||
<!-- Images -->
|
||||
<!ENTITY i.daemon '<img src="&base;/gifs/daemon.gif" alt="" align="left" width="80" height="76">'>
|
||||
|
@ -7,7 +7,7 @@
|
|||
<!-- Components making up the standard headers and footers. -->
|
||||
<!-- Override in the prolog <em>before</em> including this -->
|
||||
<!-- file if necessary. -->
|
||||
<!ENTITY copyright '<a href="&base;/copyright/">Legal Notices</a> | © 1995-2005 The FreeBSD Project.
|
||||
<!ENTITY copyright '<a href="&base;/copyright/">Legal Notices</a> | © 1995-2006 The FreeBSD Project.
|
||||
All rights reserved.'>
|
||||
<!ENTITY email 'freebsd-questions'>
|
||||
<!ENTITY author '<a href="&base;/index.html">home</a> | <a href="&base;/mailto.html">contact</a> | <a href="&base;/copyright/index.html">legal</a> | ©right;'>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/includes.header.xsl,v 1.11 2005/11/30 20:05:51 pav Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.header.xsl,v 1.12 2005/12/12 08:41:37 delphij Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
|||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="copyright">
|
||||
<a href="{$base}/copyright/">Legal Notices</a> | © 1995-2005 The FreeBSD Project. All rights reserved.
|
||||
<a href="{$base}/copyright/">Legal Notices</a> | © 1995-2006 The FreeBSD Project. All rights reserved.
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="email" select="'freebsd-questions'"/>
|
||||
|
|
Loading…
Reference in a new issue