Skip to content

Commit

Permalink
avmedia: add some missing license headers to vlc files
Browse files Browse the repository at this point in the history
Change-Id: Ice9440bec7b0b5a4de2dca1392805130b1048303
  • Loading branch information
Michael Stahl committed Jul 13, 2015
1 parent 7e65570 commit 888f51c
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 1 deletion.
18 changes: 18 additions & 0 deletions avmedia/source/vlc/vlcframegrabber.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/

#include <boost/bind.hpp>
#include <iostream>
#include <osl/conditn.hxx>
Expand Down
2 changes: 2 additions & 0 deletions avmedia/source/vlc/vlcframegrabber.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ public:
}

#endif // INCLUDED_AVMEDIA_SOURCE_VLC_VLCFRAMEGRABBER_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
19 changes: 19 additions & 0 deletions avmedia/source/vlc/vlcplayer.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/

#include <boost/bind.hpp>
#include <vcl/syschild.hxx>
#include <vcl/sysdata.hxx>
Expand Down
18 changes: 18 additions & 0 deletions avmedia/source/vlc/vlcwindow.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/

#include <iostream>
#include <cppuhelper/supportsservice.hxx>
#include "vlcwindow.hxx"
Expand Down
2 changes: 2 additions & 0 deletions avmedia/source/vlc/vlcwindow.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ public:
}

#endif // INCLUDED_AVMEDIA_SOURCE_VLC_VLCWINDOW_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
4 changes: 3 additions & 1 deletion avmedia/source/vlc/wrapper/Common.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ const char* Common::LastErrorMessage()
}
}
}
}
}

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
7 changes: 7 additions & 0 deletions avmedia/source/vlc/wrapper/Types.hxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

/* Typedefs and structures that represent the libvlc API / ABI */

Expand Down

0 comments on commit 888f51c

Please sign in to comment.