Wireless Festival has been given permission to remain in London's Finsbury Park, provided performers do not swear or wear "offensive" clothes.

Haringey Council granted festival promoter Live Nation a licence after a review called for by campaigners.

Friends of Finsbury Park had complained about noise levels, drug taking and anti-social behaviour at the festival.

The council's licensing committee decided to amend conditions rather than revoke the licence altogether.

Conditions include a "request that performers do not sing or play any vulgar, obscene or banned songs or carry out indecent acts or make any vulgar gestures, actions or remarks during the performance" and that performers do "not offend the general public, e.g., attire which expose the groin, private parts, buttock or female breast(s)".

The last day of the festival will now finish 30 minutes earlier at 21:30 BST and new sound level limits and monitoring will be put in place.

The event, which attracted crowds of more than 37,000 people this year, sparked 67 complaints over noise, anti-social behaviour, drug dealing and litter damage, according to the Local Democracy Reporting Service.

Philip Kolvin QC, the barrister representing Live Nation, told a review hearing earlier this month that the "impacts are mostly contained and limited in duration" and that Live Nation was "committed" to the "possibility of improving year-on-year".

Wireless Festival "reflected and celebrated" Haringey's "young and ethnically diverse" character as a borough, Mr Kolvin added:

"Wireless is a celebration of grime music. It is a music genre that emerged from London; it is London music," he said.

L155的更多相关文章

  1. 《Windows驱动开发技术详解》之派遣函数

    驱动程序的主要功能是负责处理I/O请求,其中大部分I/O请求是在派遣函数中处理的.用户模式下所有对驱动程序的I/O请求,全部由操作系统转化为一个叫做IRP的数据结构,不同的IRP数据会被“派遣”到不同 ...

  2. Luogu5285 [十二省联考2019] 骗分过样例

    题目分析: 观察前3个点,$361=19*19$,所以可以发现实际上就是快速幂,然后模数猜测是$998244353$,因为功能编号里面有这个数字,用费马小定理处理一下. $pts:12$ 观察第4个点 ...

随机推荐

  1. CSS 图像拼合技术

    CSS 图像拼合技术 一.图像拼合 图像拼合就是单个图像的集合. 有许多图像的网页可能需要很长的时间来加载和生成多个服务器的请求. 使用图像拼合会降低服务器的请求数量,并节省带宽. 二.图像拼合 - ...

  2. 20145211《网络渗透》msf辅助模块的应用

    20145211<网络渗透>msf辅助模块的应用 一.实验准备 启用VB的kali,需要用到桥接,VMware桥接总是罢工…… 二.实验步骤 最好开桥接模式,要不然你就多开几个虚拟机(只要 ...

  3. DDR4中的so-dimm 和component

    so-dimm :Small Outline Dual In-line Memory Module (小型双列直插式内存模块) component:直接焊接的ddr4芯片

  4. 开发人员不可不看的 OBD通讯协议知识

    OBD-II Network Standards» J1850 VPW– Adopted by GM; also known as Class 2.– Adopted by Chrysler (kno ...

  5. Jquery12 Ajax

    学习要点: 1.Ajax 概述 2.load()方法 3.$.get()和$.post() 4.$.getScript()和$.getJSON() 5.$.ajax()方法 6.表单序列化 Ajax ...

  6. Windows平台上Caffe的训练与学习方法(以数据库CIFAR-10为例)

    Windows平台上Caffe的训练与学习方法(以数据库CIFAR-10为例) 在完成winodws平台上的caffe环境的搭建之后,亟待掌握的就是如何在caffe中进行训练与学习,下面将进行简单的介 ...

  7. mybatis动态sql中的bind绑定

    知识点:bind在模糊查询中的用法 在我的博客    mybatis中使用mysql的模糊查询字符串拼接(like) 中也涉及到bind的使用 <!-- List<Employee> ...

  8. Matlab 日期频次统计

    一.孕妇建档月份频次统计 源数据样本,为某医院一段时间内的孕妇建档时间 2015-04-22 10:12:522014-11-21 17:16:472013-12-16 17:35:442013-12 ...

  9. Android开发-网络通信2

    调试了三种通信方法:HttpClient.AsyncHttpClient 和 Volley . HttpClient 测试代码[1]: public class HttpUtil { public s ...

  10. codeforces242E XOR on Segment

    本文版权归ljh2000和博客园共有,欢迎转载,但须保留此声明,并给出原文链接,谢谢合作. 本文作者:ljh2000 作者博客:http://www.cnblogs.com/ljh2000-jump/ ...