2017-08-12 16:37:14 -07:00
|
|
|
|
{% extends "site_base_home.html" %}
|
2015-10-16 12:53:02 -05:00
|
|
|
|
|
|
|
|
|
{% load i18n %}
|
2017-08-12 16:37:14 -07:00
|
|
|
|
{% load staticfiles %}
|
2017-10-15 09:01:02 -07:00
|
|
|
|
{% load thumbnail %}
|
|
|
|
|
{% load sponsorship_tags %}
|
|
|
|
|
{% load schedule_tags %}
|
2015-10-16 12:53:02 -05:00
|
|
|
|
|
2018-10-05 12:15:48 -04:00
|
|
|
|
{% block head_title %}February 3, 2020{% endblock %}
|
2017-08-08 19:51:38 -07:00
|
|
|
|
|
2015-10-16 12:53:02 -05:00
|
|
|
|
{% block body_class %}home{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block body %}
|
2017-08-08 19:51:38 -07:00
|
|
|
|
|
2018-10-10 10:48:16 -04:00
|
|
|
|
<div class="chunkfive tight-headings text-center" style="padding: 1.5em;">
|
|
|
|
|
<h1>Second Annual International Copyleft Conference</h1>
|
2018-10-05 12:15:48 -04:00
|
|
|
|
<h2>February 3, 2020 in Brussels, Belgium</h2>
|
2018-10-10 10:48:16 -04:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="center-block" style="max-width: 50em;">
|
|
|
|
|
<p>This will be the second annual International Copyleft Conference. Participants from throughout the
|
|
|
|
|
copyleft world — developers, strategists, enforcement organizations, scholars and critics — will be
|
|
|
|
|
welcomed for an in-depth, high bandwidth, and expert-level discussion about the day-to-day details of
|
|
|
|
|
using copyleft licensing, obstacles facing copyleft and the future of copyleft as a strategy to advance and
|
|
|
|
|
defend software freedom for users and developers around the world.</p>
|
2019-06-09 16:41:43 -07:00
|
|
|
|
|
2018-10-05 12:15:48 -04:00
|
|
|
|
<p>Who’s organizing this? Software Freedom Conservancy is a not-for-profit charity that helps promote,
|
|
|
|
|
improve, develop, and defend Free, Libre, and Open Source Software (FLOSS) projects. Conservancy
|
2019-11-11 10:42:16 -05:00
|
|
|
|
provides a non-profit home and infrastructure for FLOSS projects. Conservancy is one of the few
|
|
|
|
|
organizations currently working on enforcement of the GPL, the world’s most popular copyleft license.</p>
|
2019-06-09 16:41:43 -07:00
|
|
|
|
|
2018-10-10 10:48:16 -04:00
|
|
|
|
<p>This event will provide a friendly and safe place for discussion of all aspects of copyleft, including as a
|
2020-02-11 10:18:40 -05:00
|
|
|
|
key strategy for defending software freedom!</p>
|
2018-10-10 10:48:16 -04:00
|
|
|
|
</div>
|
2019-06-09 16:41:43 -07:00
|
|
|
|
|
2017-08-12 17:57:25 -07:00
|
|
|
|
{% endblock %}
|