<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8">        <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9">               <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js">                      <!--<![endif]-->
<head>
    <meta charset="utf-8">

    <title>Spain's freedom of speech repression is no joke</title>

    <link type="text/css" rel="stylesheet" href="/_assets/css/general/basic.css" />
    <link rel="canonical" href="https://www-2018.swansea.ac.uk/press-office/news-archive/2017/spainsfreedomofspeechrepressionisnojoke.php" /> 





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:page-type" content="News Item">
<meta property="su:section-id" content="112621">

    <script type="text/javascript" src="/_assets/vendor/enhance.js"></script>
    <script type="text/javascript">

        var SU =        {
                            customScripts: {
                                preRepositioning:  [],
                                postRepositioning: []
                            }
                        },

            dataLayer = [],

            styles =    [
                            '/_assets/css/general/desktop.css',
                            {
                                href: '/_assets/css/common/ie.css',
                                iecondition: 'all'
                            },
                            {
                                href: '/_assets/css/common/ie7.css',
                                iecondition: 7
                            },
                            {
                                href: '/_assets/css/common/ie8.css',
                                iecondition: 8
                            }
                        ],
        
            scripts =   [
                           '/_assets/js/common/modernizr-jquery.all.min.js'
                        ];
        

        

        

        scripts = scripts.concat([
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.js',
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.swipe.js',
            '/_assets/vendor/jquery-plugins/auto-complete/jquery.auto-complete.js',
            '/_assets/vendor/mustache.js',
            '/_assets/js/common/console.js',
            '/_assets/js/common/su.js',
            '/_assets/js/common/su/http/link.js',
            '/_assets/js/common/jquery-plugins/jQuery.showCookieMessage.js',
            '/_assets/vendor/jquery-plugins/ba-throttle-debounce/jquery.ba-throttle-debounce.js',
            '/_assets/js/common/jquery-plugins/jQuery.initialiseNavigation.js',
            '/_assets/js/common/jquery-plugins/jQuery.inputClear.js',
            '/_assets/js/general/desktop/enhanceFooterLinks.js',
            '/_assets/js/general/desktop/jQuery.initialiseSplashGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseFeaturedGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseTabPods.js',
            '/_assets/js/general/desktop/jQuery.initialiseQuadSliders.js',
            '/_assets/js/general/desktop/jQuery.stripeTableRows.js',
            '/_assets/vendor/jquery-plugins/ba-bbq/jquery.ba-bbq.js',
            '/_assets/js/general/desktop/jQuery.initialiseExpanders.js',
            '/_assets/vendor/jquery-plugins/cookie/jquery.cookie.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.easing.1.3.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.jBreadCrumb.1.1.js',
            '/_assets/js/general/desktop.js',
            '/_assets/js/precedent/coreFunctions.js'
        ]);

        enhance({
            loadStyles: styles,
            loadScripts: scripts,
            forcePassText: 'Enhanced version',
            forceFailText: 'Basic version'
        });
    </script>


</head>

<body id="content" class="layout-general-wrapper">
 

    <div id="general" class="layout-general">

        <!--noindex-->
        <div id="header" class="layout-header">
<h1 id="logo" class="logo">
    <span class="logo-text">Spain's freedom of speech repression is no joke</span>
    <a id="logo-link" href="https://www.swansea.ac.uk/">

        <img class="logo-image" src="/_assets/images/precedent/logo.en.png" alt="Swansea University Logo" />

    </a>
</h1>
            <div id="skipToContent" class="skip-to-content">
                <a class="skip-to-content-link" tabindex="1" href="#content-items" title="skip to content">Skip to content</a>
            </div>

<div id="globalNavWrapper" class="header-links">
    <ul id="globalNav" class="header-links-list">
    
        <!-- navigation object : SU_audience navigation --><li class="header-links-list-item"><a href="http://myuni.swan.ac.uk/">Current Students</a></li><li class="header-links-list-item"><a href="https://staff.swansea.ac.uk/">Staff</a></li><li class="header-links-list-item"><a href="http://www.swanseauniversity.com.cn">&#20013;&#25991;</a></li>
        
        

    </ul>
</div>
            
            <div id="globalSearch" class="global-search-form">
