diff --git a/include/Fixup.h b/include/Fixup.h index ad4fef29c45ad3a64081b1b1458874b7f7c5a556..e4706bc3cb65a60962ad8b8d00374ce8fbfd571b 100644 --- a/include/Fixup.h +++ b/include/Fixup.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/Types.h b/include/Types.h index b57a4f4c86d29ec8a02a526feb7eedb516804683..132fc4aed924800f89c45b4dc37aca2256d3a237 100644 --- a/include/Types.h +++ b/include/Types.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2016 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2016-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/discoverer/IDiscoverer.h b/include/discoverer/IDiscoverer.h index 55f165de159ef35d97838fe9ad43aa65feb8847b..3a1b9753f5f4f7f2f90e59157bb32fcc20d4b2c7 100644 --- a/include/discoverer/IDiscoverer.h +++ b/include/discoverer/IDiscoverer.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IAlbum.h b/include/medialibrary/IAlbum.h index 4b9b0b10dee78d1840e31723f41fcf34151a25f0..d100cdbf79b1736d1fb42b98f159c1f5a3f83fc2 100644 --- a/include/medialibrary/IAlbum.h +++ b/include/medialibrary/IAlbum.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by @@ -81,7 +81,10 @@ public: * Defaults to 1 */ virtual uint32_t nbDiscs() const = 0; - virtual unsigned int duration() const = 0; + /** + * @brief duration Returns the total album duration in milliseconds + */ + virtual int64_t duration() const = 0; /** * @brief isUnknownAlbum returns true is this is an unknown album */ diff --git a/include/medialibrary/IAlbumTrack.h b/include/medialibrary/IAlbumTrack.h index c53cbf17c571109753b173c54ac26bd945ec5dc0..c7d4067e4f7f4226fa879a1247ea5f61cc389c31 100644 --- a/include/medialibrary/IAlbumTrack.h +++ b/include/medialibrary/IAlbumTrack.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IArtist.h b/include/medialibrary/IArtist.h index 1332625e0afa52785232df9ed7da844a205c16d8..9c428a4dfec580f459efbfccc01789c524f7e360 100644 --- a/include/medialibrary/IArtist.h +++ b/include/medialibrary/IArtist.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IAudioTrack.h b/include/medialibrary/IAudioTrack.h index 9311e997091466b56dfb1bbb04e72e8ac2b18717..a77a7ad27ef3557dea3850dbdec0798aafc187a5 100644 --- a/include/medialibrary/IAudioTrack.h +++ b/include/medialibrary/IAudioTrack.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IChapter.h b/include/medialibrary/IChapter.h index bce75685fe12d7cb6b1ae9bee85bdcca095be20d..757ce148f36ef5e8b1518fee23a75aaa78f4b5de 100644 --- a/include/medialibrary/IChapter.h +++ b/include/medialibrary/IChapter.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2018 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2018-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IDeviceLister.h b/include/medialibrary/IDeviceLister.h index 6f527357a367456ea76df874fa5797c02b741578..999afd4bc4ed48847b94c166c2b6d0ad0fb384ea 100644 --- a/include/medialibrary/IDeviceLister.h +++ b/include/medialibrary/IDeviceLister.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IFile.h b/include/medialibrary/IFile.h index 87c80d4b0833f531253176f63b452a48b1681b02..980689396e5ae93a62422a372232be31de26a99f 100644 --- a/include/medialibrary/IFile.h +++ b/include/medialibrary/IFile.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IFolder.h b/include/medialibrary/IFolder.h index cc8a7e69ce4ecff4604ad4989b6347e84a8076f3..65591236b714fbe919cbfd6aed511a9ae641b41c 100644 --- a/include/medialibrary/IFolder.h +++ b/include/medialibrary/IFolder.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IGenre.h b/include/medialibrary/IGenre.h index 7ba09091c067266280410580134c8f84a1b1c248..d057f6e2f979a3d2d477aab84ed550864f6b3efb 100644 --- a/include/medialibrary/IGenre.h +++ b/include/medialibrary/IGenre.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IInterruptProbe.h b/include/medialibrary/IInterruptProbe.h index 94993e675830e7d9173bdd133dcc1fedfc233945..ccf8fe04e53a42cb0751067efe53a3a17934d98d 100644 --- a/include/medialibrary/IInterruptProbe.h +++ b/include/medialibrary/IInterruptProbe.h @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/ILabel.h b/include/medialibrary/ILabel.h index 1bc0fe671438694054de736813c867c2c45e0796..7d0c5135684b76700913143990afa7c2635a2dc4 100644 --- a/include/medialibrary/ILabel.h +++ b/include/medialibrary/ILabel.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/ILogger.h b/include/medialibrary/ILogger.h index eeeac5db0b798e6be45ac9cb02bf1340d76a88ef..ce3916faaf758b30ee6c5325841df0d2ff5e2dca 100644 --- a/include/medialibrary/ILogger.h +++ b/include/medialibrary/ILogger.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IMedia.h b/include/medialibrary/IMedia.h index 465273a834b1f245e4104fc57474361439e9defb..09eab74dcc984f16c727e8fcb996e7a42547bcd1 100644 --- a/include/medialibrary/IMedia.h +++ b/include/medialibrary/IMedia.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IMediaLibrary.h b/include/medialibrary/IMediaLibrary.h index 4bf1a32b01c382a5ebd7c695c37b1fb116eae9b2..96fa04a9e6e5691aedc9d8171c9b72fa32c6d5a2 100644 --- a/include/medialibrary/IMediaLibrary.h +++ b/include/medialibrary/IMediaLibrary.h @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2015-2018 Hugo Beauzée-Luyssen, Videolabs * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IMovie.h b/include/medialibrary/IMovie.h index c561ae20257b45925de38fc37ddc38230a2983ec..c323b643f0fd7687a3a6aab8c50a93ad11c14602 100644 --- a/include/medialibrary/IMovie.h +++ b/include/medialibrary/IMovie.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IPlaylist.h b/include/medialibrary/IPlaylist.h index f02dfeff01011c68002fd9448bd6fa4df0989da2..b8bfa8d0da863ec2883cc92a4c1769d0eb6a7c87 100644 --- a/include/medialibrary/IPlaylist.h +++ b/include/medialibrary/IPlaylist.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IQuery.h b/include/medialibrary/IQuery.h index b0b4029100051fbf6eba24d84abcc33ac7f443bd..c28af32b5360059888afdd89983016592ab96bbd 100644 --- a/include/medialibrary/IQuery.h +++ b/include/medialibrary/IQuery.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IShow.h b/include/medialibrary/IShow.h index 66926ba5727590a939ba05efba63036168a75562..4b3415ac0d68e6d385f8ab993d7ae7daf8833eae 100644 --- a/include/medialibrary/IShow.h +++ b/include/medialibrary/IShow.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IShowEpisode.h b/include/medialibrary/IShowEpisode.h index b574d5214a8529e321aba4b5c216eb0a4517c592..0ffa9d240512aa8f9b553354718546df4b945209 100644 --- a/include/medialibrary/IShowEpisode.h +++ b/include/medialibrary/IShowEpisode.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IThumbnailer.h b/include/medialibrary/IThumbnailer.h index b46cee3e8ea8b894f70541f0b97056800708af33..f7f9c93d047a95176cba255d6949839aaebd6f5e 100644 --- a/include/medialibrary/IThumbnailer.h +++ b/include/medialibrary/IThumbnailer.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/IVideoTrack.h b/include/medialibrary/IVideoTrack.h index 9f604aa9f2557800d8a667ea3e38fe64ad725bcd..a0099413f83a3fe34fc44112977cfb9e67f7786a 100644 --- a/include/medialibrary/IVideoTrack.h +++ b/include/medialibrary/IVideoTrack.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/Types.h b/include/medialibrary/Types.h index d5b8fbe27e46a446e79cf00cc5ef9bcf88a6cefe..89203aa1d0ff86f149c8e293dc23f20a50be9c27 100644 --- a/include/medialibrary/Types.h +++ b/include/medialibrary/Types.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/filesystem/IDevice.h b/include/medialibrary/filesystem/IDevice.h index d2bfbf616711a22a4d22218771a77081e3e9e4ff..45c4602149e7007d39a72ccb0c6f0a39acab81a0 100644 --- a/include/medialibrary/filesystem/IDevice.h +++ b/include/medialibrary/filesystem/IDevice.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/filesystem/IDirectory.h b/include/medialibrary/filesystem/IDirectory.h index 5ca222cb987341fa1712df9b6b2be369de190c60..42adc32e6b5fb2aa367a49dc5264dc9e2bec54fe 100644 --- a/include/medialibrary/filesystem/IDirectory.h +++ b/include/medialibrary/filesystem/IDirectory.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/filesystem/IFile.h b/include/medialibrary/filesystem/IFile.h index cc2f756631ef82a43d18e6ed21d5cf8067e3bd45..2a6970b620d214e4788375073acb37457d27260c 100644 --- a/include/medialibrary/filesystem/IFile.h +++ b/include/medialibrary/filesystem/IFile.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/include/medialibrary/filesystem/IFileSystemFactory.h b/include/medialibrary/filesystem/IFileSystemFactory.h index 1af03be46c6b7a74508432d331503a0e70db0564..f12f694a9620d8b9d3d5a2ac8e56ee1c769a59a2 100644 --- a/include/medialibrary/filesystem/IFileSystemFactory.h +++ b/include/medialibrary/filesystem/IFileSystemFactory.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Album.cpp b/src/Album.cpp index 461cecce47855d4b2cc5e95fd5feb11aa66d663a..3d288219d46738cae2ea4932c080ff312d5f96e7 100644 --- a/src/Album.cpp +++ b/src/Album.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by @@ -392,7 +392,7 @@ bool Album::setNbDiscs( uint32_t nbDiscs ) return true; } -unsigned int Album::duration() const +int64_t Album::duration() const { return m_duration; } diff --git a/src/Album.h b/src/Album.h index c99c9d9eed230ae12e89fb694b047d62d41ee268..6af064bdef086bdd125b239c9f79a7e3784e86eb 100644 --- a/src/Album.h +++ b/src/Album.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by @@ -51,6 +51,9 @@ class Album : public IAlbum, public DatabaseHelpers }; Album( MediaLibraryPtr ml, sqlite::Row& row ); Album( MediaLibraryPtr ml, const std::string& title ); + /** + * @brief Album Constructs an unknown album for the provided artist + */ Album( MediaLibraryPtr ml, const Artist* artist ); virtual int64_t id() const override; @@ -91,7 +94,7 @@ class Album : public IAlbum, public DatabaseHelpers unsigned int nbTracks() const override; virtual uint32_t nbDiscs() const override; bool setNbDiscs( uint32_t nbDiscs ); - unsigned int duration() const override; + virtual int64_t duration() const override; virtual bool isUnknownAlbum() const override; virtual ArtistPtr albumArtist() const override; @@ -139,7 +142,7 @@ class Album : public IAlbum, public DatabaseHelpers unsigned int m_releaseYear; std::string m_shortSummary; unsigned int m_nbTracks; - unsigned int m_duration; + int64_t m_duration; uint32_t m_nbDiscs; bool m_isPresent; diff --git a/src/AlbumTrack.cpp b/src/AlbumTrack.cpp index dd91de8fc066cbbc554bec7e4631fbf8608b23db..e429825cdf6f6742ea9b52ef9bc76a61ed349f55 100644 --- a/src/AlbumTrack.cpp +++ b/src/AlbumTrack.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/AlbumTrack.h b/src/AlbumTrack.h index 67dd435f9914e35ca1a12e93baa4e3e3634b75eb..fc5896873e29789aa444d9c6cdb1077cbe5a0545 100644 --- a/src/AlbumTrack.h +++ b/src/AlbumTrack.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Artist.cpp b/src/Artist.cpp index 0c1a228ab411a3673830a4ac27e140e8cc05ac01..1d196f37269ac0c22772ee4f9ce851ab8d96ae33 100644 --- a/src/Artist.cpp +++ b/src/Artist.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by @@ -474,12 +474,10 @@ Query Artist::listAll( MediaLibraryPtr ml, bool includeAll, const QueryParameters* params ) { std::string req = "FROM " + Artist::Table::Name + " WHERE "; - if ( includeAll == true ) - req += "( nb_albums > 0 OR nb_tracks > 0 )"; - else - req += "nb_albums > 0"; + if ( includeAll == false ) + req += "nb_albums > 0 AND"; - req += " AND is_present != 0"; + req += " is_present != 0"; return make_query( ml, "*", std::move( req ), sortRequest( params ) ); } diff --git a/src/Artist.h b/src/Artist.h index 20636359e253bcc8d4c547be6cf41f25b971f217..eccd87cdffb903e61c5f94cf485a6422ab1c5405 100644 --- a/src/Artist.h +++ b/src/Artist.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/AudioTrack.cpp b/src/AudioTrack.cpp index 68fcc77c0d9045287cce295f964463a7591f6d78..c9c0d5d413373e2ecefee6c74ff5bc0c6640c1a1 100644 --- a/src/AudioTrack.cpp +++ b/src/AudioTrack.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/AudioTrack.h b/src/AudioTrack.h index dd4b840664ec94c5db61aeef3f4ef61f59fa673a..b0ab8847d52c1dd026d160ad33d474149935089c 100644 --- a/src/AudioTrack.h +++ b/src/AudioTrack.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Chapter.cpp b/src/Chapter.cpp index 82e5be5379078c1a709537b0ec9951d8c5b3d675..c07f41778ddc4611a4178bf1cb812a5493ca3eeb 100644 --- a/src/Chapter.cpp +++ b/src/Chapter.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2018 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2018-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Chapter.h b/src/Chapter.h index dedc6322ec656ee625c0a65c53e3b2ef952deace..888a0ac2df2f66b606d107c204db27a10a40a692 100644 --- a/src/Chapter.h +++ b/src/Chapter.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2018 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2018-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Device.cpp b/src/Device.cpp index e34fc46df41078096f49c0b8536666ddd66c847d..f3580aeefda9a649e9bc06c6c734d3587d4f365c 100644 --- a/src/Device.cpp +++ b/src/Device.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Device.h b/src/Device.h index 4cd1b9bd9d74b87917b1890c6886ced352d7cf07..74c614aebb17547cf6656bd6fae369df643beec2 100644 --- a/src/Device.h +++ b/src/Device.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Factory.cpp b/src/Factory.cpp index 45b7da9826cc9b3664d5aadb4cb16c693f594379..5fa566a149565451412ca3d3d5633ea1a9a51746 100644 --- a/src/Factory.cpp +++ b/src/Factory.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/File.cpp b/src/File.cpp index 4429b3c980e7eb4c9a25a9aa6808c2cee81cc162..e9fb199cd3fd9712ac733017cddffd118db6b2c9 100644 --- a/src/File.cpp +++ b/src/File.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/File.h b/src/File.h index 8b11c22a9402681c40144ac172810874b9537957..a4d993080246863ea86d98610b5bc7079ed02ab9 100644 --- a/src/File.h +++ b/src/File.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Folder.cpp b/src/Folder.cpp index ba70738eab13c02521ba7c58a1432e106b3b21c4..a2adfa071b63616efa16d3691a95a4caae338a0a 100644 --- a/src/Folder.cpp +++ b/src/Folder.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Folder.h b/src/Folder.h index 7902887b605b4b245508225bf55f9cbbdc1c5965..c5cbed69da51f7e156d3746c629fb45a34e5b41f 100644 --- a/src/Folder.h +++ b/src/Folder.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Genre.cpp b/src/Genre.cpp index 16713d2a89fc34192684a16c77099a330ab33023..ae1ed066521cfe38d4ff39ed4e0a5767618af122 100644 --- a/src/Genre.cpp +++ b/src/Genre.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Genre.h b/src/Genre.h index 669d61c318ce5b2b734bb31196a4d6afb8b74fe7..bf2bd098a3358f7636ae66b0da06b52fb8850ade 100644 --- a/src/Genre.h +++ b/src/Genre.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Label.cpp b/src/Label.cpp index a8ead50d8eeb1ba4d203be1aa2ec02c933c33d6c..0927174516706d90d377e56a11ca67dd7ddf756f 100644 --- a/src/Label.cpp +++ b/src/Label.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Label.h b/src/Label.h index 5ee7d00a8f18559782bdf9c02fad6dc78257ec74..fd43d6f38dbfe528eb499dbd3896497d374e4531 100644 --- a/src/Label.h +++ b/src/Label.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Media.cpp b/src/Media.cpp index 4a9dcb84b36bb279d542dc761ed9b7d2374c4ebc..398150e71a2145d4363144b525e8fc89df990af1 100644 --- a/src/Media.cpp +++ b/src/Media.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Media.h b/src/Media.h index 2a846bf163fb1a17cdf81a9dfd0b3303815b27f4..42e0f26cb2a8ff3fd895c7bbe8a456b164c3ba29 100644 --- a/src/Media.h +++ b/src/Media.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/MediaLibrary.cpp b/src/MediaLibrary.cpp index 77e953ddff6cbb7a89a0eb8cccc2034959a0ebb1..c3ad5b97866b0d3fbc2b32297c6e7b8b2d309f3e 100644 --- a/src/MediaLibrary.cpp +++ b/src/MediaLibrary.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/MediaLibrary.h b/src/MediaLibrary.h index ffb7f7b338fa330999e5d362b17dc591a2d03173..6dad64b1392ed6852b8198733599d01b4dad5c84 100644 --- a/src/MediaLibrary.h +++ b/src/MediaLibrary.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Movie.cpp b/src/Movie.cpp index 1d163ac9e4f73a4187eb5ed962462191b109eaf8..520ee23b2c287ac19015545f02c5db1d79716be6 100644 --- a/src/Movie.cpp +++ b/src/Movie.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Movie.h b/src/Movie.h index 8ccbb817b6d3b4595e49fc4755ee7f72654b91e7..3db326e59a945b5ccd42a3e5088b4d59a8ef206d 100644 --- a/src/Movie.h +++ b/src/Movie.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Playlist.cpp b/src/Playlist.cpp index 578ea0e90c93c65840fd8ac7db30ae245aa54bde..1102cda44014d512488605b3d004c9de0c9c69ba 100644 --- a/src/Playlist.cpp +++ b/src/Playlist.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Playlist.h b/src/Playlist.h index 822bbd7760fcc5f07f8182711a07a9d9b8a428f5..f732f6488155e18dcbb34718b87229f187e35521 100644 --- a/src/Playlist.h +++ b/src/Playlist.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Settings.cpp b/src/Settings.cpp index 8b8a948e25f0ec53a63deffc157d3cdca3cde647..87160cb61dd4a85f3579f764adaed4407221768e 100644 --- a/src/Settings.cpp +++ b/src/Settings.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Settings.h b/src/Settings.h index e0daf366b12c85500ca54c3db7848d83fd4f48ee..18e5ee95dbc6d29f36b1db61b55ab83118c84b96 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Show.cpp b/src/Show.cpp index 91c5194de0411b0c0affa1ef4b89bc54d4d86fda..c3369c07f50bfd28adac54a70e3e3c4e99e87268 100644 --- a/src/Show.cpp +++ b/src/Show.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Show.h b/src/Show.h index 90875e4c6d0836c356babd889b481d40978aaa47..dda3c284ee12bb6cfe72b6bea4f1205df9f47a7b 100644 --- a/src/Show.h +++ b/src/Show.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/ShowEpisode.cpp b/src/ShowEpisode.cpp index 676fbc536cdc3e9c1824c4a9a6c14733649a7909..7ccf2c9b878d9733427d4b875ce372e63b1368c0 100644 --- a/src/ShowEpisode.cpp +++ b/src/ShowEpisode.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/ShowEpisode.h b/src/ShowEpisode.h index ff911cf898da0742daa44a5e21dd52557cdf1f5e..c22426f572338391e12ef2d6d3f09935877eadff 100644 --- a/src/ShowEpisode.h +++ b/src/ShowEpisode.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Thumbnail.cpp b/src/Thumbnail.cpp index f3c1ca4d204c4b30acaad2544b57bbe6a5403d21..3d6f72336f6ef507045a9430121b780213b47ff0 100644 --- a/src/Thumbnail.cpp +++ b/src/Thumbnail.cpp @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2015-2018 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/Thumbnail.h b/src/Thumbnail.h index d36469894070b9412a3ca69facc9cedd4fc93dcb..6cdc6c580e4614e5b5a4035a5d1d37f37fa01c9b 100644 --- a/src/Thumbnail.h +++ b/src/Thumbnail.h @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2015-2018 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/VideoTrack.cpp b/src/VideoTrack.cpp index ecea18dd610f1a3f2778d9b2d05a5cc72dee45ec..6199ffc86409aed7cfb223dee8158cc10650a5a0 100644 --- a/src/VideoTrack.cpp +++ b/src/VideoTrack.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/VideoTrack.h b/src/VideoTrack.h index b2fba2565d688076c1b3d8ddac2f8ff2d3810ecd..8ecb53293718a3ac494af1e80255723395ca747a 100644 --- a/src/VideoTrack.h +++ b/src/VideoTrack.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/compat/ConditionVariable.h b/src/compat/ConditionVariable.h index 13d0fcddbcba1688596198ec514c7b21760baaf1..93def3ffe606044bc7e98c91bfed7f9d562eac54 100644 --- a/src/compat/ConditionVariable.h +++ b/src/compat/ConditionVariable.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2016 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2016-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/compat/Mutex.h b/src/compat/Mutex.h index 98eabda3a69b5654ca54cf4b8678ec44a0115805..f0d0696818cbba8cbf76e6ede57000fb26d0bfaf 100644 --- a/src/compat/Mutex.h +++ b/src/compat/Mutex.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/compat/Thread.h b/src/compat/Thread.h index afda7513cac741f4858c5d9ae0ac3fee11d22549..e11dd0b7d81ef17c10a65b977a64c78f4e6eddd8 100644 --- a/src/compat/Thread.h +++ b/src/compat/Thread.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/database/DatabaseHelpers.h b/src/database/DatabaseHelpers.h index 5d4651bef02521d6046bf0a2f35e67e403d9e032..609d8cca13c2c80138960f2641b8e98da59082c0 100644 --- a/src/database/DatabaseHelpers.h +++ b/src/database/DatabaseHelpers.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/database/SqliteConnection.cpp b/src/database/SqliteConnection.cpp index b88f774f335cccf77c2048d84886712dd0a02c2f..877f00fa008bc1f205709b8dd72c0be409c1acf9 100644 --- a/src/database/SqliteConnection.cpp +++ b/src/database/SqliteConnection.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/database/SqliteConnection.h b/src/database/SqliteConnection.h index 3078a9910ce5e4edfbf3f67a79a73916b90864fe..20e449832a221d5195229e1dda2a8764c561170e 100644 --- a/src/database/SqliteConnection.h +++ b/src/database/SqliteConnection.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/database/SqliteErrors.h b/src/database/SqliteErrors.h index eaee26f2e9efa73f446371a21bef046c7af442d7..fd19c0f7bc0edff41733101c08a1a3f38bbc509b 100644 --- a/src/database/SqliteErrors.h +++ b/src/database/SqliteErrors.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/database/SqliteQuery.h b/src/database/SqliteQuery.h index af135b93f8f63b6ef9dcfcc4ad8e31c224c85390..18a114b511d36939e62e1a20c2af61c38f4aa11d 100644 --- a/src/database/SqliteQuery.h +++ b/src/database/SqliteQuery.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/database/SqliteTools.cpp b/src/database/SqliteTools.cpp index 8af8461e8d4ba3d6da0dffca60d754e20dbd6dcc..7a5e62620031abf0aa6aca0bf520151fe334e984 100644 --- a/src/database/SqliteTools.cpp +++ b/src/database/SqliteTools.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/database/SqliteTools.h b/src/database/SqliteTools.h index 47af972b612cdddb0d599898b6a39245c7f6a72f..b70332600fbcd3b8069dc3e186e005114f2c40ea 100644 --- a/src/database/SqliteTools.h +++ b/src/database/SqliteTools.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/database/SqliteTraits.h b/src/database/SqliteTraits.h index d14908d1442e763f03d4a3700950a239e52a617f..4533739b10d514dbfadee9af039b72611bcf32ac 100644 --- a/src/database/SqliteTraits.h +++ b/src/database/SqliteTraits.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/database/SqliteTransaction.cpp b/src/database/SqliteTransaction.cpp index 1bdafd5c2e16b7be658a342501657dbcbf7fc8a0..2d046f195e07f97ce96ea73a6783e0050c28c95f 100644 --- a/src/database/SqliteTransaction.cpp +++ b/src/database/SqliteTransaction.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/database/SqliteTransaction.h b/src/database/SqliteTransaction.h index 8bbd500ace2740645ebdda4a6be55b2db622d5ee..2c9f293afc1af32984b1ded3d882fd58259f6a67 100644 --- a/src/database/SqliteTransaction.h +++ b/src/database/SqliteTransaction.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/discoverer/DiscovererWorker.cpp b/src/discoverer/DiscovererWorker.cpp index bcecd0b93005c786f9943593423a6740026142b3..d79538da4384d53a5e655e656bad36143b6afa14 100644 --- a/src/discoverer/DiscovererWorker.cpp +++ b/src/discoverer/DiscovererWorker.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/discoverer/DiscovererWorker.h b/src/discoverer/DiscovererWorker.h index 63727f2892cee83759f6556b389f2aa6a0917d6d..26be7d0d1f29694fc8676a9aee0edcb0eea96789 100644 --- a/src/discoverer/DiscovererWorker.h +++ b/src/discoverer/DiscovererWorker.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/discoverer/FsDiscoverer.cpp b/src/discoverer/FsDiscoverer.cpp index 161bf6f9efcbd83f5883b47d330519a6ee993ca2..93a68ac9d73417c1049f1138aebeb7ea4954e2e3 100644 --- a/src/discoverer/FsDiscoverer.cpp +++ b/src/discoverer/FsDiscoverer.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/discoverer/FsDiscoverer.h b/src/discoverer/FsDiscoverer.h index 94d0305b3e790201d753643771a1860c8259e9f6..6cb2b78017ab9f24043a24083c37b73e3acea8b8 100644 --- a/src/discoverer/FsDiscoverer.h +++ b/src/discoverer/FsDiscoverer.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/discoverer/probe/CrawlerProbe.h b/src/discoverer/probe/CrawlerProbe.h index a309dfcc4ddee9e609febc2312fee42c48def7da..9e551bc2f56399ec4c8c841be48a219706be1834 100644 --- a/src/discoverer/probe/CrawlerProbe.h +++ b/src/discoverer/probe/CrawlerProbe.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2017 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2017-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * Alexandre Fernandez * * This program is free software; you can redistribute it and/or modify it diff --git a/src/discoverer/probe/IProbe.h b/src/discoverer/probe/IProbe.h index 6d8984a720f7c39f09568048273752d36b0eb635..0965449edd864a6519cd427d3d139ba4b8bcfef8 100644 --- a/src/discoverer/probe/IProbe.h +++ b/src/discoverer/probe/IProbe.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2017 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2017-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * Alexandre Fernandez * * This program is free software; you can redistribute it and/or modify it diff --git a/src/discoverer/probe/PathProbe.cpp b/src/discoverer/probe/PathProbe.cpp index d1a0e4947e270055b85dde16d4cc12be52ae4a13..7afbef5345ec87aa4eaeb00571e29718d0e26a56 100644 --- a/src/discoverer/probe/PathProbe.cpp +++ b/src/discoverer/probe/PathProbe.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2017 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2017-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * Alexandre Fernandez * * This program is free software; you can redistribute it and/or modify it diff --git a/src/discoverer/probe/PathProbe.h b/src/discoverer/probe/PathProbe.h index 9eadab4dee39ca83b75cdf4336a8e46b068c74bd..3f4f4dff11c8bfcd6487bf32b15f428c334c51db 100644 --- a/src/discoverer/probe/PathProbe.h +++ b/src/discoverer/probe/PathProbe.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2017 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2017-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * Alexandre Fernandez * * This program is free software; you can redistribute it and/or modify it diff --git a/src/factory/DeviceListerFactory.cpp b/src/factory/DeviceListerFactory.cpp index bd25a14a3e89ef172f3bcffcefaff9adf25572dd..1b86244c5f168104a039436c83e1e633f27a728d 100644 --- a/src/factory/DeviceListerFactory.cpp +++ b/src/factory/DeviceListerFactory.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/factory/DeviceListerFactory.h b/src/factory/DeviceListerFactory.h index c9d156c890bcf85236249de2918f5b74513f0327..a250eae7eb91c709e97490b71c4dd581b4329b6c 100644 --- a/src/factory/DeviceListerFactory.h +++ b/src/factory/DeviceListerFactory.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/factory/NetworkFileSystemFactory.cpp b/src/factory/NetworkFileSystemFactory.cpp index f8b6b4dcb1d1e3702646ddeb0bb0d29a70ee67c2..99f1a40171aec53e1fade232d2f387c9292b079f 100644 --- a/src/factory/NetworkFileSystemFactory.cpp +++ b/src/factory/NetworkFileSystemFactory.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/factory/NetworkFileSystemFactory.h b/src/factory/NetworkFileSystemFactory.h index d64415d7537ae5caac03127a12418b941d7ef28f..b63bcd2cca3f24b1a86450e8250d8eedf4c38a4a 100644 --- a/src/factory/NetworkFileSystemFactory.h +++ b/src/factory/NetworkFileSystemFactory.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/common/CommonDevice.cpp b/src/filesystem/common/CommonDevice.cpp index b37a557fd1bd3a4b7193d9c4bbaa5d8b755db500..6ba8f6ca337676d5f43a3d256c4c3354ff113640 100644 --- a/src/filesystem/common/CommonDevice.cpp +++ b/src/filesystem/common/CommonDevice.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/common/CommonDevice.h b/src/filesystem/common/CommonDevice.h index 4f0bfb9e0e3482d98838641d8813e398dd812c0f..78e830d451a3f69d86b383c48566691efc2bf638 100644 --- a/src/filesystem/common/CommonDevice.h +++ b/src/filesystem/common/CommonDevice.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/common/CommonDirectory.cpp b/src/filesystem/common/CommonDirectory.cpp index 833f4977828f5d26992e25d543e155cbcca5885b..ead0d9c7304f273dc4b4cc6672cf00d290fe4f31 100644 --- a/src/filesystem/common/CommonDirectory.cpp +++ b/src/filesystem/common/CommonDirectory.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/common/CommonDirectory.h b/src/filesystem/common/CommonDirectory.h index f633289b111d78ebbaa2def3f72e0fd28baa1377..6e46f55fba394515f420bc266ae8ee4dbeade2a7 100644 --- a/src/filesystem/common/CommonDirectory.h +++ b/src/filesystem/common/CommonDirectory.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/common/CommonFile.cpp b/src/filesystem/common/CommonFile.cpp index 12f93021947ad486a7dfde4f145a5b22e3e942d4..a0528bc3870be558cc009c87227dd4c532fca06a 100644 --- a/src/filesystem/common/CommonFile.cpp +++ b/src/filesystem/common/CommonFile.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/common/CommonFile.h b/src/filesystem/common/CommonFile.h index f7fd6bcb5cb48bb0fa188cd1580837a5c957d787..9e2fea28fc1a6d15e3fd28440ac8daa4f47b6d14 100644 --- a/src/filesystem/common/CommonFile.h +++ b/src/filesystem/common/CommonFile.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/darwin/DeviceLister.h b/src/filesystem/darwin/DeviceLister.h index ac2daac9270c087e4fa016fbb22593a392d87ef0..38c4530170689e5236d94a65798a075564fdefd3 100644 --- a/src/filesystem/darwin/DeviceLister.h +++ b/src/filesystem/darwin/DeviceLister.h @@ -1,7 +1,7 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015-2017 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * * Authors: Hugo Beauzée-Luyssen * diff --git a/src/filesystem/network/Device.cpp b/src/filesystem/network/Device.cpp index 5fbbb81dbe0320391b1d81e04d5e26ee634b631c..dec406c474471d270fcd5d79f8a4bc6bc17462aa 100644 --- a/src/filesystem/network/Device.cpp +++ b/src/filesystem/network/Device.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/network/Device.h b/src/filesystem/network/Device.h index 98a9202a5603af61fa8b2407981b9cd0b52a660b..6995d93b90799620feee9144e3d5051e0fcd3d6a 100644 --- a/src/filesystem/network/Device.h +++ b/src/filesystem/network/Device.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/network/Directory.cpp b/src/filesystem/network/Directory.cpp index 2cec61c6abad6516b0f165afeb9934a2e9e34ac5..7e042d10a6e9faa7296a626939891f505fa5b4e6 100644 --- a/src/filesystem/network/Directory.cpp +++ b/src/filesystem/network/Directory.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/network/Directory.h b/src/filesystem/network/Directory.h index 187e2391e9b391f9da1e0ae9c6aa5783820dd2f9..c63d81ff04c4f72dd216cbe6f38f91ae7da62f72 100644 --- a/src/filesystem/network/Directory.h +++ b/src/filesystem/network/Directory.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/network/File.cpp b/src/filesystem/network/File.cpp index 50a5660019d498d98edb5f591e079a32e1742ae5..c9cf996cd9605d1db03515057b95074e79c88b21 100644 --- a/src/filesystem/network/File.cpp +++ b/src/filesystem/network/File.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/network/File.h b/src/filesystem/network/File.h index 3589bd2b3ebd93b78ae7c697afc29a6708cb97e4..e0ca83c155f2788af54f8a474ac1caec7e7ce3d3 100644 --- a/src/filesystem/network/File.h +++ b/src/filesystem/network/File.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/unix/Device.h b/src/filesystem/unix/Device.h index a075ad92a8a9b063f6e4b02f070c3af63345c0a8..bffc7a39d83a5faef62549e6e46df0da592c60e0 100644 --- a/src/filesystem/unix/Device.h +++ b/src/filesystem/unix/Device.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/unix/DeviceLister.h b/src/filesystem/unix/DeviceLister.h index db46eb3a0db51ef7dafd7adb519fc2d4680a9905..839a546c5bf4c7c5ff41d73bde33f2b1d19541a4 100644 --- a/src/filesystem/unix/DeviceLister.h +++ b/src/filesystem/unix/DeviceLister.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/unix/Directory.cpp b/src/filesystem/unix/Directory.cpp index 163c7284ac8163f698471aed677da3e96d40dca7..c38b8e4e5ff546646a78ecb160ca21fee4ffc9c7 100644 --- a/src/filesystem/unix/Directory.cpp +++ b/src/filesystem/unix/Directory.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/unix/Directory.h b/src/filesystem/unix/Directory.h index 8776cec1e983763732df6955c4f4847514cb91e5..de4245741553c89063c06b7ee355eb7b7326e646 100644 --- a/src/filesystem/unix/Directory.h +++ b/src/filesystem/unix/Directory.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/unix/File.cpp b/src/filesystem/unix/File.cpp index 9757bf2cf78bf8d923da7c070432108984e2ec66..be8e7940dd673d438b0653ac74a736d1c55956e8 100644 --- a/src/filesystem/unix/File.cpp +++ b/src/filesystem/unix/File.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/unix/File.h b/src/filesystem/unix/File.h index 020bd36523333c58c726e3e5e9423bc2073e832d..7a28ee7669f2e11ca74224b0502e6e594a38343b 100644 --- a/src/filesystem/unix/File.h +++ b/src/filesystem/unix/File.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/win32/Device.h b/src/filesystem/win32/Device.h index a075ad92a8a9b063f6e4b02f070c3af63345c0a8..bffc7a39d83a5faef62549e6e46df0da592c60e0 100644 --- a/src/filesystem/win32/Device.h +++ b/src/filesystem/win32/Device.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/win32/DeviceLister.cpp b/src/filesystem/win32/DeviceLister.cpp index e8c3978a95e9085ae7f7b46a9af08a3ec7fd876c..0487d0c1c1a814e8e965475987e0298cd9e17892 100644 --- a/src/filesystem/win32/DeviceLister.cpp +++ b/src/filesystem/win32/DeviceLister.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/win32/DeviceLister.h b/src/filesystem/win32/DeviceLister.h index 9858851774dc93927a2639cc8ec68eb6b8787cef..a49d9a08e924707cf66af57e3bcd190227d1a5fd 100644 --- a/src/filesystem/win32/DeviceLister.h +++ b/src/filesystem/win32/DeviceLister.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/win32/Directory.cpp b/src/filesystem/win32/Directory.cpp index 521639f52758e239080182b22b4bc2fc11fa5522..7868896cca633b0c7b3649a1e7b32901f58099aa 100644 --- a/src/filesystem/win32/Directory.cpp +++ b/src/filesystem/win32/Directory.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/win32/Directory.h b/src/filesystem/win32/Directory.h index 9f820e007a2bc268bd89094cd39e9bdf158678ce..96916025714fa1ae50151f571820196308cff3ae 100644 --- a/src/filesystem/win32/Directory.h +++ b/src/filesystem/win32/Directory.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/win32/File.cpp b/src/filesystem/win32/File.cpp index bbe59a2005230bff20629d45df775c1c2b2ab784..f8e4ee2a5d91fa54b0c61d60331b83f3fc2c0101 100644 --- a/src/filesystem/win32/File.cpp +++ b/src/filesystem/win32/File.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem/win32/File.h b/src/filesystem/win32/File.h index 1b9ced2e92439c97b60293608f1299356fbdd31e..b471a9f9033c037099ef73e90b92869162894a77 100644 --- a/src/filesystem/win32/File.h +++ b/src/filesystem/win32/File.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/logging/IostreamLogger.cpp b/src/logging/IostreamLogger.cpp index 950e4b32b2724d919fb66ae114c5e52e6d4c5fda..26e0b37d11116a991e0938f13ab0133d5f3cbaf5 100644 --- a/src/logging/IostreamLogger.cpp +++ b/src/logging/IostreamLogger.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/logging/IostreamLogger.h b/src/logging/IostreamLogger.h index 360f924241d944b9a35f630e4ef1c5e2a6d6f422..26334941dfe9e780ad3352781569b575c69a1c35 100644 --- a/src/logging/IostreamLogger.h +++ b/src/logging/IostreamLogger.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/logging/Logger.cpp b/src/logging/Logger.cpp index 77a0a84aab36073774be2bf73a4a0283162355e1..89a95dd46075e9dc5eafea21f864208554fc9724 100644 --- a/src/logging/Logger.cpp +++ b/src/logging/Logger.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/logging/Logger.h b/src/logging/Logger.h index aff532ef4acf1a483cf3a0dedc676198b85288c0..69da03c0cf41d408d4b0373b0976061344980371 100644 --- a/src/logging/Logger.h +++ b/src/logging/Logger.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/metadata_services/MetadataParser.cpp b/src/metadata_services/MetadataParser.cpp index dff27eb88f6df4f2953362beb40d3bbd4aafff56..fd322264b011c9ba320bb8f6597b46119869f9e0 100644 --- a/src/metadata_services/MetadataParser.cpp +++ b/src/metadata_services/MetadataParser.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/metadata_services/MetadataParser.h b/src/metadata_services/MetadataParser.h index 9592b7716533e9d33fdc50329beafe348bc52b18..67a569773d5ea79c9d42835847d3fc7cd96e031b 100644 --- a/src/metadata_services/MetadataParser.h +++ b/src/metadata_services/MetadataParser.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/metadata_services/vlc/Common.cpp b/src/metadata_services/vlc/Common.cpp index b7f980f58c325a855c5437d983446122eca07cf6..a987454658665484e2e5820540d1c951d8163e8d 100644 --- a/src/metadata_services/vlc/Common.cpp +++ b/src/metadata_services/vlc/Common.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/metadata_services/vlc/Common.hpp b/src/metadata_services/vlc/Common.hpp index 0ec93e0d7caa64d280a57761af56006f9d8138fe..a21bf086e74b2dc05fc0c516305c31c6c6928801 100644 --- a/src/metadata_services/vlc/Common.hpp +++ b/src/metadata_services/vlc/Common.hpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/metadata_services/vlc/VLCMetadataService.cpp b/src/metadata_services/vlc/VLCMetadataService.cpp index 849b85c5fb0926d971e9467d379739018fb269a9..a9c9c0cc30572bbadc36e38e94ad221d62f55d55 100644 --- a/src/metadata_services/vlc/VLCMetadataService.cpp +++ b/src/metadata_services/vlc/VLCMetadataService.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/parser/Parser.cpp b/src/parser/Parser.cpp index dfcc73b067705924696da3db2f7a578394ea127a..3bc753fc6c2b764524ede3bbd94359c396ace6c8 100644 --- a/src/parser/Parser.cpp +++ b/src/parser/Parser.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/parser/Parser.h b/src/parser/Parser.h index 1cbba24cd21403336e29f1ae98581e6b1abfbaf2..1fa791afc84f9f663517a99e2b0c708a37cfc57a 100644 --- a/src/parser/Parser.h +++ b/src/parser/Parser.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/parser/ParserWorker.cpp b/src/parser/ParserWorker.cpp index 81bf7fa007f2eda3a8dfa462d7225699f98548c2..92cae1acce89ba9ea4573f1d6093ab6c9fbe495b 100644 --- a/src/parser/ParserWorker.cpp +++ b/src/parser/ParserWorker.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/parser/ParserWorker.h b/src/parser/ParserWorker.h index a53ed30ec46f0ce12e9ad3e7215a6e4d4f08e7b4..85e611c2882d00a5e2d7fd20f2f482a4d7cc16cc 100644 --- a/src/parser/ParserWorker.h +++ b/src/parser/ParserWorker.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/parser/Task.cpp b/src/parser/Task.cpp index 8bba9602bcfcc2b6fb2a56d3bdf1dc3b282e2cc4..a156b2cc75744c39df2e13eef74c571e6cfd4c3d 100644 --- a/src/parser/Task.cpp +++ b/src/parser/Task.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 - 2017 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015 - 2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * Alexandre Fernandez * * This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/Task.h b/src/parser/Task.h index 009543a004b541ece96b38adfba77733a388803f..bab2bd83104d7063ba2933b70f33da0dd638fe3b 100644 --- a/src/parser/Task.h +++ b/src/parser/Task.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * Alexandre Fernandez * * This program is free software; you can redistribute it and/or modify it diff --git a/src/thumbnails/CoreThumbnailer.cpp b/src/thumbnails/CoreThumbnailer.cpp index 1a34e3fe8c2e03b744554070369a483b504a4d29..65519c5149ca5f1382e21bea8a97492d6614ecf1 100644 --- a/src/thumbnails/CoreThumbnailer.cpp +++ b/src/thumbnails/CoreThumbnailer.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2018 Hugo Beauzée-Luyssen, Videolabs, VideoLAN + * Copyright (C) 2018-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/thumbnails/CoreThumbnailer.h b/src/thumbnails/CoreThumbnailer.h index 404f9318705d2cab8f59520e59e03890d1ea473c..e1492ab09aa62625df6b9aed305444856036d9d0 100644 --- a/src/thumbnails/CoreThumbnailer.h +++ b/src/thumbnails/CoreThumbnailer.h @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2015-2018 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/thumbnails/ThumbnailerWorker.cpp b/src/thumbnails/ThumbnailerWorker.cpp index 1c99ee9082ee8902a4deb9bce2e8585eb33af5ba..44be9bcb3671e3a6b24e2f84678f53811e879022 100644 --- a/src/thumbnails/ThumbnailerWorker.cpp +++ b/src/thumbnails/ThumbnailerWorker.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/thumbnails/ThumbnailerWorker.h b/src/thumbnails/ThumbnailerWorker.h index 1043c26ded061197574874c9b03896d431ebca55..0b385ea374ffcd31b923b0c0a5bde191fe5e2bce 100644 --- a/src/thumbnails/ThumbnailerWorker.h +++ b/src/thumbnails/ThumbnailerWorker.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/thumbnails/VmemThumbnailer.cpp b/src/thumbnails/VmemThumbnailer.cpp index ae26f6a95200cc4127a7f86b39dd9e8562e4ee3a..d48b01919d345be3057d0e3020fdc315c13cf1f4 100644 --- a/src/thumbnails/VmemThumbnailer.cpp +++ b/src/thumbnails/VmemThumbnailer.cpp @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2015-2018 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/thumbnails/VmemThumbnailer.h b/src/thumbnails/VmemThumbnailer.h index bddbdecec358f37f1a89de7d02506a4eb5f06e91..810f36f817d84ff38aae1093cbe3a539819e741d 100644 --- a/src/thumbnails/VmemThumbnailer.h +++ b/src/thumbnails/VmemThumbnailer.h @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2015-2018 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/thumbnails/imagecompressors/IImageCompressor.h b/src/thumbnails/imagecompressors/IImageCompressor.h index f2e5a5a453c5f2d2b00206a2cff7fefff4e47f86..9db38060a6c5cc5c176736570229c200a1f1f7fd 100644 --- a/src/thumbnails/imagecompressors/IImageCompressor.h +++ b/src/thumbnails/imagecompressors/IImageCompressor.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/thumbnails/imagecompressors/JpegCompressor.cpp b/src/thumbnails/imagecompressors/JpegCompressor.cpp index e30c93c3bb5b766fc3c1e0af0546210a9d3b0a17..f94de739ec976173c41ef8c59676fe3fe99de4a8 100644 --- a/src/thumbnails/imagecompressors/JpegCompressor.cpp +++ b/src/thumbnails/imagecompressors/JpegCompressor.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/thumbnails/imagecompressors/JpegCompressor.h b/src/thumbnails/imagecompressors/JpegCompressor.h index 4a98a61c09fba4e61aeeb5cc2f658c4ef32c2bcf..8b55f626a37a452ce70ee2fc1ab9d1e22ec1cc84 100644 --- a/src/thumbnails/imagecompressors/JpegCompressor.h +++ b/src/thumbnails/imagecompressors/JpegCompressor.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/utils/Charsets.h b/src/utils/Charsets.h index 32be1f98da1f97be4b35be0422e5b7990cdb0556..2490897852c776ef125cc7c63f9e520ef6de96b9 100644 --- a/src/utils/Charsets.h +++ b/src/utils/Charsets.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/utils/Directory.cpp b/src/utils/Directory.cpp index cedea55af4c58f0a4cf3d6e7c5f7e28422ac9522..95357fff8a7272d5d866840af6dd3c58b6ef7bd2 100644 --- a/src/utils/Directory.cpp +++ b/src/utils/Directory.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2017 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2017-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * Alexandre Fernandez * * This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/Directory.h b/src/utils/Directory.h index e4448ff3350e4829e7a695186dc0a5a4de7c54d4..1ce6f426ddf2d74604f966dadb0931fca70f8c47 100644 --- a/src/utils/Directory.h +++ b/src/utils/Directory.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2017 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2017-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * Alexandre Fernandez * * This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/Filename.cpp b/src/utils/Filename.cpp index 5984aeb2954cd33b3c500083fd104791f465aec5..865065e07423bf63b0db13c87ac2b9c042362cd4 100644 --- a/src/utils/Filename.cpp +++ b/src/utils/Filename.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/utils/Filename.h b/src/utils/Filename.h index 1d25bf6334f8520b79a17a3841928430fc0da7b3..781b435ad623806346d74a907f6782dcca18538f 100644 --- a/src/utils/Filename.h +++ b/src/utils/Filename.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/utils/SWMRLock.h b/src/utils/SWMRLock.h index 793a971ebe073d4d69d15ae111027be411c3dd16..680e2b893c24b6bbbdd9e6c773ee77cb48001aec 100644 --- a/src/utils/SWMRLock.h +++ b/src/utils/SWMRLock.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/utils/Strings.cpp b/src/utils/Strings.cpp index 19856e50ec4b8f9805e6dee496d088a87c24b574..d6ed571f112ed7bc625a4a0c20ba138f754ba776 100644 --- a/src/utils/Strings.cpp +++ b/src/utils/Strings.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2018 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2018-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/utils/Strings.h b/src/utils/Strings.h index 8efc6677302f499d6f7452a5a0dbdce0e4925ba3..4ccae0631ae2b0ea84dec682e4c46c20da98a53f 100644 --- a/src/utils/Strings.h +++ b/src/utils/Strings.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2018 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2018-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/utils/Url.cpp b/src/utils/Url.cpp index 8ded5ec5f26f2c9a9e253e71139c4523d14ec15c..af1ee4d92b1553f745898b02f5a4baa54b9af363 100644 --- a/src/utils/Url.cpp +++ b/src/utils/Url.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2017 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2017-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/utils/Url.h b/src/utils/Url.h index 07afee157eeeb2d083554bbe02ea6363d8c13ff5..8171c1cf19cd6629f56435d63d2fd1140de00c5b 100644 --- a/src/utils/Url.h +++ b/src/utils/Url.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2017 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2017-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/utils/VLCInstance.cpp b/src/utils/VLCInstance.cpp index aea92581dfa4b5314583a5de1a831403419233f9..25ba9e4f3ed3328d13fc4301abc08d4cb77c9bbd 100644 --- a/src/utils/VLCInstance.cpp +++ b/src/utils/VLCInstance.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/src/utils/VLCInstance.h b/src/utils/VLCInstance.h index 3562c3e2f27f641a141a0a163d57ec00ef5782e1..b3ec19a0627933c1f9efc76372c793d1d67b246b 100644 --- a/src/utils/VLCInstance.h +++ b/src/utils/VLCInstance.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/common/MediaLibraryTester.cpp b/test/common/MediaLibraryTester.cpp index 824a6b68eab766841ebc56098e1760f140a0af58..595599ad95acf461d500b91b3226c110e0110605 100644 --- a/test/common/MediaLibraryTester.cpp +++ b/test/common/MediaLibraryTester.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by @@ -220,11 +220,6 @@ void MediaLibraryTester::onDiscoveredFile(std::shared_ptr fileFs, addFile( fileFs, parentFolder, parentFolderFs, fileType, IMedia::Type::Unknown ); } -sqlite::Connection* MediaLibraryTester::getDbConn() -{ - return m_dbConnection.get(); -} - void MediaLibraryTester::startThumbnailer() { } @@ -279,7 +274,7 @@ void MediaLibraryTester::setAlbumTrackGenre( int64_t albumTrackId, int64_t genre uint32_t MediaLibraryTester::countNbThumbnails() { sqlite::Statement stmt{ - getDbConn()->handle(), + getConn()->handle(), "SELECT COUNT(*) FROM " + Thumbnail::Table::Name }; uint32_t res; diff --git a/test/common/MediaLibraryTester.h b/test/common/MediaLibraryTester.h index ebdfb08eb5dc181028d0ab693daab97c92cf2d5e..60dceb304dd063d769d92b211fd7add3fb8c1471 100644 --- a/test/common/MediaLibraryTester.h +++ b/test/common/MediaLibraryTester.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by @@ -79,7 +79,6 @@ public: std::shared_ptr parentFolderFs, IFile::Type fileType, std::pair, unsigned int> parentPlaylist ) override; - sqlite::Connection* getDbConn(); virtual void startThumbnailer() override; virtual void populateNetworkFsFactories() override; MediaPtr addMedia( const std::string& mrl, IMedia::Type type = IMedia::Type::External ); diff --git a/test/discoverer/main.cpp b/test/discoverer/main.cpp index 6c08e0416d3d48523a56248e4c63f28b0eb9f764..e91f8477215da548a806d800cb0bcdcab52de257 100644 --- a/test/discoverer/main.cpp +++ b/test/discoverer/main.cpp @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2015-2018 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/mocks/DiscovererCbMock.h b/test/mocks/DiscovererCbMock.h index eeabbf54cbc97a4347e252ea19cc0eb7b1c8c599..96a334d2caf57998c280873d4a265de710b16e7e 100644 --- a/test/mocks/DiscovererCbMock.h +++ b/test/mocks/DiscovererCbMock.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/mocks/FileSystem.cpp b/test/mocks/FileSystem.cpp index e926a85cb7141e2ba3790b33a1c46e339067403b..7bf06a723c846b4984c500ef2e7d923647c78b86 100644 --- a/test/mocks/FileSystem.cpp +++ b/test/mocks/FileSystem.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/mocks/FileSystem.h b/test/mocks/FileSystem.h index 7b5f83395645f7798907bc59ddc9c99f30bde246..8bcfacfc036b84423984cfdb1a851d9a5da0a225 100644 --- a/test/mocks/FileSystem.h +++ b/test/mocks/FileSystem.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/mocks/MockDeviceLister.h b/test/mocks/MockDeviceLister.h index f8b087d5dbe2684768ff9ecbee0f7117fef5e03b..3af4497e4266873970f81e1bb8dac78991b62ff2 100644 --- a/test/mocks/MockDeviceLister.h +++ b/test/mocks/MockDeviceLister.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/mocks/NoopCallback.h b/test/mocks/NoopCallback.h index a339861641dcc030b1654f00c2481721a63d3006..6487005b709bc06bf21a7c4760871a7e80c3698b 100644 --- a/test/mocks/NoopCallback.h +++ b/test/mocks/NoopCallback.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/mocks/filesystem/MockDevice.cpp b/test/mocks/filesystem/MockDevice.cpp index 7da7c2005bb3d5b2bec04b25f6606b702eaa34a9..8ba8dc45eface1bfe608a14801f764178994d23e 100644 --- a/test/mocks/filesystem/MockDevice.cpp +++ b/test/mocks/filesystem/MockDevice.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/mocks/filesystem/MockDevice.h b/test/mocks/filesystem/MockDevice.h index 67be3ea10d4c9e11b1cddc60a3b0f7308ad1005b..efedca1819735a89db4d9616417f43d94e0f3adc 100644 --- a/test/mocks/filesystem/MockDevice.h +++ b/test/mocks/filesystem/MockDevice.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/mocks/filesystem/MockDirectory.cpp b/test/mocks/filesystem/MockDirectory.cpp index 24553fd82ce0b880bf3ad8fb4f0f880552dfc7f2..4102c646b5164b3cacb919747fffbc8746dbf56c 100644 --- a/test/mocks/filesystem/MockDirectory.cpp +++ b/test/mocks/filesystem/MockDirectory.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/mocks/filesystem/MockDirectory.h b/test/mocks/filesystem/MockDirectory.h index c06d361ba4ce2bc333f16b1829f68fba01b4aa17..e8b0bec0b566d0748fd39edc5a2e635bad290ab7 100644 --- a/test/mocks/filesystem/MockDirectory.h +++ b/test/mocks/filesystem/MockDirectory.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/mocks/filesystem/MockFile.cpp b/test/mocks/filesystem/MockFile.cpp index fb553aebc1fa93ede2d80c03b8a5a29d27a769ed..b751446474e7a543eb50125399598008f2f4ed76 100644 --- a/test/mocks/filesystem/MockFile.cpp +++ b/test/mocks/filesystem/MockFile.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/mocks/filesystem/MockFile.h b/test/mocks/filesystem/MockFile.h index 5a1951185e56a24f46cf69ca7078bdb88db646d0..5b37f9f42a3671c0000817a117917869f97b2c29 100644 --- a/test/mocks/filesystem/MockFile.h +++ b/test/mocks/filesystem/MockFile.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/samples/Tester.cpp b/test/samples/Tester.cpp index 2b893a00fa76bf00f137fd0835acdc0c375d77cc..c915538634891ecfe44e908043ead6ceee4bde86 100644 --- a/test/samples/Tester.cpp +++ b/test/samples/Tester.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/samples/Tester.h b/test/samples/Tester.h index 3d29aa83c591a2f7ebd7cb04fe96db9f63776144..229bb43ff5aa5760d195ad09337ce9947e43f9c3 100644 --- a/test/samples/Tester.h +++ b/test/samples/Tester.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/samples/main.cpp b/test/samples/main.cpp index 85a1d491ac4eab8ff37f2a4430b7dc52a218c5a7..2b50ed51d8d8e6a307639bb96c45d3e79c7270f5 100644 --- a/test/samples/main.cpp +++ b/test/samples/main.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/AlbumTests.cpp b/test/unittest/AlbumTests.cpp index 9dd446af0dbf21b56422b344dbd5467c572ef73c..1486407fedb6a6f580da20da0f18f81802601f2b 100644 --- a/test/unittest/AlbumTests.cpp +++ b/test/unittest/AlbumTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/AlbumTrackTests.cpp b/test/unittest/AlbumTrackTests.cpp index 33d2a57e322d039daac8faacc678a28e968a9884..9c3c5e0a96fc1dae02251ddf89a63b8fc8c08e9b 100644 --- a/test/unittest/AlbumTrackTests.cpp +++ b/test/unittest/AlbumTrackTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/ArtistTests.cpp b/test/unittest/ArtistTests.cpp index e3fae6cc19a0b6a0b3deb3858ae21fa4e9e8259b..9b9fc58941dbbc91f591dec99137af01a06e08bb 100644 --- a/test/unittest/ArtistTests.cpp +++ b/test/unittest/ArtistTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/AudioTrackTests.cpp b/test/unittest/AudioTrackTests.cpp index 7e5d27f4276a1d7b49d4b5b392f97923e93e1860..c67f30dcfc94bc8509d891d126ddc452a417f443 100644 --- a/test/unittest/AudioTrackTests.cpp +++ b/test/unittest/AudioTrackTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/ChapterTests.cpp b/test/unittest/ChapterTests.cpp index 124f7c8174fbf286a456574abcab763c44bce3f4..2550ceb47fc6ba2f28f353ab6419a3d195011b76 100644 --- a/test/unittest/ChapterTests.cpp +++ b/test/unittest/ChapterTests.cpp @@ -1,7 +1,7 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2018 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2018-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * * Authors: Hugo Beauzée-Luyssen * diff --git a/test/unittest/DeviceTests.cpp b/test/unittest/DeviceTests.cpp index 0136b64683222efdd1b009e006fd53ccddc002b5..5b8bf477a512f718ff735548ef39449080454e15 100644 --- a/test/unittest/DeviceTests.cpp +++ b/test/unittest/DeviceTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/FileTests.cpp b/test/unittest/FileTests.cpp index cfa9e13ffb015189cf72984b5e22b9a89a8d82cc..146c6a37b8575f184f0d2df8ec1ad2fac5df848a 100644 --- a/test/unittest/FileTests.cpp +++ b/test/unittest/FileTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/FolderTests.cpp b/test/unittest/FolderTests.cpp index e12802cb51157feac1927af76daed6c41fdefabd..83436db33b8e91b817aec1bc05e26bda97277f43 100644 --- a/test/unittest/FolderTests.cpp +++ b/test/unittest/FolderTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/FsUtilsTests.cpp b/test/unittest/FsUtilsTests.cpp index b4c9f3e74ba3e51023e642450aaf9230dd46bb51..69c08b700c8490450cd146814d7c061c8dab1aaa 100644 --- a/test/unittest/FsUtilsTests.cpp +++ b/test/unittest/FsUtilsTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/GenreTests.cpp b/test/unittest/GenreTests.cpp index c54fa8510e55b572dd878839af4069f4a72c030a..9629a6823247a57db186538965d5def9186f5901 100644 --- a/test/unittest/GenreTests.cpp +++ b/test/unittest/GenreTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/LabelTests.cpp b/test/unittest/LabelTests.cpp index a2e2e5969402cd76d0ef5c612a125c0f0f2f2eac..a9776f8226c0c66348e77c276008a3098edf6940 100644 --- a/test/unittest/LabelTests.cpp +++ b/test/unittest/LabelTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/MediaTests.cpp b/test/unittest/MediaTests.cpp index 2136febda261daeefdf3351ce2830cb1e953a53b..83eaea3188e20c8c191d54a5b436f561f818dafa 100644 --- a/test/unittest/MediaTests.cpp +++ b/test/unittest/MediaTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/MiscTests.cpp b/test/unittest/MiscTests.cpp index 33f40f0bd02085dc6590a3d34690292025200e1c..3e81ead2ad657d53101ff6f72742599ab4585748 100644 --- a/test/unittest/MiscTests.cpp +++ b/test/unittest/MiscTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2017 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2017-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by @@ -139,7 +139,7 @@ public: void CheckNbTriggers( uint32_t expected ) { - medialibrary::sqlite::Statement stmt{ ml->getDbConn()->handle(), + medialibrary::sqlite::Statement stmt{ ml->getConn()->handle(), "SELECT COUNT(*) FROM sqlite_master WHERE type='trigger'" }; stmt.execute(); auto row = stmt.row(); @@ -150,7 +150,7 @@ public: void CheckTriggers( std::vector expected ) { - medialibrary::sqlite::Statement stmt{ ml->getDbConn()->handle(), + medialibrary::sqlite::Statement stmt{ ml->getConn()->handle(), "SELECT name FROM sqlite_master WHERE type='trigger' " "ORDER BY name;" }; @@ -169,7 +169,7 @@ public: void CheckNbIndexes( uint32_t expected ) { - medialibrary::sqlite::Statement stmt{ ml->getDbConn()->handle(), + medialibrary::sqlite::Statement stmt{ ml->getConn()->handle(), "SELECT COUNT(*) FROM sqlite_master WHERE type='index' AND " "name NOT LIKE 'sqlite_autoindex%'" }; stmt.execute(); @@ -330,7 +330,7 @@ TEST_F( DbModel, Upgrade15to16 ) // Check that playlists were properly migrated medialibrary::sqlite::Statement stmt{ - ml->getDbConn()->handle(), + ml->getConn()->handle(), "SELECT playlist_id, position FROM PlaylistMediaRelation " "ORDER BY playlist_id, position" }; diff --git a/test/unittest/MovieTests.cpp b/test/unittest/MovieTests.cpp index 5165b2fa3c029e50d18682da750dc2fcae7bff51..77509ffe65bc78839dead67c2df98d4503a07fd8 100644 --- a/test/unittest/MovieTests.cpp +++ b/test/unittest/MovieTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/PlaylistTests.cpp b/test/unittest/PlaylistTests.cpp index 5b3e965f5d8a87b46d867361a4b85176f763871e..f5d99cd31f9454f53bddb23d905d8c0b75fe5424 100644 --- a/test/unittest/PlaylistTests.cpp +++ b/test/unittest/PlaylistTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by @@ -44,7 +44,7 @@ protected: void CheckContiguity() { medialibrary::sqlite::Statement stmt{ - ml->getDbConn()->handle(), + ml->getConn()->handle(), "SELECT position FROM PlaylistMediaRelation " "WHERE playlist_id=? ORDER BY position" }; diff --git a/test/unittest/RemovalNotifierTests.cpp b/test/unittest/RemovalNotifierTests.cpp index 85d1cab0f1fdfaa5c3c33a5ce2e0527a5a83c25b..c0df836905956f627f5212c3faa8835c593b486b 100644 --- a/test/unittest/RemovalNotifierTests.cpp +++ b/test/unittest/RemovalNotifierTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/ShowTests.cpp b/test/unittest/ShowTests.cpp index 85b0a24880053350eba40dfe73b07c56d99f2f46..f65bca9239186e534c17870a6481158699b64dbc 100644 --- a/test/unittest/ShowTests.cpp +++ b/test/unittest/ShowTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/Tests.cpp b/test/unittest/Tests.cpp index 8876fbac2181ca4fff9bd0add8d64856dc0d9d97..85201d98e3fe36d2656e927069ea069f190472fe 100644 --- a/test/unittest/Tests.cpp +++ b/test/unittest/Tests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/Tests.h b/test/unittest/Tests.h index dc86a9ec09b9d43e370e4f80817efa65cd11847f..bee4e134e491452514fd012a4b8ae2f74fb8f4a2 100644 --- a/test/unittest/Tests.h +++ b/test/unittest/Tests.h @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/ThumbnailTests.cpp b/test/unittest/ThumbnailTests.cpp index 65e9ba622032eed34d72b26a90b22621bfa2a131..9b5bb9a5eef35aa434ea6efc361245394a3aa67d 100644 --- a/test/unittest/ThumbnailTests.cpp +++ b/test/unittest/ThumbnailTests.cpp @@ -3,7 +3,7 @@ ***************************************************************************** * Copyright (C) 2015-2018 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/UrlTests.cpp b/test/unittest/UrlTests.cpp index 63b07f7506f38397199862ab73cdb8f94d9d20b5..da89fe33b3c24ab86791abeb94f545a91cf787d9 100644 --- a/test/unittest/UrlTests.cpp +++ b/test/unittest/UrlTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/test/unittest/VideoTrackTests.cpp b/test/unittest/VideoTrackTests.cpp index 3d83472da650999b8e327e5a2c2c7a2a09154fa5..9abc5f6936c4e96ce6747dca58d5a3a5be38033a 100644 --- a/test/unittest/VideoTrackTests.cpp +++ b/test/unittest/VideoTrackTests.cpp @@ -1,9 +1,9 @@ /***************************************************************************** * Media Library ***************************************************************************** - * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs + * Copyright (C) 2015-2019 Hugo Beauzée-Luyssen, Videolabs, VideoLAN * - * Authors: Hugo Beauzée-Luyssen + * Authors: Hugo Beauzée-Luyssen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by