-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotice.html
More file actions
33 lines (28 loc) · 1.44 KB
/
Copy pathnotice.html
File metadata and controls
33 lines (28 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" media="screen, print" href="gri.css" />
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Resource-Type" content="document" />
<meta http-equiv="Distribution" content="global" />
<meta http-equiv="Generator" content="Linux, Emacs and me" />
<meta http-equiv="Copyright" content="Kevin Cole" />
<meta name="generator" content="Linux, Emacs and me" />
<meta name="author" content="Kevin Cole, RHCE" />
<meta name="creation_date" content="Thu. 19 Feb 2002 11:53:32 EST" />
<meta name="description" content="Copyright notice" />
<meta name="keywords" content="copyright, copyleft, GNU, GPL, FDL,
Free Documentation License, FSF, Free Software Foundation" />
<title>Copyright/Copyleft Notice</title>
</head>
<body>
<p>Copyright (c) Kevin Cole.</p>
<p>Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or any
later version published by the Free Software Foundation; with no Invariant
Sections. A copy of the license is included in the section entitled
"<a href="fdl.html">GNU Free Documentation License</a>".</p>
</body>
</html>