<div class="global-search-form">
	<form action="https://www.swansea.ac.uk/search/">
	  <div>
	    <input type="hidden" name="c" value="swansea-web" />
	    <input
           id="global-search-form-q"
	       type="text"
	       name="q"
	       placeholder="Site Search"
	       size="31"
	       class="global-search-form-query"
	    />
	    <input class="global-search-form-submit" type="submit" value="GO" />
	  </div>
	</form>
</div>

<script class="register-custom-scripts">
(function () {
    SU.customScripts.postRepositioning.push(function () {
    
        var endpoint = 'https://swansea.funnelback.co.uk/s/suggest.json',

            unique = function(arr) {
                var hash = {}, result = [];
                for ( var i = 0, l = arr.length; i < l; ++i ) {
                    if ( !hash.hasOwnProperty(arr[i]) ) {
                        hash[ arr[i] ] = true;
                        result.push(arr[i]);
                    }
                }
                return result;
            },
            
            setHandler = function() {
                $('#global-search-form-q').off().autoComplete({
                    source: function(term, response) {
                        console.log("You typed [" + term + "]");
                        $.getJSON(
                            endpoint,
                            {
                                collection:    'swansea-web',
                                partial_query: term
                            },
                            function(data) {
                                response(unique(data));
                            }
                        );
                    }
                });
            };
    
        console.group('Initialising auto complete');
        window.setTimeout(function () {
            setHandler();
        }, 500);
        
        console.groupEnd();
    });
}());
</script>
            </div>
            
            <div id="naviBar" class="main-nav">
<!-- navigation object : SU_Main_Nav -->

            </div>
        </div>
        <!--endnoindex-->
        
        <div class="layout-container">
            <div id="main" class="layout-content">
                <div id="contentHeader" class="content-header">

                    <!--noindex-->
<div class="breadCrumbHolder module">
    <div class="breadCrumb module">
        <ul>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/" itemprop="url">
                    <span itemprop="title">Home</span>
                </a>
            </li>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/press-office/" itemprop="url">
                    <span itemprop="title">Press Office</span>
                </a>
            </li>
	</ul>
    </div>
</div>
                    <!--endnoindex-->

                    <h1 class="content-header-heading">Spain's freedom of speech repression is no joke</h1>
                </div>

                <div id="splash-items" class="layout-splash">
                </div>

                <!--noindex-->
                <div class="layout-content-nav">
                    <div id="secondaryNavWrapper"></div>
                </div>
                <!--endnoindex-->

                <div id="content-items" class="layout-content-items content-items">
                    <div class="layout-featured-items">
                    </div>

                    <div class="layout-article-items">
  <div class="news-item-fulltext">
<p style="padding: 1.5em; text-align: center; background-color: #ffc266; font-weight: bold">
    Please note, this page has been archived and is no longer being updated.
</p>
    <p class="news-item-summary">This article, written by Federico López-Terra, 1ecturer in Hispanic Studies at Swansea University, was originally published by The Conversation.</p>

    <div class="news-item-content">
        <h1><img alt="Image 20170413 25894 ao7k8f" src="https://cdn.theconversation.com/files/165231/width754/image-20170413-25894-ao7k8f.jpg" style="font-size: 12px;" /><span class="attribution" style="font-size: 12px;"><a class="source" href="https://www.shutterstock.com/image-photo/older-mans-mouth-covered-taped-closed-413111341?src=f0Xv2ntiKC_R_pBXpTV53g-3-85">Stephen Orsillo/Shutterstock</a></span><span style="font-size: 12px;"><a href="https://theconversation.com/profiles/federico-lopez-terra-312946">Federico L&oacute;pez-Terra</a>, <em><a href="http://theconversation.com/institutions/swansea-university-2638">Swansea University</a></em></span></h1>
