front page news to reference compliance
This commit is contained in:
parent
6f8ab78ea5
commit
f1262cf7c5
2 changed files with 6 additions and 8 deletions
|
@ -37,11 +37,9 @@ initiatives that actively make technology more inclusive, and advancing policy
|
|||
strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">Learn more.</a></p>
|
||||
</section>
|
||||
<section class="w-30-ns mh2 pa3 bg-light-blue ba b--gray">
|
||||
<h2 class="f4 ttu">Vizio Lawsuit</h2>
|
||||
<p>Judge Staton in the federal Court in Central District of California
|
||||
granted our motion to “remand” the case back to state court
|
||||
in Orange County, CA!</p>
|
||||
<a href="/news/2022/may/16/vizio-remand-win/" class="f5 dib pa2 ttu b
|
||||
<h2 class="f4 ttu">Copilot and Principles</h2>
|
||||
<p>In the ongoing class action lawsuit against GitHub, Microsoft and OpenAI, we continue to call on the plaintiffs to prioritize <a href="https://sfconservancy.org/copyleft-compliance/principles.html">copyleft compliance above financial compensation</a>.</p>
|
||||
<a href="/news/2022/nov/04/class-action-lawsuit-filing-copilot/" class="f5 dib pa2 ttu b
|
||||
btn-orange">More information</a>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -28,9 +28,9 @@ admin.autodiscover()
|
|||
|
||||
urlpatterns = [
|
||||
# Uncomment these 3 lines when testing locally to get static content
|
||||
#url(r'^css', static_views.index),
|
||||
#url(r'^img', static_views.index),
|
||||
#url(r'^js', static_views.index),
|
||||
url(r'^css', static_views.index),
|
||||
url(r'^img', static_views.index),
|
||||
url(r'^js', static_views.index),
|
||||
url(r'^$', frontpage.view),
|
||||
url(r'^sponsors$', frontpage.view),
|
||||
url(r'^sponsors/$', sponsors.view),
|
||||
|
|
Loading…
Reference in a new issue