diff --git a/CHANGELOG.md b/CHANGELOG.md index 262a3afd..1d6e8bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +9.6.2 / 2017-01-04 +================== +* Updating current year references in license from 2016 -> 2017. + Tooling Update / 2017-01-04 ================== * Adds in linting for SASS and LESS files in order to catch common syntax errors at CI step versus compile time. diff --git a/LICENSE.md b/LICENSE.md index 608deb5d..725eb6fb 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ---------------------------------------------------------------------- bootstrap-slider is released under the MIT License -Copyright (c) 2016 Kyle Kemp, Rohit Kalkur, and contributors +Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/src/js/bootstrap-slider.js b/src/js/bootstrap-slider.js index 2e3d0993..21f4f926 100644 --- a/src/js/bootstrap-slider.js +++ b/src/js/bootstrap-slider.js @@ -12,7 +12,7 @@ * ========================================================= * * bootstrap-slider is released under the MIT License - * Copyright (c) 2016 Kyle Kemp, Rohit Kalkur, and contributors + * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/src/less/bootstrap-slider.less b/src/less/bootstrap-slider.less index dc6d1c5b..fb0241b7 100644 --- a/src/less/bootstrap-slider.less +++ b/src/less/bootstrap-slider.less @@ -12,7 +12,7 @@ * ========================================================= * * bootstrap-slider is released under the MIT License - * Copyright (c) 2016 Kyle Kemp, Rohit Kalkur, and contributors + * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/src/sass/bootstrap-slider.scss b/src/sass/bootstrap-slider.scss index 3f21df64..1f799c9d 100644 --- a/src/sass/bootstrap-slider.scss +++ b/src/sass/bootstrap-slider.scss @@ -12,7 +12,7 @@ * ========================================================= * * bootstrap-slider is released under the MIT License - * Copyright (c) 2016 Kyle Kemp, Rohit Kalkur, and contributors + * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation