Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrmshin committed Feb 24, 2017
1 parent 7a454e7 commit d21958b
Show file tree
Hide file tree
Showing 268 changed files with 280 additions and 267 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ for a full listing of issues for each release.

--------------------------------------------------------------------------------

## 2017.02.0 (2017-02-24)

FCM release 38.

### Noteworthy Changes

[#243](https://github.com/metomi/fcm/pull/243):
fcm switch: fix Perl warning. This happened on an unexpected usage. A user has
checked out an entire project tree, and then run `fcm switch trunk` on it.
Clearly it did not work, but the added Perl warning was not helpful either.

--------------------------------------------------------------------------------

## 2016.12.0 (2016-12-06)

FCM release 37.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and wrappers to Subversion for scientific software development

## Copyright and Terms of Use

(C) British Crown Copyright 2006-16 Met Office.
(C) British Crown Copyright 2006-17 Met Office.

FCM is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion bin/fcm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion bin/fcm_graphic_diff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion bin/fcm_graphic_merge
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion bin/fcm_gui
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion bin/fcm_internal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion bin/fcm_test_battery
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/etc/fcm-version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FCM.VERSION="2016.12.0";
FCM.VERSION="2017.02.0";
2 changes: 1 addition & 1 deletion doc/etc/fcm.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* (C) British Crown Copyright 2006-16 Met Office.
* (C) British Crown Copyright 2006-17 Met Office.
*
* This file is part of FCM.
*
Expand Down
2 changes: 1 addition & 1 deletion doc/etc/fcm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************
* (C) British Crown Copyright 2006-16 Met Office.
* (C) British Crown Copyright 2006-17 Met Office.
*
* This file is part of FCM.
*
Expand Down
2 changes: 1 addition & 1 deletion etc/svn-hooks/post-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/svn-hooks/post-revprop-change
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/svn-hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/svn-hooks/pre-revprop-change
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Admin/Config.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Admin/Project.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Admin/Runner.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Admin/System.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Admin/User.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Admin/Users/LDAP.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Admin/Users/Passwd.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Admin/Util.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/CLI.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/CLI/Exception.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/CLI/Parser.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Class/CODE.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Class/Exception.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Class/HASH.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Context/ConfigEntry.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Context/Event.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Context/Keyword.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Context/Locator.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Context/Make.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Context/Make/Build.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Context/Make/Extract.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Context/Make/Mirror.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Context/Make/Share/Property.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Context/Task.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/Exception.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/System.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/System/CM.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/System/CM/CommitMessage.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/System/CM/Prompt.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/System/CM/ResolveConflicts.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/System/CM/SVN.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/System/Exception.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/System/Make.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/System/Make/Build.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/System/Make/Build/FileType.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/System/Make/Build/FileType/C.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/System/Make/Build/FileType/CPP.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/System/Make/Build/FileType/CXX.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/FCM/System/Make/Build/FileType/Data.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# (C) British Crown Copyright 2006-16 Met Office.
# (C) British Crown Copyright 2006-17 Met Office.
#
# This file is part of FCM, tools for managing and building source code.
#
Expand Down
Loading

0 comments on commit d21958b

Please sign in to comment.