summaryrefslogtreecommitdiffstats
path: root/lib/class
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class')
-rw-r--r--lib/class/access.class.php1
-rw-r--r--lib/class/ajax.class.php1
-rw-r--r--lib/class/album.class.php1
-rw-r--r--lib/class/ampachemail.class.php1
-rw-r--r--lib/class/ampacherss.class.php1
-rw-r--r--lib/class/api.class.php1
-rw-r--r--lib/class/art.class.php1
-rw-r--r--lib/class/artist.class.php1
-rw-r--r--lib/class/browse.class.php1
-rw-r--r--lib/class/catalog.class.php1
-rw-r--r--lib/class/config.class.php1
-rw-r--r--lib/class/core.class.php1
-rw-r--r--lib/class/database_object.abstract.php1
-rw-r--r--lib/class/dba.class.php1
-rw-r--r--lib/class/democratic.class.php1
-rw-r--r--lib/class/error.class.php1
-rw-r--r--lib/class/flag.class.php1
-rw-r--r--lib/class/localplay.abstract.php1
-rw-r--r--lib/class/localplay.class.php1
-rw-r--r--lib/class/media.interface.php1
-rw-r--r--lib/class/playlist.class.php1
-rw-r--r--lib/class/plugin.class.php1
-rw-r--r--lib/class/preference.class.php1
-rw-r--r--lib/class/query.class.php1
-rw-r--r--lib/class/radio.class.php1
-rw-r--r--lib/class/random.class.php1
-rw-r--r--lib/class/rating.class.php1
-rw-r--r--lib/class/registration.class.php1
-rw-r--r--lib/class/scrobbler.class.php1
-rw-r--r--lib/class/shoutbox.class.php1
-rw-r--r--lib/class/song.class.php1
-rw-r--r--lib/class/stats.class.php1
-rw-r--r--lib/class/stream.class.php1
-rw-r--r--lib/class/tag.class.php1
-rw-r--r--lib/class/tmpplaylist.class.php1
-rw-r--r--lib/class/update.class.php1
-rw-r--r--lib/class/user.class.php1
-rw-r--r--lib/class/vainfo.class.php1
-rw-r--r--lib/class/video.class.php1
-rw-r--r--lib/class/xmldata.class.php1
40 files changed, 40 insertions, 0 deletions
diff --git a/lib/class/access.class.php b/lib/class/access.class.php
index d3ebb5c0..558b8fc0 100644
--- a/lib/class/access.class.php
+++ b/lib/class/access.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/ajax.class.php b/lib/class/ajax.class.php
index bac642f8..254bc6bf 100644
--- a/lib/class/ajax.class.php
+++ b/lib/class/ajax.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/album.class.php b/lib/class/album.class.php
index c5f5e1a8..4f17db3d 100644
--- a/lib/class/album.class.php
+++ b/lib/class/album.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/ampachemail.class.php b/lib/class/ampachemail.class.php
index 5eed4078..0fcc10b5 100644
--- a/lib/class/ampachemail.class.php
+++ b/lib/class/ampachemail.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) 2001 - 2007 Ampache.org
diff --git a/lib/class/ampacherss.class.php b/lib/class/ampacherss.class.php
index adff7dd3..68dfcced 100644
--- a/lib/class/ampacherss.class.php
+++ b/lib/class/ampacherss.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright Ampache.org
diff --git a/lib/class/api.class.php b/lib/class/api.class.php
index 23f2b7f2..0d6a8fd1 100644
--- a/lib/class/api.class.php
+++ b/lib/class/api.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/art.class.php b/lib/class/art.class.php
index 8a767123..2fe672d8 100644
--- a/lib/class/art.class.php
+++ b/lib/class/art.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/artist.class.php b/lib/class/artist.class.php
index a61b0e92..ad2b9f14 100644
--- a/lib/class/artist.class.php
+++ b/lib/class/artist.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php
index ab0e0e29..8b145e48 100644
--- a/lib/class/browse.class.php
+++ b/lib/class/browse.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php
index eb52c0b0..3c3b8b40 100644
--- a/lib/class/catalog.class.php
+++ b/lib/class/catalog.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/config.class.php b/lib/class/config.class.php
index d846f225..1bd18806 100644
--- a/lib/class/config.class.php
+++ b/lib/class/config.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/core.class.php b/lib/class/core.class.php
index 8ca59851..5162c20b 100644
--- a/lib/class/core.class.php
+++ b/lib/class/core.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/database_object.abstract.php b/lib/class/database_object.abstract.php
index c2fd9cc5..e0ccc1bf 100644
--- a/lib/class/database_object.abstract.php
+++ b/lib/class/database_object.abstract.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/dba.class.php b/lib/class/dba.class.php
index 2292014e..1e30ae3d 100644
--- a/lib/class/dba.class.php
+++ b/lib/class/dba.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/democratic.class.php b/lib/class/democratic.class.php
index 3eede6de..e7efda0f 100644
--- a/lib/class/democratic.class.php
+++ b/lib/class/democratic.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/error.class.php b/lib/class/error.class.php
index 443ea0e8..2da2a7d1 100644
--- a/lib/class/error.class.php
+++ b/lib/class/error.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/flag.class.php b/lib/class/flag.class.php
index a9ba3207..8ff27c1a 100644
--- a/lib/class/flag.class.php
+++ b/lib/class/flag.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright Ampache.org
diff --git a/lib/class/localplay.abstract.php b/lib/class/localplay.abstract.php
index 3ab95388..02da3f63 100644
--- a/lib/class/localplay.abstract.php
+++ b/lib/class/localplay.abstract.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/localplay.class.php b/lib/class/localplay.class.php
index ad22a0a6..3da89c8b 100644
--- a/lib/class/localplay.class.php
+++ b/lib/class/localplay.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/media.interface.php b/lib/class/media.interface.php
index 14bbf9a7..14bfd4f4 100644
--- a/lib/class/media.interface.php
+++ b/lib/class/media.interface.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/playlist.class.php b/lib/class/playlist.class.php
index a92c2c00..5daa728e 100644
--- a/lib/class/playlist.class.php
+++ b/lib/class/playlist.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/plugin.class.php b/lib/class/plugin.class.php
index 4a3a133f..3e0d70a9 100644
--- a/lib/class/plugin.class.php
+++ b/lib/class/plugin.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/preference.class.php b/lib/class/preference.class.php
index 5dc0138d..e7780231 100644
--- a/lib/class/preference.class.php
+++ b/lib/class/preference.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/query.class.php b/lib/class/query.class.php
index 1fcce4cb..957838ed 100644
--- a/lib/class/query.class.php
+++ b/lib/class/query.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/radio.class.php b/lib/class/radio.class.php
index e06d4a44..65cdf1d0 100644
--- a/lib/class/radio.class.php
+++ b/lib/class/radio.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright Ampache.org
diff --git a/lib/class/random.class.php b/lib/class/random.class.php
index d1b8fefe..ca6bd6b0 100644
--- a/lib/class/random.class.php
+++ b/lib/class/random.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright Ampache.org
diff --git a/lib/class/rating.class.php b/lib/class/rating.class.php
index 0494d9b1..f5af5519 100644
--- a/lib/class/rating.class.php
+++ b/lib/class/rating.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/registration.class.php b/lib/class/registration.class.php
index 69c882c5..a8865d33 100644
--- a/lib/class/registration.class.php
+++ b/lib/class/registration.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) 2001 - 2007 Ampache.org
diff --git a/lib/class/scrobbler.class.php b/lib/class/scrobbler.class.php
index 682c1973..b2d223e0 100644
--- a/lib/class/scrobbler.class.php
+++ b/lib/class/scrobbler.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/shoutbox.class.php b/lib/class/shoutbox.class.php
index 80da983d..c5416d71 100644
--- a/lib/class/shoutbox.class.php
+++ b/lib/class/shoutbox.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/song.class.php b/lib/class/song.class.php
index a85007ff..0820d159 100644
--- a/lib/class/song.class.php
+++ b/lib/class/song.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/stats.class.php b/lib/class/stats.class.php
index b9abdf94..88556f7d 100644
--- a/lib/class/stats.class.php
+++ b/lib/class/stats.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php
index 7e60a925..4fc8282a 100644
--- a/lib/class/stream.class.php
+++ b/lib/class/stream.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/tag.class.php b/lib/class/tag.class.php
index 252158f8..dbac998e 100644
--- a/lib/class/tag.class.php
+++ b/lib/class/tag.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/tmpplaylist.class.php b/lib/class/tmpplaylist.class.php
index 2f89b05c..615897bb 100644
--- a/lib/class/tmpplaylist.class.php
+++ b/lib/class/tmpplaylist.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/update.class.php b/lib/class/update.class.php
index f1cc1199..426dffb3 100644
--- a/lib/class/update.class.php
+++ b/lib/class/update.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/user.class.php b/lib/class/user.class.php
index 60c605fc..8e069753 100644
--- a/lib/class/user.class.php
+++ b/lib/class/user.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php
index 918771dd..2160985b 100644
--- a/lib/class/vainfo.class.php
+++ b/lib/class/vainfo.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/video.class.php b/lib/class/video.class.php
index ee40e141..cf36eb92 100644
--- a/lib/class/video.class.php
+++ b/lib/class/video.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php
index 5b1949cf..bb8516ec 100644
--- a/lib/class/xmldata.class.php
+++ b/lib/class/xmldata.class.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright Ampache.org