From 3c0b667ca9b6488ae7bab57e24a8965f04b47dc6 Mon Sep 17 00:00:00 2001 From: Roberto Date: Mon, 24 Feb 2014 14:03:08 +0100 Subject: [PATCH] added version added version. start with 1.0.0 --- css/bootstrap-checkbox.css | 18 ++++++++++++++++++ js/bootstrap-checkbox.js | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/css/bootstrap-checkbox.css b/css/bootstrap-checkbox.css index f6df6ee..51e7628 100644 --- a/css/bootstrap-checkbox.css +++ b/css/bootstrap-checkbox.css @@ -1,3 +1,21 @@ +/* =========================================================== + * bootstrap-checkbox - v.1.0.0 + * =========================================================== + * Copyright 2014 Roberto Montresor + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * ========================================================== */ + @CHARSET "ISO-8859-1"; .bootstrap-checkbox > button.btn{ diff --git a/js/bootstrap-checkbox.js b/js/bootstrap-checkbox.js index 0746f05..18cd3fb 100644 --- a/js/bootstrap-checkbox.js +++ b/js/bootstrap-checkbox.js @@ -1,7 +1,7 @@ /* =========================================================== - * bootstrap-checkbox.js + * bootstrap-checkbox - v.1.0.0 * =========================================================== - * Copyright 2013 Roberto Montresor + * Copyright 2014 Roberto Montresor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.