diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-01 23:54:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-01 23:54:58 +0100 |
| commit | a641fdc912a3f0749015decdf9e23ff15186ef78 (patch) | |
| tree | bfb1badf6d6b5e01e10ba7dd90cea6c54ca81359 | |
| parent | d1f0b2b71a702b5624485cfeacaee5d58c4af5b2 (diff) | |
Still more licence fixups.
108 files changed, 230 insertions, 292 deletions
diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc index ae7890a5..94eef710 100644 --- a/examples/make_dcp.cc +++ b/examples/make_dcp.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ /** @file examples/make_dcp.cc diff --git a/examples/read_dcp.cc b/examples/read_dcp.cc index 6cc9b676..7bd1e2db 100644 --- a/examples/read_dcp.cc +++ b/examples/read_dcp.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ /* If you are using an installed libdcp, these #includes would need to be changed to diff --git a/src/asset.cc b/src/asset.cc index 82ef44fe..8753528b 100644 --- a/src/asset.cc +++ b/src/asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/asset.cc diff --git a/src/asset_reader.cc b/src/asset_reader.cc index a78af4d3..8fddcda2 100644 --- a/src/asset_reader.cc +++ b/src/asset_reader.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "asset_reader.h" diff --git a/src/asset_writer.cc b/src/asset_writer.cc index 64ffee10..06c47630 100644 --- a/src/asset_writer.cc +++ b/src/asset_writer.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/asset_writer.h diff --git a/src/atmos_asset.cc b/src/atmos_asset.cc index e503b7c1..48774038 100644 --- a/src/atmos_asset.cc +++ b/src/atmos_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "atmos_asset.h" diff --git a/src/certificate.cc b/src/certificate.cc index 7d80e300..c8e4e342 100644 --- a/src/certificate.cc +++ b/src/certificate.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/certificate.cc diff --git a/src/certificate_chain.cc b/src/certificate_chain.cc index e12b1e75..557c8d37 100644 --- a/src/certificate_chain.cc +++ b/src/certificate_chain.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/signer_chain.cc diff --git a/src/colour_conversion.cc b/src/colour_conversion.cc index 04589cf4..7e4558be 100644 --- a/src/colour_conversion.cc +++ b/src/colour_conversion.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "colour_conversion.h" diff --git a/src/colour_matrix.cc b/src/colour_matrix.cc index 227535e7..e7a992c8 100644 --- a/src/colour_matrix.cc +++ b/src/colour_matrix.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "colour_matrix.h" @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "cpl.h" diff --git a/src/data.cc b/src/data.cc index 832416d4..87c4c160 100644 --- a/src/data.cc +++ b/src/data.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "data.h" @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/dcp.cc diff --git a/src/dcp_time.cc b/src/dcp_time.cc index 2852a1eb..170d7398 100644 --- a/src/dcp_time.cc +++ b/src/dcp_time.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/dcp_time.cc diff --git a/src/decrypted_kdm.cc b/src/decrypted_kdm.cc index 7177892a..019783e0 100644 --- a/src/decrypted_kdm.cc +++ b/src/decrypted_kdm.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "decrypted_kdm.h" diff --git a/src/decrypted_kdm_key.cc b/src/decrypted_kdm_key.cc index 95bdb41e..b7b30802 100644 --- a/src/decrypted_kdm_key.cc +++ b/src/decrypted_kdm_key.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "decrypted_kdm_key.h" diff --git a/src/encrypted_kdm.cc b/src/encrypted_kdm.cc index 85c1f0d8..61460b12 100644 --- a/src/encrypted_kdm.cc +++ b/src/encrypted_kdm.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "encrypted_kdm.h" diff --git a/src/exceptions.cc b/src/exceptions.cc index 258e6ff0..4bffd957 100644 --- a/src/exceptions.cc +++ b/src/exceptions.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/exceptions.cc diff --git a/src/file.cc b/src/file.cc index 5f07c02c..3408f157 100644 --- a/src/file.cc +++ b/src/file.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/file.cc diff --git a/src/font_asset.cc b/src/font_asset.cc index 743aade6..43bedce1 100644 --- a/src/font_asset.cc +++ b/src/font_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/font_asset.cc diff --git a/src/font_node.cc b/src/font_node.cc index c10721a2..d16997c9 100644 --- a/src/font_node.cc +++ b/src/font_node.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "types.h" diff --git a/src/gamma_transfer_function.cc b/src/gamma_transfer_function.cc index a9763545..55f77302 100644 --- a/src/gamma_transfer_function.cc +++ b/src/gamma_transfer_function.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/gamma_transfer_function.cc diff --git a/src/interop_load_font_node.cc b/src/interop_load_font_node.cc index d5a8151d..439fe453 100644 --- a/src/interop_load_font_node.cc +++ b/src/interop_load_font_node.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "interop_load_font_node.h" diff --git a/src/interop_subtitle_asset.cc b/src/interop_subtitle_asset.cc index 4e66a329..97aa1a2c 100644 --- a/src/interop_subtitle_asset.cc +++ b/src/interop_subtitle_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "interop_subtitle_asset.h" @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "j2k.h" @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/key.cc diff --git a/src/local_time.cc b/src/local_time.cc index fa810a92..66579dfb 100644 --- a/src/local_time.cc +++ b/src/local_time.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/local_time.cc diff --git a/src/metadata.cc b/src/metadata.cc index ec5ae359..130abffe 100644 --- a/src/metadata.cc +++ b/src/metadata.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/metadata.cc diff --git a/src/modified_gamma_transfer_function.cc b/src/modified_gamma_transfer_function.cc index ac638fc9..5253f42f 100644 --- a/src/modified_gamma_transfer_function.cc +++ b/src/modified_gamma_transfer_function.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "modified_gamma_transfer_function.h" diff --git a/src/mono_picture_asset.cc b/src/mono_picture_asset.cc index 1a3656cc..9c4b0293 100644 --- a/src/mono_picture_asset.cc +++ b/src/mono_picture_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "mono_picture_asset.h" diff --git a/src/mono_picture_asset_reader.cc b/src/mono_picture_asset_reader.cc index 68606f03..2ddc7d32 100644 --- a/src/mono_picture_asset_reader.cc +++ b/src/mono_picture_asset_reader.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2016 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "mono_picture_asset_reader.h" diff --git a/src/mono_picture_asset_writer.cc b/src/mono_picture_asset_writer.cc index 594dae03..c1f539a0 100644 --- a/src/mono_picture_asset_writer.cc +++ b/src/mono_picture_asset_writer.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/mono_picture_asset_writer.cc diff --git a/src/mono_picture_frame.cc b/src/mono_picture_frame.cc index e870ff0f..f53dfa7b 100644 --- a/src/mono_picture_frame.cc +++ b/src/mono_picture_frame.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/mono_picture_frame.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/asset.cc diff --git a/src/object.cc b/src/object.cc index f1e93415..28f5552d 100644 --- a/src/object.cc +++ b/src/object.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/object.cc diff --git a/src/openjpeg_image.cc b/src/openjpeg_image.cc index 3f5e1dee..faeeeb42 100644 --- a/src/openjpeg_image.cc +++ b/src/openjpeg_image.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/openjpeg_image.cc diff --git a/src/picture_asset.cc b/src/picture_asset.cc index 89fe7dbf..003628b3 100644 --- a/src/picture_asset.cc +++ b/src/picture_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "picture_asset.h" diff --git a/src/picture_asset_writer.cc b/src/picture_asset_writer.cc index 27878d18..0d588266 100644 --- a/src/picture_asset_writer.cc +++ b/src/picture_asset_writer.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "KM_fileio.h" diff --git a/src/picture_asset_writer_common.cc b/src/picture_asset_writer_common.cc index b59ca427..88df6612 100644 --- a/src/picture_asset_writer_common.cc +++ b/src/picture_asset_writer_common.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ using boost::shared_ptr; diff --git a/src/reel.cc b/src/reel.cc index 457803e4..4db61e88 100644 --- a/src/reel.cc +++ b/src/reel.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "reel.h" diff --git a/src/reel_asset.cc b/src/reel_asset.cc index 75e0f6f0..c2d9824c 100644 --- a/src/reel_asset.cc +++ b/src/reel_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/reel_asset.cc diff --git a/src/reel_atmos_asset.cc b/src/reel_atmos_asset.cc index 6c49ff29..1b61a865 100644 --- a/src/reel_atmos_asset.cc +++ b/src/reel_atmos_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/reel_atmos_asset.cc diff --git a/src/reel_mono_picture_asset.cc b/src/reel_mono_picture_asset.cc index 702bc500..f9404450 100644 --- a/src/reel_mono_picture_asset.cc +++ b/src/reel_mono_picture_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/reel_mono_picture_asset.cc diff --git a/src/reel_mxf.cc b/src/reel_mxf.cc index 42597981..f5aa8b28 100644 --- a/src/reel_mxf.cc +++ b/src/reel_mxf.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "reel_mxf.h" diff --git a/src/reel_picture_asset.cc b/src/reel_picture_asset.cc index e8ee1d7e..713ae077 100644 --- a/src/reel_picture_asset.cc +++ b/src/reel_picture_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/reel_picture_asset.h diff --git a/src/reel_sound_asset.cc b/src/reel_sound_asset.cc index 49116575..6c9b0cea 100644 --- a/src/reel_sound_asset.cc +++ b/src/reel_sound_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/reel_sound_asset.cc diff --git a/src/reel_stereo_picture_asset.cc b/src/reel_stereo_picture_asset.cc index 0c206285..06de8aa7 100644 --- a/src/reel_stereo_picture_asset.cc +++ b/src/reel_stereo_picture_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/reel_stereo_picture_asset.cc diff --git a/src/reel_subtitle_asset.cc b/src/reel_subtitle_asset.cc index acb96a3b..1072dda1 100644 --- a/src/reel_subtitle_asset.cc +++ b/src/reel_subtitle_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/reel_subtitle_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "ref.h" diff --git a/src/rgb_xyz.cc b/src/rgb_xyz.cc index 08616a64..2627a9ca 100644 --- a/src/rgb_xyz.cc +++ b/src/rgb_xyz.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "rgb_xyz.h" diff --git a/src/smpte_load_font_node.cc b/src/smpte_load_font_node.cc index 994c19df..91e53658 100644 --- a/src/smpte_load_font_node.cc +++ b/src/smpte_load_font_node.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "smpte_load_font_node.h" diff --git a/src/smpte_subtitle_asset.cc b/src/smpte_subtitle_asset.cc index ee105566..647e6cd1 100644 --- a/src/smpte_subtitle_asset.cc +++ b/src/smpte_subtitle_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/smpte_subtitle_asset.cc diff --git a/src/sound_asset.cc b/src/sound_asset.cc index ffafe46c..e804cc9f 100644 --- a/src/sound_asset.cc +++ b/src/sound_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/sound_mxf.cc diff --git a/src/sound_asset_reader.cc b/src/sound_asset_reader.cc index 816f5add..b21b28a6 100644 --- a/src/sound_asset_reader.cc +++ b/src/sound_asset_reader.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2016 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "sound_asset_reader.h" diff --git a/src/sound_asset_writer.cc b/src/sound_asset_writer.cc index 46321a85..25fcc434 100644 --- a/src/sound_asset_writer.cc +++ b/src/sound_asset_writer.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "sound_asset_writer.h" diff --git a/src/sound_frame.cc b/src/sound_frame.cc index 540c3dfd..2fa2fc5e 100644 --- a/src/sound_frame.cc +++ b/src/sound_frame.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/sound_frame.cc diff --git a/src/stereo_picture_asset.cc b/src/stereo_picture_asset.cc index c7e0575c..c81b5877 100644 --- a/src/stereo_picture_asset.cc +++ b/src/stereo_picture_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "AS_DCP.h" diff --git a/src/stereo_picture_asset_reader.cc b/src/stereo_picture_asset_reader.cc index 95db4c2b..fa06597e 100644 --- a/src/stereo_picture_asset_reader.cc +++ b/src/stereo_picture_asset_reader.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2016 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "stereo_picture_asset_reader.h" diff --git a/src/stereo_picture_asset_writer.cc b/src/stereo_picture_asset_writer.cc index 8f7e1b7e..7a20048f 100644 --- a/src/stereo_picture_asset_writer.cc +++ b/src/stereo_picture_asset_writer.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "stereo_picture_asset_writer.h" diff --git a/src/stereo_picture_frame.cc b/src/stereo_picture_frame.cc index c5b199ab..d00be2f9 100644 --- a/src/stereo_picture_frame.cc +++ b/src/stereo_picture_frame.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "stereo_picture_frame.h" diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc index 47baaa4e..2576fed0 100644 --- a/src/subtitle_asset.cc +++ b/src/subtitle_asset.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "raw_convert.h" diff --git a/src/subtitle_node.cc b/src/subtitle_node.cc index 520f0096..41d1419b 100644 --- a/src/subtitle_node.cc +++ b/src/subtitle_node.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "subtitle_node.h" diff --git a/src/subtitle_string.cc b/src/subtitle_string.cc index 2f6f421b..2aadc9e9 100644 --- a/src/subtitle_string.cc +++ b/src/subtitle_string.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "subtitle_string.h" diff --git a/src/text_node.cc b/src/text_node.cc index ec7d1294..6317c59d 100644 --- a/src/text_node.cc +++ b/src/text_node.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/text.cc diff --git a/src/transfer_function.cc b/src/transfer_function.cc index 6765e8a0..efa8e2bb 100644 --- a/src/transfer_function.cc +++ b/src/transfer_function.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "transfer_function.h" diff --git a/src/types.cc b/src/types.cc index 8103d04e..03c69fab 100644 --- a/src/types.cc +++ b/src/types.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ #include "raw_convert.h" diff --git a/src/util.cc b/src/util.cc index f61a5f38..0cce7872 100644 --- a/src/util.cc +++ b/src/util.cc @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see <http://www.gnu.org/licenses/>. - */ /** @file src/util.cc diff --git a/test/asset_test.cc b/test/asset_test.cc index caf5e76c..688f19fe 100644 --- a/test/asset_test.cc +++ b/test/asset_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include <boost/test/unit_test.hpp> diff --git a/test/atmos_test.cc b/test/atmos_test.cc index b4c27626..6a7e9771 100644 --- a/test/atmos_test.cc +++ b/test/atmos_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "atmos_asset.h" diff --git a/test/bench.cc b/test/bench.cc index 44d1b6de..bb583e39 100644 --- a/test/bench.cc +++ b/test/bench.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "data.h" diff --git a/test/certificates_test.cc b/test/certificates_test.cc index 9be2e7fa..879a89dd 100644 --- a/test/certificates_test.cc +++ b/test/certificates_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2012 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "certificate.h" diff --git a/test/colour_conversion_test.cc b/test/colour_conversion_test.cc index d9bf2e77..5b217e3c 100644 --- a/test/colour_conversion_test.cc +++ b/test/colour_conversion_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "gamma_transfer_function.h" diff --git a/test/colour_test.cc b/test/colour_test.cc index 7169c177..a99b5b7e 100644 --- a/test/colour_test.cc +++ b/test/colour_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2012-2013 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "util.h" diff --git a/test/cpl_sar_test.cc b/test/cpl_sar_test.cc index 095920ec..55c3bcdc 100644 --- a/test/cpl_sar_test.cc +++ b/test/cpl_sar_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "cpl.h" diff --git a/test/dcp_font_test.cc b/test/dcp_font_test.cc index 9a482f09..d7300ba0 100644 --- a/test/dcp_font_test.cc +++ b/test/dcp_font_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "interop_subtitle_asset.h" diff --git a/test/dcp_test.cc b/test/dcp_test.cc index 6769c496..325202f0 100644 --- a/test/dcp_test.cc +++ b/test/dcp_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "dcp.h" diff --git a/test/dcp_time_test.cc b/test/dcp_time_test.cc index 61b38ec4..9cd253c1 100644 --- a/test/dcp_time_test.cc +++ b/test/dcp_time_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include <boost/test/unit_test.hpp> diff --git a/test/decryption_test.cc b/test/decryption_test.cc index 1496a0d5..32ea7cda 100644 --- a/test/decryption_test.cc +++ b/test/decryption_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "dcp.h" diff --git a/test/effect_test.cc b/test/effect_test.cc index cd1a6c3c..5e1740b1 100644 --- a/test/effect_test.cc +++ b/test/effect_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "types.h" diff --git a/test/encryption_test.cc b/test/encryption_test.cc index 49e05753..24bd1138 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "KM_util.h" diff --git a/test/exception_test.cc b/test/exception_test.cc index dd9608ee..e879244d 100644 --- a/test/exception_test.cc +++ b/test/exception_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "exceptions.h" diff --git a/test/fraction_test.cc b/test/fraction_test.cc index efdba664..7c892a56 100644 --- a/test/fraction_test.cc +++ b/test/fraction_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "types.h" diff --git a/test/gamma_transfer_function_test.cc b/test/gamma_transfer_function_test.cc index 9e0ea089..827b3a80 100644 --- a/test/gamma_transfer_function_test.cc +++ b/test/gamma_transfer_function_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "gamma_transfer_function.h" diff --git a/test/interop_load_font_test.cc b/test/interop_load_font_test.cc index 04520080..888c2355 100644 --- a/test/interop_load_font_test.cc +++ b/test/interop_load_font_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "interop_load_font_node.h" diff --git a/test/kdm_test.cc b/test/kdm_test.cc index d6d4a2b6..ee52ad8e 100644 --- a/test/kdm_test.cc +++ b/test/kdm_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include <boost/test/unit_test.hpp> diff --git a/test/local_time_test.cc b/test/local_time_test.cc index 4cd79158..83e9ba7f 100644 --- a/test/local_time_test.cc +++ b/test/local_time_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include <boost/test/unit_test.hpp> diff --git a/test/make_digest_test.cc b/test/make_digest_test.cc index b7e18a12..65ca754d 100644 --- a/test/make_digest_test.cc +++ b/test/make_digest_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2016 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "data.h" diff --git a/test/read_dcp_test.cc b/test/read_dcp_test.cc index 60aa3591..0ec72bdc 100644 --- a/test/read_dcp_test.cc +++ b/test/read_dcp_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2013 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include <boost/test/unit_test.hpp> diff --git a/test/read_interop_subtitle_test.cc b/test/read_interop_subtitle_test.cc index 8640b7ef..3ec70296 100644 --- a/test/read_interop_subtitle_test.cc +++ b/test/read_interop_subtitle_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "interop_subtitle_asset.h" diff --git a/test/read_smpte_subtitle_test.cc b/test/read_smpte_subtitle_test.cc index f4d28106..801d58cd 100644 --- a/test/read_smpte_subtitle_test.cc +++ b/test/read_smpte_subtitle_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "smpte_subtitle_asset.h" diff --git a/test/recovery_test.cc b/test/recovery_test.cc index 85b0d0f9..8af49b93 100644 --- a/test/recovery_test.cc +++ b/test/recovery_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2012-2013 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include <boost/test/unit_test.hpp> diff --git a/test/reel_asset_test.cc b/test/reel_asset_test.cc index bdbd68ea..770a4c8f 100644 --- a/test/reel_asset_test.cc +++ b/test/reel_asset_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "reel_mono_picture_asset.h" diff --git a/test/rewrite_subs.cc b/test/rewrite_subs.cc index f3165601..ba27d190 100644 --- a/test/rewrite_subs.cc +++ b/test/rewrite_subs.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include <iostream> diff --git a/test/rgb_xyz_test.cc b/test/rgb_xyz_test.cc index 8f5698fe..cf42957b 100644 --- a/test/rgb_xyz_test.cc +++ b/test/rgb_xyz_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "rgb_xyz.h" diff --git a/test/round_trip_test.cc b/test/round_trip_test.cc index e735a276..f149c5f1 100644 --- a/test/round_trip_test.cc +++ b/test/round_trip_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "certificate.h" diff --git a/test/smpte_load_font_test.cc b/test/smpte_load_font_test.cc index da52ed97..fa9e3bd5 100644 --- a/test/smpte_load_font_test.cc +++ b/test/smpte_load_font_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "smpte_load_font_node.h" diff --git a/test/sound_frame_test.cc b/test/sound_frame_test.cc index 837cfe32..86b7d845 100644 --- a/test/sound_frame_test.cc +++ b/test/sound_frame_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include <boost/test/unit_test.hpp> diff --git a/test/subs_in_out.cc b/test/subs_in_out.cc index 154eb9e8..d3ba7e43 100644 --- a/test/subs_in_out.cc +++ b/test/subs_in_out.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "interop_subtitle_asset.h" diff --git a/test/test.cc b/test/test.cc index 38e9c00e..0e7ad511 100644 --- a/test/test.cc +++ b/test/test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #define BOOST_TEST_DYN_LINK diff --git a/test/test.h b/test/test.h index d9860687..21df1ab5 100644 --- a/test/test.h +++ b/test/test.h @@ -1,20 +1,20 @@ /* Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include <boost/filesystem.hpp> diff --git a/test/text_test.cc b/test/text_test.cc index 9fff25d6..23a3ae77 100644 --- a/test/text_test.cc +++ b/test/text_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "text_node.h" diff --git a/test/util_test.cc b/test/util_test.cc index eea1c799..f95001b4 100644 --- a/test/util_test.cc +++ b/test/util_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2013 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include <fstream> diff --git a/test/write_subtitle_test.cc b/test/write_subtitle_test.cc index ffd01e1f..648d5928 100644 --- a/test/write_subtitle_test.cc +++ b/test/write_subtitle_test.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2015-2016 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "interop_subtitle_asset.h" diff --git a/tools/common.cc b/tools/common.cc index 5730848c..aaa07fb2 100644 --- a/tools/common.cc +++ b/tools/common.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "common.h" diff --git a/tools/common.h b/tools/common.h index a9c657ce..cea183db 100644 --- a/tools/common.h +++ b/tools/common.h @@ -1,20 +1,20 @@ /* Copyright (C) 2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "exceptions.h" diff --git a/tools/dcpdiff.cc b/tools/dcpdiff.cc index 6fb2317b..d5bb3f92 100644 --- a/tools/dcpdiff.cc +++ b/tools/dcpdiff.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "dcp.h" diff --git a/tools/dcpdumpsub.cc b/tools/dcpdumpsub.cc index ca98551b..6cb641e4 100644 --- a/tools/dcpdumpsub.cc +++ b/tools/dcpdumpsub.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2015 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "smpte_subtitle_asset.h" diff --git a/tools/dcpinfo.cc b/tools/dcpinfo.cc index e15c164b..7bb5f1b3 100644 --- a/tools/dcpinfo.cc +++ b/tools/dcpinfo.cc @@ -1,20 +1,20 @@ /* Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This file is part of libdcp. + + libdcp 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, + libdcp 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 libdcp. If not, see <http://www.gnu.org/licenses/>. */ #include "dcp.h" |
