From c0a165a28b906aa8bcec9aa965ce16e02fa8d960 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 23 Jul 2016 16:31:53 -0700 Subject: [PATCH] Update copyright notices (#387) --- Gruntfile.js | 4 ++-- LICENSE | 2 +- README.md | 2 +- src/bootlint.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4d693a6..9d7bde5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,7 +1,7 @@ /*! * Bootlint's Gruntfile * https://github.com/twbs/bootlint - * Copyright 2014-2015 Christopher Rebert + * Copyright 2014-2016 The Bootlint Authors * Portions Copyright 2013-2014 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootlint/blob/master/LICENSE) */ @@ -28,7 +28,7 @@ module.exports = function (grunt) { banner: ( "/*!\n * Bootlint v<%= pkg.version %> (<%= pkg.homepage %>)\n" + " * <%= pkg.description %>\n" + - " * Copyright (c) 2014-2016 Christopher Rebert\n" + + " * Copyright (c) 2014-2016 The Bootlint Authors\n" + " * Licensed under the MIT License (https://github.com/twbs/bootlint/blob/master/LICENSE).\n" + " */\n" ), diff --git a/LICENSE b/LICENSE index 7e07fa1..575fd67 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2016 Christopher Rebert +Copyright (c) 2014-2016 The Bootlint Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 3897737..b991dfc 100644 --- a/README.md +++ b/README.md @@ -219,4 +219,4 @@ See the [GitHub Releases page](https://github.com/twbs/bootlint/releases) for de ## License -Copyright (c) 2014-2016 Christopher Rebert. Licensed under the MIT License. +Copyright (c) 2014-2016 The Bootlint Authors. Licensed under the MIT License. diff --git a/src/bootlint.js b/src/bootlint.js index cbb1d2b..95e3533 100644 --- a/src/bootlint.js +++ b/src/bootlint.js @@ -1,7 +1,7 @@ /*! * Bootlint - an HTML linter for Bootstrap projects * https://github.com/twbs/bootlint - * Copyright (c) 2014-2016 Christopher Rebert + * Copyright (c) 2014-2016 The Bootlint Authors * Licensed under the MIT License. */