<p><a href="https://www.theguardian.com/law/2016/aug/12/social-media-law-an-essential-guide">For the most part</a>, social media users are <a href="https://www.forbes.com/sites/markcohen1/2016/11/27/law-in-the-age-of-social-media/#2ccd849c1db8">free to express</a> their opinions online. In Spain, however, that&rsquo;s not the case. <img alt="The Conversation" height="1" src="https://counter.theconversation.edu.au/content/75889/count.gif?distributor=republish-lightbox-basic" width="1" /></p>
<p>Cassandra Vera, a 21-year-old student from the city of Murcia in the south-east of Spain, has been <a href="https://www.theguardian.com/world/2017/mar/30/spanish-woman-given-jail-term-for-tweeting-jokes-about-franco-era-assassination">sentenced to a year in prison</a>, and disqualified from public functions for seven years, after making jokes on Twitter that &ldquo;glorified terrorism&rdquo;.</p>
<p>Between 2013 and 2016, Vera published 13 tweets that commented on terrorist group <a href="http://news.bbc.co.uk/onthisday/hi/dates/stories/december/20/newsid_2539000/2539129.stm">ETA&rsquo;s assassination</a> of former Spanish dictator Luis Carrero Blanco, which happened in 1973.</p>
<p>Ruling on her crime, judges in the National Audience, Spain&rsquo;s top criminal court, <a href="http://www.bbc.co.uk/news/world-europe-39442213">stated that Vera&rsquo;s tweets</a>: &ldquo;Constitute contempt, dishonour, disrepute, mockery and affront to the people who have suffered the blow of terrorism.&rdquo;</p>
<p>Though the victims of terrorism do, as noted by the judges, deserve &ldquo;respect and consideration&rdquo;, the prison sentence has caused outcry in Spain. These kinds of jokes have <a href="http://verne.elpais.com/verne/2017/03/29/articulo/1490791269_540037.html">been repeated publicly</a> since the day of the attack. Luis Carrero Blanco&rsquo;s granddaughter herself <a href="http://politica.elpais.com/politica/2017/01/18/actualidad/1484767780_556799.html">has even written</a> that though the jokes were in bad taste, she is &ldquo;scared of a society in which freedom of expression &hellip; can lead to jail sentences&rdquo;.</p>
<p>The judges were <a href="http://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:52014SC0270">following the law</a> but their interpretation is questionable. The European Parliament has <a href="http://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32017L0541&amp;from=ES">made it crystal clear</a> that for there to be an offence of glorification or justification of terrorism, it has to be understood &ldquo;as a way to gather support for terrorist causes or to seriously intimidate the population&rdquo;. It should, according to the parliament, only be punished &ldquo;when it causes a danger that terrorist acts may be committed&rdquo;.</p>
<p>A Spanish Civil Guard who investigated the case declared that he had no idea if Vera&rsquo;s profile had the potential <a href="http://www.eldiario.es/politica/chistes-Carrero-Blanco-Audiencia-Nacional_0_625038257.html">to lead to such repercussions</a>.</p>
<h2>A Spanish wave of repression?</h2>
<p>Vera&rsquo;s is not alone in her tweet conviction. At least <a href="http://politica.elpais.com/politica/2017/03/30/actualidad/1490904752_997815.html">70 more people have been accused</a> of the same crime. Rapper C&eacute;sar Strawberry has been <a href="http://www.billboard.com/articles/columns/latin/7662300/cesar-strawberry-sentenced-prison-tweets-spanish-rapper-def-con-dos">sentenced to prison</a>, too, and a <a href="http://www.independent.co.uk/news/world/europe/spanish-puppeteers-charged-with-glorifying-terrorism-in-show-a6859121.html">group of puppeteers</a> were given custody without bail for making jokes about ETA, though they were later absolved.</p>
<p>Nor is Vera&rsquo;s conviction an isolated issue. It is another act in a trend of repression that has been building since the conservative Popular Party (PP) <a href="http://www.bbc.co.uk/news/world-europe-15809062">won the 2011 parliamentary election</a>.</p>
<p>Reacting to the <a href="https://www.theguardian.com/commentisfree/2011/oct/15/spain-15-m-movement-activism">Indignados anti-austerity protests</a> of that year, the PP has since put a lot of effort into suppressing any kind of resistance of this sort &ndash; even being <a href="https://www.theguardian.com/world/2016/jun/22/spanish-minister-accused-of-conspiring-against-political-rivals">accused of creating a political police</a> to do so.</p>
<p>In 2013, the government started preparing <a href="https://doc.es.amnesty.org/cgi-bin/ai/BRSCGI?CMD=VERDOC&amp;BASE=SIAI&amp;SORT=-FPUB&amp;DOCR=1&amp;RNG=10&amp;FMT=SIAIWEB3.fmt&amp;SEPARADOR=&amp;&amp;INAI=EUR4100114">a controversial</a> &ldquo;protection of citizen security&rdquo; <a href="https://www.theguardian.com/world/2015/mar/12/spain-security-law-protesters-freedom-expression">law to support their actions</a>. Commonly known as the &ldquo;gag law&rdquo;, the now <a href="https://www.boe.es/boe/dias/2015/03/31/pdfs/BOE-A-2015-3442.pdf">enacted legislation</a> gives Spanish police the right to fine citizens for what they consider to be an interference to their job or contempt of authority.</p>
<p>Since it was passed, Spanish society, with a mix of fury, impotence and incredulity, has witnessed people being fined after posting, for instance, <a href="http://www.telegraph.co.uk/news/worldnews/europe/spain/11771851/First-victim-of-Spains-gag-law-fined-for-criticising-lazy-police.html">a complaint about their local authority</a> on Facebook. Another was fined for carrying a bag with the acronym &ldquo;ACAB&rdquo; and the slogan &ldquo;All Cats Are Beautiful&rdquo;, with a cat&rsquo;s face; the police read the acronym as <a href="http://www.eldiario.es/sociedad/Multada-Ley-Mordaza-siglas-ACAB_0_518998719.html">&ldquo;All Cops Are Bastards&rdquo;</a>.</p>
<p>But Vera&rsquo;s conviction has been the last straw, prompting calls from new left-wing political party Podemos for the <a href="http://www.eldiario.es/politica/Unidos-Podemos-delito-enaltecimiento_0_626787669.html">suppression of the law</a>. The Socialists have agreed that <a href="http://www.elmundo.es/espana/2017/03/30/58dd2fa1ca474138548b4580.html">it needs revision</a>.</p>
<h2>Backwards and forwards</h2>
<p>The inanity and <a href="http://www.eldiario.es/politica/Audiencia-Nacional-Guardia-Civil-Twitter_0_625738197.html">lack of clear reasons</a> the prosecutors have for considering tweets &ldquo;a real threat&rdquo; or a cause of &ldquo;social alarm&rdquo; as stated in the law is worrying in itself, but the matter goes deeper, and has many &ndash; <a href="https://www.amnesty.org/en/documents/pol10/4800/2017/en/">including Amnesty International</a> &ndash; worrying about the future of freedom of speech in the country.</p>
<p>Spain is fighting back but the people are facing tough opposition from a government which is intent on anything it considers <a href="http://www.independent.co.uk/news/world/europe/spain-moves-to-ban-insulting-memes-about-politicians-from-the-internet-a7411566.html">to be the wrong type of &ldquo;speech&rdquo;</a>. In this sense, Vera has been a warning, but she has become a symbol of the resistance, too, with countless people <a href="http://www.elmundo.es/f5/comparte/2017/03/29/58dc089246163f6c328b45a2.html">showing their support online</a> by using the hashtag #YoSoyCassandra (&ldquo;I am Cassandra&rdquo;). Political parties, such as the traditional Spanish left-wing coalition IU, and Podemos, have also retweeted the jokes as a reaction to what is widely considered a disproportional and unfair sentence. But the law still stands.</p>
<p>Since the Indignados demonstrations, Spain has become home to new movements of resistance, as the public sphere is co-opted to give everyone a voice. And yet the use of the glorification of terrorism law gives the impression that Spain is walking backwards towards its pre-constitutional history. It is not quite there yet, but for a country that has been a world leader on many other social liberties &ndash; <a href="http://www.bbc.co.uk/news/world-europe-29322561">progressive abortion law</a> and <a href="https://www.theguardian.com/world/2005/jun/30/gayrights.spain">same-sex marriage</a> rights, to name two &ndash; it is hard not to feel, as the Basque philosopher Miguel de Unamuno once said, that &ldquo;Spain hurts&rdquo;.</p>
<p><span><a href="https://theconversation.com/profiles/federico-lopez-terra-312946">Federico L&oacute;pez-Terra</a>, Lecturer in Hispanic Studies, <em><a href="http://theconversation.com/institutions/swansea-university-2638">Swansea University</a></em></span></p>
<p>This article was originally published on <a href="http://theconversation.com">The Conversation</a>. Read the <a href="https://theconversation.com/spains-freedom-of-speech-repression-is-no-joke-75889">original article</a>.</p>
    </div>

    <ul class="news-item-post-info-container vcard">
        <li class="news-item-post-info author">
           Posted by
            <span class="fn">Delyth Purchase</span>
            &lt;<a class="email" href="mailto:d.purchase@swansea.ac.uk">d.purchase@swansea.ac.uk</a>&gt;
        </li>

        <li class="news-item-post-info">
            <a href="/press-office/news-archive/2017/spainsfreedomofspeechrepressionisnojoke.php" rel="bookmark">
                <abbr class="published" title="2017-04-13T13:22:00+01:00">Thursday 13 April 2017 13.22 BST</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2017-04-13T12:42:31+01:00">Thursday 13 April 2017 12.42 BST</abbr>
        </li>

        <li class="news-item-post-info">
        	<span class="fn org">Swansea University</span>
        </li>
    </ul>

</div>

                    </div>

                    <div class="layout-related-items">
                    </div>
                </div>


            </div>

            <!--noindex-->
            <div id="footer" class="layout-footer">
                <ul id="footerLinks" class="footer-links">
<!-- navigation object : SU_footer navigation --><li class="footer-links-list-item"><a href="/the-university/contact/">Contact Us</a></li><li class="footer-links-list-item"><a href="/personnel/jobs/">Jobs</a></li><li class="footer-links-list-item"><a href="/the-university/colleges/">Colleges</a></li><li class="footer-links-list-item"><a href="/press-office/">Press</a></li><li class="footer-links-list-item"><a href="https://www.swansea.ac.uk/about-us/safety-and-security/health-and-safety/">Health &amp; Safety</a></li><li class="footer-links-list-item"><a href="/includes/footer/disclaimer-and-copyright/">Disclaimer &amp; Copyright</a></li><li class="footer-links-list-item"><a href="/includes/footer/site-map/">Site map</a></li><li class="footer-links-list-item"><a href="/includes/footer/privacyandcookies/">Privacy and Cookies</a></li><li class="footer-links-list-item"><a href="http://www.swan.ac.uk/course-search/">Course Search</a></li>
                </ul>

                <div id="footerDisclaimer" class="footer-disclaimer">
                    <p class="footer-disclaimer-text">Swansea University is a registered charity. No. 1138342.</p>
                </div>
            </div>
            <!--endnoindex-->

        </div>

    </div>


