]> git.sesse.net Git - vlc/blobdiff - include/vlc_acl.h
Forgiven in the previous commit (useless test)
[vlc] / include / vlc_acl.h
index be4d42f9f8ac86d1774ea59ee88d0d2d1bdcb78e..bc131a45a824569751748ddf6e4bfba799a43a68 100644 (file)
@@ -2,6 +2,7 @@
  * vlc_acl.h: interface to the network Access Control List internal API
  *****************************************************************************
  * Copyright (C) 2005 Rémi Denis-Courmont
+ * Copyright (C) 2005 the VideoLAN team
  * $Id$
  *
  * Authors: Rémi Denis-Courmont <rem # videolan.org>
  *
  * 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, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#if !defined( __LIBVLC__ )
+  #error You are not libvlc or one of its plugins. You cannot include this file
+#endif
+
 #ifndef __VLC_ACL_H
 # define __VLC_ACL_H