diff options
| -rw-r--r-- | bootstrap-1.0.0.css | 5 | ||||
| -rw-r--r-- | lib/bootstrap.less | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index 1a56a1387..9d792aadf 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -1,6 +1,11 @@ /* * Master Stylesheet * This file is only for importing all required stylesheets for LESS to include and then compile. + * + * Copyright 2011 Twitter, Inc + * Open-sourced under Apatche License v2.0: http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built @twitter by @mdo and @fat, like bosses. */ /* * Reset.less diff --git a/lib/bootstrap.less b/lib/bootstrap.less index 15154fcac..19e53fa0a 100644 --- a/lib/bootstrap.less +++ b/lib/bootstrap.less @@ -1,6 +1,11 @@ /* * Master Stylesheet * This file is only for importing all required stylesheets for LESS to include and then compile. + * + * Copyright 2011 Twitter, Inc + * Open-sourced under Apatche License v2.0: http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built @twitter by @mdo and @fat, like bosses. */ |
