L155
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的更多相关文章
- 《Windows驱动开发技术详解》之派遣函数
驱动程序的主要功能是负责处理I/O请求,其中大部分I/O请求是在派遣函数中处理的.用户模式下所有对驱动程序的I/O请求,全部由操作系统转化为一个叫做IRP的数据结构,不同的IRP数据会被“派遣”到不同 ...
- Luogu5285 [十二省联考2019] 骗分过样例
题目分析: 观察前3个点,$361=19*19$,所以可以发现实际上就是快速幂,然后模数猜测是$998244353$,因为功能编号里面有这个数字,用费马小定理处理一下. $pts:12$ 观察第4个点 ...
随机推荐
- 【c++ primer, 5e】函数指针
简单的示例: #include <iostream> using namespace std; int sum(int x, int y) { return x + y; } int ma ...
- 负载均衡技术在CDN中发挥着重要作用
转载地址:http://www.qicaispace.com/gonggao/server/page01/info07.asp CDN是一个经策略性部署的整体系统,能够帮助用户解决分布式存储.负载均衡 ...
- SQL学习笔记之SQL中INNER、LEFT、RIGHT JOIN的区别和用法详解
0x00 建表准备 相信很多人在刚开始使用数据库的INNER JOIN.LEFT JOIN和RIGHT JOIN时,都不太能明确区分和正确使用这三种JOIN操作,本文通过一个简单的例子通俗易懂的讲解这 ...
- ElasticSearch(六) Elasticsearch在Thinkphp5.0中的使用
首先下载需要引入的类库 链接:https://pan.baidu.com/s/1XEXviLoWM-ypwJ_B0jXqlg 密码:u54t //Elasticsearch.zip类库压缩包地址 然后 ...
- kerberos master-slave搭建
1. 安装kerberos server yum install krb5-server krb5-libs krb5-auth-dialog client yum install krb5-work ...
- 20145231熊梓宏 《网络对抗》 实验8 Web基础
20145231熊梓宏 <网络对抗> 实验8 Web基础 基础问题回答 ●什么是表单? 表单是一个包含表单元素的区域,表单元素是允许用户在表单中输入信息的元素,表单在网页中主要负责数据采集 ...
- windows 下获取父进程pid
DWORD GetParentProcessID(DWORD dwProcessId) { LONG status; DWORD dwParentPID = (DWORD)-1; HANDLE hPr ...
- CSS控制滚动条的样式
到今天(2018年10月25日)为止, 这还是chrome上的一个实验性特性: ::-webkit-scrollbar{width:4px;height:4px;} ::-webkit-scrollb ...
- PHP设计模式(三):抽象工厂模式
- ubuntu安装python MySQLdb模块
本文讲述了python安装mysql-python的方法.分享给大家供大家参考,具体如下: ubuntu 系统下进行的操作 首先安装了pip工具 ? 1 sudo apt-get install py ...