diff --git a/CHANGES.md b/CHANGES.md index aa95cac4..f7e3f581 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,17 @@ for a full listing of issues for each release. -------------------------------------------------------------------------------- +## 2021.05.0 (2021-05-20) + +FCM release 43. + +### Noteworthy Changes + +[260](https://github.com/metomi/fcm/pull/260) +Fix bug where fcm would ignore modules that begin with function/subroutine. + +-------------------------------------------------------------------------------- + ## 2019.09.0 (2019-09-30) FCM release 42. diff --git a/README.md b/README.md index 515cf09d..dc68624b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ and wrappers to Subversion for scientific software development ## Copyright and Terms of Use -Copyright (C) 2006-2019 British Crown (Met Office) & Contributors. +Copyright (C) 2006-2021 British Crown (Met Office) & Contributors. FCM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bin/fcm b/bin/fcm index 3ddaf426..8d04991e 100755 --- a/bin/fcm +++ b/bin/fcm @@ -1,6 +1,6 @@ #!/usr/bin/env perl # ------------------------------------------------------------------------------ -# Copyright (C) 2006-2019 British Crown (Met Office) & Contributors. +# Copyright (C) 2006-2021 British Crown (Met Office) & Contributors. # # This file is part of FCM, tools for managing and building source code. # diff --git a/bin/fcm_graphic_diff b/bin/fcm_graphic_diff index ffcd7bbf..6087c1f5 100755 --- a/bin/fcm_graphic_diff +++ b/bin/fcm_graphic_diff @@ -1,6 +1,6 @@ #!/usr/bin/env perl #------------------------------------------------------------------------------- -# Copyright (C) 2006-2019 British Crown (Met Office) & Contributors. +# Copyright (C) 2006-2021 British Crown (Met Office) & Contributors. # # This file is part of FCM, tools for managing and building source code. # @@ -127,6 +127,6 @@ other return codes should be regarded as fatal errors. =head1 COPYRIGHT -Copyright (C) 2006-2019 British Crown (Met Office) & Contributors.. +Copyright (C) 2006-2021 British Crown (Met Office) & Contributors. =cut diff --git a/bin/fcm_graphic_merge b/bin/fcm_graphic_merge index 7cd3dbc3..9bc06640 100755 --- a/bin/fcm_graphic_merge +++ b/bin/fcm_graphic_merge @@ -1,6 +1,6 @@ #!/usr/bin/env perl #------------------------------------------------------------------------------- -# Copyright (C) 2006-2019 British Crown (Met Office) & Contributors. +# Copyright (C) 2006-2021 British Crown (Met Office) & Contributors. # # This file is part of FCM, tools for managing and building source code. # @@ -146,6 +146,6 @@ OLDER is the common ancestor of MINE and YOURS. =head1 COPYRIGHT -Copyright (C) 2006-2019 British Crown (Met Office) & Contributors.. +Copyright (C) 2006-2021 British Crown (Met Office) & Contributors. =cut diff --git a/bin/fcm_gui b/bin/fcm_gui index 739e0f21..3a57cc68 100755 --- a/bin/fcm_gui +++ b/bin/fcm_gui @@ -1,6 +1,6 @@ #!/usr/bin/env perl #------------------------------------------------------------------------------- -# Copyright (C) 2006-2019 British Crown (Met Office) & Contributors. +# Copyright (C) 2006-2021 British Crown (Met Office) & Contributors. # # This file is part of FCM, tools for managing and building source code. # @@ -1341,6 +1341,6 @@ working directory. =head1 COPYRIGHT -Copyright (C) 2006-2019 British Crown (Met Office) & Contributors.. +Copyright (C) 2006-2021 British Crown (Met Office) & Contributors. =cut diff --git a/bin/fcm_internal b/bin/fcm_internal index 35972853..dcd10a07 100755 --- a/bin/fcm_internal +++ b/bin/fcm_internal @@ -1,6 +1,6 @@ #!/usr/bin/env perl #------------------------------------------------------------------------------- -# Copyright (C) 2006-2019 British Crown (Met Office) & Contributors. +# Copyright (C) 2006-2021 British Crown (Met Office) & Contributors. # # This file is part of FCM, tools for managing and building source code. # @@ -624,6 +624,6 @@ and should never be called directly by the user. =head1 COPYRIGHT -Copyright (C) 2006-2019 British Crown (Met Office) & Contributors.. +Copyright (C) 2006-2021 British Crown (Met Office) & Contributors. =cut diff --git a/bin/fcm_test_battery b/bin/fcm_test_battery index f0658104..cd4e3f8e 100755 --- a/bin/fcm_test_battery +++ b/bin/fcm_test_battery @@ -1,6 +1,6 @@ #!/usr/bin/env bash #------------------------------------------------------------------------------- -# Copyright (C) 2006-2019 British Crown (Met Office) & Contributors. +# Copyright (C) 2006-2021 British Crown (Met Office) & Contributors. # # This file is part of FCM, tools for managing and building source code. # diff --git a/doc/collaboration/index.html b/doc/collaboration/index.html index 6679fc9c..047bc453 100644 --- a/doc/collaboration/index.html +++ b/doc/collaboration/index.html @@ -467,7 +467,7 @@