diff --git a/Gruntfile.js b/Gruntfile.js
index fb7753170fcd9e0e2e67e76f8887dc6f97564ce5..4b350e264ec65f78fb5ab91ffc4ea0af97cd08bd 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,6 +1,7 @@
 /*!
  * Bootstrap's Gruntfile
  * http://getbootstrap.com
+ * Copyright 2013-2016 The Bootstrap Authors
  * Copyright 2013-2016 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
diff --git a/LICENSE b/LICENSE
index 7a300022c3efb0f791687a0d58460d80182303e2..4e32163c07facc5a5a3fb46dfdde899379b9efcb 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,7 @@
 The MIT License (MIT)
 
 Copyright (c) 2011-2016 Twitter, Inc.
+Copyright (c) 2011-2016 The Bootstrap 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 1f027087a14cbbb4fc1831fd7d4aa42521ae45c4..cc3d5b1a7f354c23681411941d0851daef0ae6eb 100644
--- a/README.md
+++ b/README.md
@@ -131,4 +131,4 @@ See [the Releases section of our GitHub project](https://github.com/twbs/bootstr
 
 ## Copyright and license
 
-Code and documentation copyright 2011-2016 Twitter, Inc. Code released under [the MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).
+Code and documentation copyright 2011-2016 the Bootstrap Authors and Twitter, Inc. Code released under [the MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).
diff --git a/docs/assets/js/ie-emulation-modes-warning.js b/docs/assets/js/ie-emulation-modes-warning.js
index 2016da6d54cf51d45ac4c6beb714568a87672689..452c1268f6d34bbc21d34362c38fcb8870dc643e 100644
--- a/docs/assets/js/ie-emulation-modes-warning.js
+++ b/docs/assets/js/ie-emulation-modes-warning.js
@@ -2,6 +2,7 @@
 // IT'S JUST JUNK FOR OUR DOCS!
 // ++++++++++++++++++++++++++++++++++++++++++
 /*!
+ * Copyright 2014-2015 The Bootstrap Authors
  * Copyright 2014-2015 Twitter, Inc.
  *
  * Licensed under the Creative Commons Attribution 3.0 Unported License. For
diff --git a/docs/assets/js/ie10-viewport-bug-workaround.js b/docs/assets/js/ie10-viewport-bug-workaround.js
index 162dafb9ddea175891fcdbfdf283e5847e632f4a..629ad5e56c1270aa6c0aae5e0950d84b897b876f 100644
--- a/docs/assets/js/ie10-viewport-bug-workaround.js
+++ b/docs/assets/js/ie10-viewport-bug-workaround.js
@@ -1,5 +1,6 @@
 /*!
  * IE10 viewport hack for Surface/desktop Windows 8 bug
+ * Copyright 2014-2015 The Bootstrap Authors
  * Copyright 2014-2015 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
diff --git a/docs/assets/js/src/application.js b/docs/assets/js/src/application.js
index 69520e9473c184ec85fb9b348ec047c80e80cde4..f45add540758c11d8de8b93cfbf231c9aaab4f07 100644
--- a/docs/assets/js/src/application.js
+++ b/docs/assets/js/src/application.js
@@ -4,6 +4,7 @@
 
 /*!
  * JavaScript for Bootstrap's docs (http://getbootstrap.com)
+ * Copyright 2011-2016 The Bootstrap Authors
  * Copyright 2011-2016 Twitter, Inc.
  * Licensed under the Creative Commons Attribution 3.0 Unported License. For
  * details, see https://creativecommons.org/licenses/by/3.0/.
diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss
index 0362198fd7bfc367151b868954d5b5d544cfa1f1..17a11cf2dbf422c5d784b55c6bf179a4d7e7dd7d 100644
--- a/docs/assets/scss/docs.scss
+++ b/docs/assets/scss/docs.scss
@@ -1,5 +1,6 @@
 /*!
  * Bootstrap Docs (http://getbootstrap.com)
+ * Copyright 2011-2016 The Bootstrap Authors
  * Copyright 2011-2016 Twitter, Inc.
  * Licensed under the Creative Commons Attribution 3.0 Unported License. For
  * details, see https://creativecommons.org/licenses/by/3.0/.
diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md
index 4975536104bcf84394e97e7df8d349f7dcbc0182..7bb95ebf358298525455084dc84a593cefb5f91e 100644
--- a/docs/getting-started/browsers-devices.md
+++ b/docs/getting-started/browsers-devices.md
@@ -174,6 +174,7 @@ See [this StackOverflow question](https://stackoverflow.com/questions/6771258/wh
 Internet Explorer 10 in Windows Phone 8 versions older than [Update 3 (a.k.a. GDR3)](http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/10/14/introducing-windows-phone-preview-for-developers.aspx) doesn't differentiate **device width** from **viewport width** in `@-ms-viewport` at-rules, and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, you'll need to **include the following JavaScript to work around the bug**.
 
 {% highlight js %}
+// Copyright 2014-2015 The Bootstrap Authors
 // Copyright 2014-2015 Twitter, Inc.
 // Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
diff --git a/grunt/bs-commonjs-generator.js b/grunt/bs-commonjs-generator.js
index af85f477214c3cd146d218bd657f36bb653bb193..1aac15075b30845ecc1b86b1a6ea4f545852771d 100644
--- a/grunt/bs-commonjs-generator.js
+++ b/grunt/bs-commonjs-generator.js
@@ -1,6 +1,7 @@
 /*!
  * Bootstrap Grunt task for the CommonJS module generation
  * http://getbootstrap.com
+ * Copyright 2014-2015 The Bootstrap Authors
  * Copyright 2014-2015 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
diff --git a/grunt/change-version.js b/grunt/change-version.js
index 1016d1d7efbba0da20e162ebf89ae448c1095d8c..4ad5825f28c4c4f15a0fa4466f1b1c29481966af 100755
--- a/grunt/change-version.js
+++ b/grunt/change-version.js
@@ -3,6 +3,7 @@
 
 /*!
  * Script to update version number references in the project.
+ * Copyright 2015 The Bootstrap Authors
  * Copyright 2015 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index a3e68799c11d4de99ea59991a3d7bde07d0268e2..59b7b4faa8005c3a7fb2bc5ac5417cf4a5f40361 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -4,7 +4,7 @@
     <id>bootstrap</id>
     <version>4.0.0-alpha</version>
     <title>Bootstrap CSS</title>
-    <authors>Twitter, Inc.</authors>
+    <authors>The Bootstrap Authors, Twitter Inc.</authors>
     <owners>bootstrap</owners>
 	<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
 	<releaseNotes>http://blog.getbootstrap.com</releaseNotes>
diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec
index 6c9875f962dd6dca4a4d594ee28ea26ccebd0e4a..6e57c5470b2ad778c1a33e6b246a27c97eb3c7f9 100644
--- a/nuget/bootstrap.sass.nuspec
+++ b/nuget/bootstrap.sass.nuspec
@@ -4,7 +4,7 @@
     <id>bootstrap.sass</id>
     <version>4.0.0-alpha</version>
     <title>Bootstrap Sass</title>
-    <authors>Twitter, Inc.</authors>
+    <authors>The Bootstrap Authors, Twitter Inc.</authors>
     <owners>bootstrap</owners>
 	<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
     <releaseNotes>http://blog.getbootstrap.com</releaseNotes>
diff --git a/package.json b/package.json
index 32c82382171459eb63aa9029266ab00bba3390a2..7b655df8bf920e67f67878bb656c0ff9089eea7f 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,8 @@
     "web"
   ],
   "homepage": "http://getbootstrap.com",
-  "author": "Twitter, Inc.",
+  "author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)",
+  "contributors": ["Twitter, Inc."],
   "scripts": {
     "change-version": "node grunt/change-version.js",
     "shrinkwrap": "npm shrinkwrap --dev && mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss
index f99a722cad46506c898fa8c0ec82df592925e12b..7697abb18b61ab4f84b95828c78523f4a28ed5a6 100644
--- a/scss/bootstrap.scss
+++ b/scss/bootstrap.scss
@@ -1,5 +1,6 @@
 /*!
  * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
+ * Copyright 2011-2016 The Bootstrap Authors
  * Copyright 2011-2016 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */