mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
change copyright years to 2015
sorry for taking two commits to do this!
This commit is contained in:
parent
cd5ac45e1e
commit
73f35cd4aa
10 changed files with 12 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
// 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
|
||||
// modify it under the terms of the GNU General Public License v2
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// vim:set softtabstop=4 shiftwidth=4 expandtab:
|
||||
//
|
||||
// Copyright 2010 - 2013 Ampache.org
|
||||
// Copyright 2010 - 2015 Ampache.org
|
||||
// All rights reserved.
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# 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
|
||||
# modify it under the terms of the GNU General Public License v2
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/**
|
||||
*
|
||||
* 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
|
||||
* modify it under the terms of the GNU General Public License v2
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/**
|
||||
*
|
||||
* 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
|
||||
* modify it under the terms of the GNU General Public License v2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright 2001 - 2013 Ampache.org
|
||||
-- Copyright 2001 - 2015 Ampache.org
|
||||
-- All rights reserved.
|
||||
--
|
||||
-- This program is free software; you can redistribute it and/or
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<?php if (AmpConfig::get('show_donate')) { ?>
|
||||
<a id="donate" href="//ampache.github.io/donate.html" title="Donate" target="_blank"><?php echo ".:: " . T_('Donate') . " ::."; ?></a> |
|
||||
<?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 />
|
||||
<?php echo T_('Queries:'); ?><?php echo Dba::$stats['query']; ?> <?php echo T_('Cache Hits:'); ?><?php echo database_object::$cache_hit; ?>
|
||||
<?php
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/**
|
||||
*
|
||||
* 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
|
||||
* modify it under the terms of the GNU General Public License v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue