X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Freel_picture_asset.h;h=979bd8f6a9acf68fc99892b25484d49f32258706;hb=71f5d09991c8c6362484075f9317e5cb9efd8e4c;hp=73be1a1a8f864f7058fe4030579d2bf89fdd0b8a;hpb=d1f0b2b71a702b5624485cfeacaee5d58c4af5b2;p=libdcp.git diff --git a/src/reel_picture_asset.h b/src/reel_picture_asset.h index 73be1a1a..979bd8f6 100644 --- a/src/reel_picture_asset.h +++ b/src/reel_picture_asset.h @@ -15,6 +15,20 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see . + + In addition, as a special exception, the copyright holders give + permission to link the code of portions of this program with the + OpenSSL library under certain conditions as described in each + individual source file, and distribute linked combinations + including the two. + + You must obey the GNU General Public License in all respects + for all of the code used other than OpenSSL. If you modify + file(s) with this exception, you may extend this exception to your + version of the file(s), but you are not obligated to do so. If you + do not wish to do so, delete this exception statement from your + version. If you delete this exception statement from all source + files in the program, then also delete it here. */ /** @file src/reel_picture_asset.h @@ -38,7 +52,7 @@ class ReelPictureAsset : public ReelAsset, public ReelMXF public: ReelPictureAsset (); ReelPictureAsset (boost::shared_ptr asset, int64_t entry_point); - ReelPictureAsset (boost::shared_ptr); + explicit ReelPictureAsset (boost::shared_ptr); virtual void write_to_cpl (xmlpp::Node* node, Standard standard) const; virtual bool equals (boost::shared_ptr, EqualityOptions, NoteHandler) const;