Fix 404 due to non-existing translated file, point this to the English
version. Submitted by: checkbot
This commit is contained in:
parent
3ee3fd8da8
commit
0649eabc95
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10059
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/copyright/copyright.sgml,v 1.2 1999/09/06 07:03:01 peter Exp $">
|
||||
<!ENTITY title "Información del Copyright de FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/copyright/copyright.sgml,v 1.2 1999/09/06 07:03:01 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -14,7 +14,7 @@
|
|||
<h2><a href="freebsd-license.html">El Copyright FreeBSD</a></h2>
|
||||
<h2><a href="license.html">El Copyright BSD</a></h2>
|
||||
<h2><a href="daemon.html">El demonio BSD</a></h2>
|
||||
<h2><a href="LEGAL">Restricciones de redistribución de los ports de FreeBSD</a></h2>
|
||||
<h2><a href="../../copyright/LEGAL">Restricciones de redistribución de los ports de FreeBSD</a></h2>
|
||||
<h2><a href="COPYING">LICENCIA PUBLICA GENERAL DE GNU</a></h2>
|
||||
<h2><a href="COPYING.LIB">LICENCIA PUBLICA GENERAL DE LIBRERIA GNU</a></h2>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue