diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-03-13 10:43:16 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2009-03-13 11:51:55 -0700 |
commit | 0aee49bdf839e8294f1982e981fff7e9dde97b91 (patch) | |
tree | 6de98d101d9c0dd40c24f3910b2bfcd9d878c17a /test | |
parent | 6e72755204105805624ec44d6950f7a44d9ae51c (diff) | |
download | mpd-0aee49bdf839e8294f1982e981fff7e9dde97b91.tar.gz mpd-0aee49bdf839e8294f1982e981fff7e9dde97b91.tar.xz mpd-0aee49bdf839e8294f1982e981fff7e9dde97b91.zip |
all: Update copyright header.
This updates the copyright header to all be the same, which is
pretty much an update of where to mail request for a copy of the GPL
and the years of the MPD project. This also puts all committers under
'The Music Player Project' umbrella. These entries should go
individually in the AUTHORS file, for consistancy.
Diffstat (limited to 'test')
-rw-r--r-- | test/read_tags.c | 7 | ||||
-rw-r--r-- | test/run_decoder.c | 7 | ||||
-rw-r--r-- | test/run_encoder.c | 7 | ||||
-rw-r--r-- | test/run_output.c | 7 | ||||
-rw-r--r-- | test/software_volume.c | 7 |
5 files changed, 20 insertions, 15 deletions
diff --git a/test/read_tags.c b/test/read_tags.c index ba8d8dce7..e7958abdb 100644 --- a/test/read_tags.c +++ b/test/read_tags.c @@ -11,9 +11,10 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "decoder_list.h" diff --git a/test/run_decoder.c b/test/run_decoder.c index a00de48dd..861720cdb 100644 --- a/test/run_decoder.c +++ b/test/run_decoder.c @@ -11,9 +11,10 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "decoder_list.h" diff --git a/test/run_encoder.c b/test/run_encoder.c index fe29539e0..faae9ecde 100644 --- a/test/run_encoder.c +++ b/test/run_encoder.c @@ -11,9 +11,10 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "encoder_list.h" diff --git a/test/run_output.c b/test/run_output.c index f14cfb8e5..1a171198d 100644 --- a/test/run_output.c +++ b/test/run_output.c @@ -11,9 +11,10 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "output_plugin.h" diff --git a/test/software_volume.c b/test/software_volume.c index 176ba4e06..9a9fd56f6 100644 --- a/test/software_volume.c +++ b/test/software_volume.c @@ -11,9 +11,10 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ /* |