diff options
| author | Chris Rebert <[email protected]> | 2013-10-17 11:33:04 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-17 14:02:22 -0700 |
| commit | c88cd1cd95dc4bef63697124f795fe7e60308a99 (patch) | |
| tree | cf308d9a463652de5a0e06a76895cd486c44d4b4 /docs-assets/css | |
| parent | cf95fe20ba2b54eb433d513754741dc32e76a4cc (diff) | |
| download | bootstrap-c88cd1cd95dc4bef63697124f795fe7e60308a99.tar.xz bootstrap-c88cd1cd95dc4bef63697124f795fe7e60308a99.zip | |
add explicit copyright header to docs CSS & JS files; fixes #11112
Diffstat (limited to 'docs-assets/css')
| -rw-r--r-- | docs-assets/css/docs.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index c5185c248..8867470e2 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -1,3 +1,9 @@ +/*! + * Copyright 2013 Twitter, Inc. + * This work is licensed under the Creative Commons Attribution 3.0 Unported License. + * You should have received a copy of this license along with this work. + * If not, visit http://creativecommons.org/licenses/by/3.0/ . + */ /* * Bootstrap Documentation * Special styles for presenting Bootstrap's documentation and code examples. |
