Skip to content

Commit a36adff

Browse files
committed
Copyright bump
1 parent 9f116b8 commit a36adff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# Linter for SublimeLinter3, a code checking framework for Sublime Text 3
44
#
55
# Written by Aparajita Fishman
6-
# Copyright (c) 2013 Aparajita Fishman
6+
# Copyright (c) 2015-2016 The SublimeLinter Community
7+
# Copyright (c) 2013-2014 Aparajita Fishman
78
#
89
# License: MIT
910
#
@@ -14,7 +15,6 @@
1415

1516

1617
class CSSLint(Linter):
17-
1818
"""Provides an interface to the csslint executable."""
1919

2020
syntax = ('css', 'css3', 'html')

0 commit comments

Comments
 (0)