Files @ 46c50ec0b192
Branch filter:

Location: website/www/conservancy/static/projects/policies/index.html

Bradley M. Kuhn
Copyleft Compliance: Minor rewrite of strategy & firmware liberation

This rewrite should improve the stand-alone nature of these documents
and allow for better integration with other summary text and
announcements on the website.

Note that they have now drifted heavily from the original formulation
of the items as grant proposals.
{% extends "base_projects.html" %}
{% block subtitle %}Member Project Policies - {% endblock %}
{% block submenuselection %}Policies{% endblock %}
{% block content %}

<h1>Member Project Policies</h1>

<p>These are the policies that member projects follow in working with Conservancy.  These pages are provided as a reference to all projects participants.</p>

<ul>
  <li><a href="conflict-of-interest-policy.html">Conflict of interest policy</a></li>
  <li><a href="conservancy-travel-policy.html">Travel and reimbursable expense policy</a></li>
</ul>

<p>For more background about the policies, including licensing and change requests, please refer to <a href="https://k.sfconservancy.org/policies">their source code in Git</a>.</p>

{% endblock %}