Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit c0a165a

Browse files
authored
Update copyright notices (#387)
1 parent 4d65f5d commit c0a165a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootlint's Gruntfile
33
* https://github.com/twbs/bootlint
4-
* Copyright 2014-2015 Christopher Rebert
4+
* Copyright 2014-2016 The Bootlint Authors
55
* Portions Copyright 2013-2014 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootlint/blob/master/LICENSE)
77
*/
@@ -28,7 +28,7 @@ module.exports = function (grunt) {
2828
banner: (
2929
"/*!\n * Bootlint v<%= pkg.version %> (<%= pkg.homepage %>)\n" +
3030
" * <%= pkg.description %>\n" +
31-
" * Copyright (c) 2014-2016 Christopher Rebert\n" +
31+
" * Copyright (c) 2014-2016 The Bootlint Authors\n" +
3232
" * Licensed under the MIT License (https://github.com/twbs/bootlint/blob/master/LICENSE).\n" +
3333
" */\n"
3434
),

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2016 Christopher Rebert
3+
Copyright (c) 2014-2016 The Bootlint Authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ See the [GitHub Releases page](https://github.com/twbs/bootlint/releases) for de
219219

220220
## License
221221

222-
Copyright (c) 2014-2016 Christopher Rebert. Licensed under the MIT License.
222+
Copyright (c) 2014-2016 The Bootlint Authors. Licensed under the MIT License.

src/bootlint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootlint - an HTML linter for Bootstrap projects
33
* https://github.com/twbs/bootlint
4-
* Copyright (c) 2014-2016 Christopher Rebert
4+
* Copyright (c) 2014-2016 The Bootlint Authors
55
* Licensed under the MIT License.
66
*/
77

0 commit comments

Comments
 (0)