1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 02:09:23 +02:00

change copyright years to 2015

sorry for taking two commits to do this!
This commit is contained in:
Lawrence Brown 2015-01-06 17:34:39 +00:00
parent cd5ac45e1e
commit 73f35cd4aa
10 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
// vim:set softtabstop=4 shiftwidth=4 expandtab:
//
// Copyright 2001 - 2013 Ampache.org
// Copyright 2001 - 2015 Ampache.org
// All rights reserved.
//
// This program is free software; you can redistribute it and/or
@ -393,4 +393,4 @@ function geolocate_user() {
function geolocate_user_callback(position) {
var url = jsAjaxUrl + '?page=stats&action=geolocation&latitude=' + position.coords.latitude + '&longitude=' + position.coords.longitude;
$.get(url);
}
}