Bump the copyright year and other misc new years changes. Happy 2012.
This commit is contained in:
parent
effa4ef75d
commit
789d78a01d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38115
4 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/copyright/freebsd-doc-license.sgml,v 1.9 2010/05/09 15:52:47 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/copyright/freebsd-doc-license.sgml,v 1.10 2011/01/22 11:52:09 wosch Exp $">
|
||||
<!ENTITY title "The FreeBSD Documentation License">
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<p>Copyright 1994-2011
|
||||
<p>Copyright 1994-2012
|
||||
The FreeBSD Project.
|
||||
All rights reserved.</p>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/copyright/freebsd-license.sgml,v 1.22 2010/05/09 15:52:47 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/copyright/freebsd-license.sgml,v 1.23 2011/01/22 11:52:09 wosch Exp $">
|
||||
<!ENTITY title "The FreeBSD Copyright">
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<p>Copyright 1992-2011
|
||||
<p>Copyright 1992-2012
|
||||
The FreeBSD Project.
|
||||
All rights reserved.</p>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/events/Makefile,v 1.18 2010/01/19 20:29:00 hrs Exp $
|
||||
# $FreeBSD: www/en/events/Makefile,v 1.19 2011/01/22 14:49:45 ryusuke Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -11,9 +11,9 @@ SUBDIR= 2002
|
|||
SUBDIR+= 2003
|
||||
|
||||
# The year the top level events.html file starts from:
|
||||
YEARSTART= 2010
|
||||
YEARSTART= 2011
|
||||
# Years to generate past events pages for and link from top level:
|
||||
PASTYEARS= 2009 2008 2007 2006 2005 2004 2003
|
||||
PASTYEARS= 2010 2009 2008 2007 2006 2005 2004 2003
|
||||
|
||||
DATA= events.css
|
||||
INDEXLINK= events.html
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/header.ent,v 1.16 2011/03/27 11:28:34 joel Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/header.ent,v 1.17 2011/08/15 19:14:53 gjb Exp $ -->
|
||||
|
||||
<!-- FreeBSD HTML Header Entities -->
|
||||
<!-- PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header Entities//EN" -->
|
||||
|
@ -11,7 +11,7 @@
|
|||
<!-- Override in the prolog <em>before</em> including this -->
|
||||
<!-- file if necessary. -->
|
||||
<!ENTITY copyright '<a href="&base;/search/index-site.html">Site Map</a> |
|
||||
<a href="&base;/copyright/">Legal Notices</a> | © 1995-2011 The FreeBSD Project.
|
||||
<a href="&base;/copyright/">Legal Notices</a> | © 1995-2012 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;'>
|
||||
|
|
Loading…
Reference in a new issue