initial checkin of legal/ mainly for the confidentiality bits, more coming

This commit is contained in:
Jeff Waugh 2004-02-23 10:43:11 +00:00
parent b246d4aae0
commit 4e40270a8d
4 changed files with 42 additions and 1 deletions

View file

@ -25,6 +25,7 @@ foundation.gnome.org/elections/2002/Makefile
foundation.gnome.org/elections/2003/Makefile
foundation.gnome.org/img/Makefile
foundation.gnome.org/img/logos/Makefile
foundation.gnome.org/legal/Makefile
foundation.gnome.org/membership/Makefile
foundation.gnome.org/news/Makefile
])

View file

@ -1,4 +1,4 @@
SUBDIRS = about contact elections membership img news
SUBDIRS = about contact elections img legal membership news
urlpath =

View file

@ -0,0 +1,8 @@
SUBDIRS =
urlpath = /legal
page_SCRIPTS = \
index.html
include $(top_srcdir)/rules.common

View file

@ -0,0 +1,32 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>GNOME Foundation Legal Information</title>
</head>
<body>
<h1>GNOME Foundation Legal Information</h1>
<h2>Board Confidentiality Policy</h2>
<p>Part of the Foundation's purpose is to be a neutral, independent body
which organizations can use as an initial touchpoint before becoming
more deeply involved with The GNOME Project. Through this and other
activities, the members of the Board and employees and agents of the
Foundation shall, from time to time and in the regular course of
business, be made aware of confidential and sensitive information.</p>
<p>Members of the board pledge upon their election and upon the
publication of this addendum to keep this information confidential.
Employees and agents pledge upon hiring or publication of this addendum
to keep this information confidential, at risk of termination.
Information that is public knowledge or that individuals came to know
through other means is not covered by this provision. Confidential
information must be marked confidential.</p>
<!-- FIXME: need to put fonts/ up here, plus the licensing and copyright
info once it's ready -->
</body>
</html>