Copyright++
This commit is contained in:
parent
d9cf30459e
commit
406fd081bc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11648
4 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/copyright/freebsd-license.sgml,v 1.7 2001/06/02 02:48:08 dd Exp $">
|
<!ENTITY date "$FreeBSD: www/en/copyright/freebsd-license.sgml,v 1.8 2001/07/13 12:52:13 dd Exp $">
|
||||||
<!ENTITY title "The FreeBSD Copyright">
|
<!ENTITY title "The FreeBSD Copyright">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
|
||||||
<p>Copyright 1994-2001
|
<p>Copyright 1994-2002
|
||||||
FreeBSD, Inc.
|
FreeBSD, Inc.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $FreeBSD: www/en/includes.sgml,v 1.45 2001/09/19 18:14:43 jkh Exp $ -->
|
<!-- $FreeBSD: www/en/includes.sgml,v 1.46 2001/10/21 23:21:26 bmah Exp $ -->
|
||||||
<!--
|
<!--
|
||||||
Base is the absolute URL for the given page, minus the actual page
|
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
|
part. It should either be specified as a fully qualified URL, or
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
<!-- Components making up the standard headers and footers. -->
|
<!-- Components making up the standard headers and footers. -->
|
||||||
<!-- Override in the prolog <em>before</em> including this -->
|
<!-- Override in the prolog <em>before</em> including this -->
|
||||||
<!-- file if necessary. -->
|
<!-- file if necessary. -->
|
||||||
<!ENTITY copyright 'Copyright © 1995-2001 The FreeBSD Project.
|
<!ENTITY copyright 'Copyright © 1995-2002 The FreeBSD Project.
|
||||||
All rights reserved.'>
|
All rights reserved.'>
|
||||||
<!ENTITY email 'freebsd-questions'>
|
<!ENTITY email 'freebsd-questions'>
|
||||||
<!ENTITY author '<a href="&base;/mailto.html">&email@FreeBSD.ORG</a><br>
|
<!ENTITY author '<a href="&base;/mailto.html">&email@FreeBSD.ORG</a><br>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||||
|
|
||||||
<!-- $FreeBSD: www/en/includes.xsl,v 1.3 2001/09/19 19:07:58 jkh Exp $ -->
|
<!-- $FreeBSD: www/en/includes.xsl,v 1.4 2001/10/21 23:21:26 bmah Exp $ -->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
<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"/>
|
<img src="{$base}/gifs/new.gif" alt="[New!]" width="28" height="11"/>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
|
|
||||||
<xsl:variable name="copyright" select="'Copyright (c) 1995-2001 the FreeBSD Project. All rights reserved.'"/>
|
<xsl:variable name="copyright" select="'Copyright (c) 1995-2002 the FreeBSD Project. All rights reserved.'"/>
|
||||||
|
|
||||||
<xsl:variable name="email" select="'freebsd-questions'"/>
|
<xsl:variable name="email" select="'freebsd-questions'"/>
|
||||||
<xsl:variable name="author">
|
<xsl:variable name="author">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $FreeBSD: www/en/index.xsl,v 1.17 2001/12/03 01:21:29 will Exp $ -->
|
<!-- $FreeBSD: www/en/index.xsl,v 1.18 2001/12/24 23:21:22 kuriyama Exp $ -->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
<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:import href="news/includes.xsl"/>
|
||||||
|
|
||||||
<xsl:variable name="base" select="'.'"/>
|
<xsl:variable name="base" select="'.'"/>
|
||||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.17 2001/12/03 01:21:29 will Exp $'"/>
|
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.18 2001/12/24 23:21:22 kuriyama Exp $'"/>
|
||||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||||
|
|
||||||
<xsl:output type="html" encoding="iso-8859-1"
|
<xsl:output type="html" encoding="iso-8859-1"
|
||||||
|
|
@ -455,7 +455,7 @@
|
||||||
<xsl:value-of select="$date"/></small></td>
|
<xsl:value-of select="$date"/></small></td>
|
||||||
|
|
||||||
<td align="right"
|
<td align="right"
|
||||||
valign="top"><small><a href="copyright/index.html">Copyright</a> (c) 1995-2001
|
valign="top"><small><a href="copyright/index.html">Copyright</a> (c) 1995-2002
|
||||||
The FreeBSD Project.<br/>
|
The FreeBSD Project.<br/>
|
||||||
All rights reserved.</small></td>
|
All rights reserved.</small></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue