1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 10:49:37 +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: // vim:set softtabstop=4 shiftwidth=4 expandtab:
// //
// Copyright 2001 - 2013 Ampache.org // Copyright 2001 - 2015 Ampache.org
// //
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License v2 // modify it under the terms of the GNU General Public License v2

View file

@ -1,6 +1,6 @@
// vim:set softtabstop=4 shiftwidth=4 expandtab: // vim:set softtabstop=4 shiftwidth=4 expandtab:
// //
// Copyright 2001 - 2013 Ampache.org // Copyright 2001 - 2015 Ampache.org
// All rights reserved. // All rights reserved.
// //
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
@ -142,4 +142,4 @@ function reloadDivUtil(target) {
// Send them elsewhere // Send them elsewhere
function reloadRedirect(target) { function reloadRedirect(target) {
window.location = target; window.location = target;
} }

View file

@ -1,6 +1,6 @@
// vim:set softtabstop=4 shiftwidth=4 expandtab: // vim:set softtabstop=4 shiftwidth=4 expandtab:
// //
// Copyright 2010 - 2013 Ampache.org // Copyright 2010 - 2015 Ampache.org
// All rights reserved. // All rights reserved.
// //
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or

View file

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

View file

@ -2,7 +2,7 @@
# #
# vim:set softtabstop=4 shiftwidth=4 expandtab: # vim:set softtabstop=4 shiftwidth=4 expandtab:
# #
# Copyright 2001 - 2013 Ampache.org # Copyright 2001 - 2015 Ampache.org
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License v2 # modify it under the terms of the GNU General Public License v2

View file

@ -3,7 +3,7 @@
/** /**
* *
* LICENSE: GNU General Public License, version 2 (GPLv2) * LICENSE: GNU General Public License, version 2 (GPLv2)
* Copyright 2012 - 2013 Ampache.org * Copyright 2012 - 2015 Ampache.org
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License v2 * modify it under the terms of the GNU General Public License v2

View file

@ -3,7 +3,7 @@
/** /**
* *
* LICENSE: GNU General Public License, version 2 (GPLv2) * LICENSE: GNU General Public License, version 2 (GPLv2)
* Copyright 2010 - 2013 Ampache.org * Copyright 2010 - 2015 Ampache.org
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License v2 * modify it under the terms of the GNU General Public License v2

View file

@ -1,4 +1,4 @@
-- Copyright 2001 - 2013 Ampache.org -- Copyright 2001 - 2015 Ampache.org
-- All rights reserved. -- All rights reserved.
-- --
-- This program is free software; you can redistribute it and/or -- This program is free software; you can redistribute it and/or

View file

@ -37,7 +37,7 @@
<?php if (AmpConfig::get('show_donate')) { ?> <?php if (AmpConfig::get('show_donate')) { ?>
<a id="donate" href="//ampache.github.io/donate.html" title="Donate" target="_blank"><?php echo ".:: " . T_('Donate') . " ::."; ?></a> | <a id="donate" href="//ampache.github.io/donate.html" title="Donate" target="_blank"><?php echo ".:: " . T_('Donate') . " ::."; ?></a> |
<?php } ?> <?php } ?>
<a id="ampache_link" href="https://github.com/ampache/ampache#readme" target="_blank" title="Copyright © 2001 - 2014 Ampache.org">Ampache <?php echo AmpConfig::get('version'); ?></a> <a id="ampache_link" href="https://github.com/ampache/ampache#readme" target="_blank" title="Copyright © 2001 - 2015 Ampache.org">Ampache <?php echo AmpConfig::get('version'); ?></a>
<br /> <br />
<?php echo T_('Queries:'); ?><?php echo Dba::$stats['query']; ?> <?php echo T_('Cache Hits:'); ?><?php echo database_object::$cache_hit; ?> <?php echo T_('Queries:'); ?><?php echo Dba::$stats['query']; ?> <?php echo T_('Cache Hits:'); ?><?php echo database_object::$cache_hit; ?>
<?php <?php

View file

@ -3,7 +3,7 @@
/** /**
* *
* LICENSE: GNU General Public License, version 2 (GPLv2) * LICENSE: GNU General Public License, version 2 (GPLv2)
* Copyright 2013 Ampache.org * Copyright 2015 Ampache.org
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License v2 * modify it under the terms of the GNU General Public License v2