36 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "site_base_home.html" %}
 | ||
| 
 | ||
| {% load i18n %}
 | ||
| {% load staticfiles %}
 | ||
| {% load thumbnail %}
 | ||
| {% load sponsorship_tags %}
 | ||
| {% load schedule_tags %}
 | ||
| 
 | ||
| {% block head_title %}February 3, 2020{% endblock %}
 | ||
| 
 | ||
| {% block body_class %}home{% endblock %}
 | ||
| 
 | ||
| {% block body %}
 | ||
| 
 | ||
| <div class="chunkfive tight-headings text-center" style="padding: 1.5em;">
 | ||
| <h1>Second Annual International Copyleft Conference</h1>
 | ||
| <h2>February 3, 2020 in Brussels, Belgium</h2>
 | ||
| </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>
 | ||
| 
 | ||
| <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
 | ||
| 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>
 | ||
| 
 | ||
| <p>This event will provide a friendly and safe place for discussion of all aspects of copyleft, including as a
 | ||
| key strategy for defending software freedom!</p>
 | ||
| </div>
 | ||
| 
 | ||
| {% endblock %}
 | 