<script id="desktop-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <div class="skip-to-content" id="skipToContent">
            {{{ skipToContent }}}
        </div>

        <h1 id="logo" class="logo">
            {{{ logo }}}
        </h1>

        <div id="globalNavWrapper" class="header-links">
            <ul id="globalNav" class="header-links-list">
                {{{ globalNav }}}
            </ul>
        </div>

        <div id="globalSearch" class="global-search-form">
            {{{ globalSearch }}}
        </div>
                    
        <div id="naviBar" class="main-nav">
            <ul id="mainNav" class="main-nav-list">
                {{{ mainNav }}}
            </ul>
        </div>
    </div>

</script>


<script id="mobile-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <span class="layout-menu-bar">
            <a id="layout-menu-bar-toggle" class="layout-menu-bar-toggle" href="#">{{mobile.linksText}}</a>
        </span>

        <a id="logo-link" href="{{mobile.logoLinkHref}}">
            <img class="logo-image" alt="{{mobile.logoAlt}}" src="{{mobile.logoSrc}}" />
        </a>
    </div>

</script>


<script id="desktop-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="secondaryNavWrapper">
             <ul id="secondaryNav" class="content-nav content-nav-items">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="mobile-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="globalNavWrapper">
            {{{globalNav}}}
        </div>

        <div id="naviBar">
            {{{mainNav}}}
        </div>

        <div id="secondaryNavWrapper">
             <ul id="secondaryNav">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="desktop-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">

        <ul class="tabs-item-list">
{{#tabs}}
            <li class="tabs-item-list-tab-item tabs-pod-tabs-tab-heading">
                <a class="tabs-item-list-tab-item-link" href="#">{{ tabHeading }}</a>
            </li>
{{/tabs}}
        </ul>

{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <div class="tabs-pod-tabs-tab-content">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}

    </div>

</script>


<script id="mobile-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">
{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <h3 class="tabs-pod-tabs-tab-heading is-collapsed">
                <a href="#">{{ tabHeading }}</a>
            </h3>
            <div class="tabs-pod-tabs-tab-content" style="display: none">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}
    </div>

</script>


</body>

</html>
