X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Freferenced_reel_asset.h;h=739a8f490b76e562682f74c78fa5bb1fa52470e4;hb=f6830cbc5eab068f99a65bb140f54d7dd46805ef;hp=5f5421283b9f858e0523f3546bf468705e1a028c;hpb=6f23b55a7783f93549115a133ca2e6e938bd0cd1;p=dcpomatic.git diff --git a/src/lib/referenced_reel_asset.h b/src/lib/referenced_reel_asset.h index 5f5421283..739a8f490 100644 --- a/src/lib/referenced_reel_asset.h +++ b/src/lib/referenced_reel_asset.h @@ -1,22 +1,28 @@ /* Copyright (C) 2015 Carl Hetherington - This program is free software; you can redistribute it and/or modify + This file is part of DCP-o-matic. + + DCP-o-matic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + DCP-o-matic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with DCP-o-matic. If not, see . */ +#ifndef DCPOMATIC_REFERENCED_REEL_ASSET_H +#define DCPOMATIC_REFERENCED_REEL_ASSET_H + +#include + class ReferencedReelAsset { public: @@ -30,3 +36,5 @@ public: /** Period that this asset covers in the DCP */ DCPTimePeriod period; }; + +#endif