diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-24 04:33:01 -0800 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-24 04:33:01 -0800 |
commit | a8b63bc49375aa9dfb285eb159cb066a2dd41a13 (patch) | |
tree | 49af97053a8b036ae197fb8e8ef9248fa0b65a31 /tempo.js | |
parent | 8fdfdf67123df091e4fd27e25446e4c081a2e2b5 (diff) | |
download | tempo-a8b63bc49375aa9dfb285eb159cb066a2dd41a13.tar.gz tempo-a8b63bc49375aa9dfb285eb159cb066a2dd41a13.tar.xz |
Add licence information.
Diffstat (limited to 'tempo.js')
-rw-r--r-- | tempo.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +// Copyright 2014 David Vazgenovich Shakaryan <dvshakaryan@gmail.com> +// Distributed under the terms of the GNU General Public License v2. +// See http://www.gnu.org/licenses/gpl-2.0.txt for the full license text. + var months = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]; function padTime(x) { |