From ee8bfa39809eda18fd68d0ac290542a3285421f1 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 4 Jan 2019 16:05:26 +0000 Subject: [PATCH] Add 2019 to list of years of copyright --- README.md | 2 +- docs/index.md | 2 +- src/common.cc | 2 +- src/common.h | 6 +++--- src/metadata.cc | 2 +- src/metadata.h | 2 +- src/operations.cc | 2 +- src/operations.h | 2 +- src/pipeline.cc | 2 +- src/pipeline.h | 2 +- src/sharp.cc | 2 +- src/stats.cc | 2 +- src/stats.h | 2 +- src/utilities.cc | 2 +- src/utilities.h | 2 +- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 323ce39e..a6ad018f 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ covers reporting bugs, requesting features and submitting code changes. ### Licensing -Copyright 2013, 2014, 2015, 2016, 2017, 2018 Lovell Fuller and contributors. +Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/index.md b/docs/index.md index e97bea23..682bed71 100644 --- a/docs/index.md +++ b/docs/index.md @@ -129,7 +129,7 @@ Thank you! ### Licensing -Copyright 2013, 2014, 2015, 2016, 2017, 2018 Lovell Fuller and contributors. +Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/common.cc b/src/common.cc index bca54d39..ca8f10ac 100644 --- a/src/common.cc +++ b/src/common.cc @@ -1,4 +1,4 @@ -// Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. +// Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common.h b/src/common.h index a91b2f24..04d9dd0f 100644 --- a/src/common.h +++ b/src/common.h @@ -1,4 +1,4 @@ -// Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. +// Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -25,8 +25,8 @@ // Verify platform and compiler compatibility -#if (VIPS_MAJOR_VERSION < 8 || (VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION < 6)) -#error libvips version 8.6.1+ is required - see sharp.pixelplumbing.com/page/install +#if (VIPS_MAJOR_VERSION < 8 || (VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION < 7)) +#error libvips version 8.7.0+ is required - see sharp.pixelplumbing.com/page/install #endif #if ((!defined(__clang__)) && defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6))) diff --git a/src/metadata.cc b/src/metadata.cc index 2097f6fe..128375a4 100644 --- a/src/metadata.cc +++ b/src/metadata.cc @@ -1,4 +1,4 @@ -// Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. +// Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/metadata.h b/src/metadata.h index 30ca189e..e1369969 100644 --- a/src/metadata.h +++ b/src/metadata.h @@ -1,4 +1,4 @@ -// Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. +// Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/operations.cc b/src/operations.cc index 71634644..73ecb0b7 100644 --- a/src/operations.cc +++ b/src/operations.cc @@ -1,4 +1,4 @@ -// Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. +// Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/operations.h b/src/operations.h index 20cc748a..5fa2a53c 100644 --- a/src/operations.h +++ b/src/operations.h @@ -1,4 +1,4 @@ -// Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. +// Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/pipeline.cc b/src/pipeline.cc index 029943b6..3c15330d 100644 --- a/src/pipeline.cc +++ b/src/pipeline.cc @@ -1,4 +1,4 @@ -// Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. +// Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/pipeline.h b/src/pipeline.h index b74ee304..b0303d91 100644 --- a/src/pipeline.h +++ b/src/pipeline.h @@ -1,4 +1,4 @@ -// Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. +// Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/sharp.cc b/src/sharp.cc index 95d0062e..43e2965c 100644 --- a/src/sharp.cc +++ b/src/sharp.cc @@ -1,4 +1,4 @@ -// Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. +// Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/stats.cc b/src/stats.cc index 2265589d..799578cc 100644 --- a/src/stats.cc +++ b/src/stats.cc @@ -1,4 +1,4 @@ -// Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. +// Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/stats.h b/src/stats.h index 11fba383..c451d4a6 100644 --- a/src/stats.h +++ b/src/stats.h @@ -1,4 +1,4 @@ -// Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. +// Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/utilities.cc b/src/utilities.cc index 3dcad391..572ffa19 100644 --- a/src/utilities.cc +++ b/src/utilities.cc @@ -1,4 +1,4 @@ -// Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. +// Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/utilities.h b/src/utilities.h index f3cbd0c5..670c6501 100644 --- a/src/utilities.h +++ b/src/utilities.h @@ -1,4 +1,4 @@ -// Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. +// Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.