]> git.sesse.net Git - vlc/commitdiff
Bump a few copyright dates.
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 21 Dec 2009 22:54:41 +0000 (23:54 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 21 Dec 2009 22:54:41 +0000 (23:54 +0100)
share/lua/http/requests/status.xml
share/lua/intf/http.lua

index a8ae70318a3223d5e23fd33d022808c47e622820..f2d49db67cfa31ba7445e0fd1222bc5ef3b0e3b5 100644 (file)
@@ -4,7 +4,7 @@ vim:syntax=lua
 <!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
 <  status.xml: VLC media player web interface
 < - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
-<  Copyright (C) 2005-2006 the VideoLAN team
+<  Copyright (C) 2005-2009 the VideoLAN team
 <  $Id$
 < 
 <  Authors: Antoine Cellerier <dionoea -at- videolan -dot- org>
index 74835ed35b6a2722482275cb9db71765b6e6fe40..19ed26a8c1378df17f2c75cb14ce17fae3b17375 100644 (file)
@@ -1,7 +1,7 @@
 --[==========================================================================[
  http.lua: HTTP interface module for VLC
 --[==========================================================================[
- Copyright (C) 2007 the VideoLAN team
+ Copyright (C) 2007-2009 the VideoLAN team
  $Id$
 
  Authors: Antoine Cellerier <dionoea at videolan dot org>
@@ -158,7 +158,8 @@ Content-Length: ]]..size..[[
 
     local ok, content = pcall(art, data, request)
     if not ok then
-        return [[Content-Type: text/plain
+        return [[Status: 404
+Content-Type: text/plain
 Content-Length: 5
 
 Error