This repository was archived by the owner on Feb 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 ) ,
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2014-2016 Christopher Rebert
3+ Copyright (c) 2014-2016 The Bootlint Authors
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments