[Dart-dev] DART/branches Revision: 10977

dart at ucar.edu dart at ucar.edu
Wed Feb 1 11:15:45 MST 2017


thoar at ucar.edu
2017-02-01 11:15:42 -0700 (Wed, 01 Feb 2017)
267
Removing the copyright years from the notice (approved by Meg Mcclellan in UCAR Legal)
Adding copyright notices and svn footers as needed.
Setting svn properties on files that needed it.
Only working on Fortran source code for this batch.
More file types to follow.




Modified: DART/branches/rma_trunk/adaptive_inflate/adaptive_inflate_mod.f90
===================================================================
--- DART/branches/rma_trunk/adaptive_inflate/adaptive_inflate_mod.f90	2017-02-01 00:50:20 UTC (rev 10976)
+++ DART/branches/rma_trunk/adaptive_inflate/adaptive_inflate_mod.f90	2017-02-01 18:15:42 UTC (rev 10977)
@@ -1,10 +1,11 @@
-! DART software - Copyright 2004 - 2013 UCAR. This open source software is
-! provided by UCAR, "as is", without charge, subject to all terms of use at
+! DART software - Copyright UCAR. This open source software is provided
+! by UCAR, "as is", without charge, subject to all terms of use at
 ! http://www.image.ucar.edu/DAReS/DART/DART_download
 !
 ! $Id$ 
 
 !> Operations and storage required for various adaptive inflation algorithms
+
 module adaptive_inflate_mod
 
 !> \defgroup adaptive_inflate adaptive_inflate_mod

Modified: DART/branches/rma_trunk/adaptive_inflate/fill_inflation_restart.f90
===================================================================
--- DART/branches/rma_trunk/adaptive_inflate/fill_inflation_restart.f90	2017-02-01 00:50:20 UTC (rev 10976)
+++ DART/branches/rma_trunk/adaptive_inflate/fill_inflation_restart.f90	2017-02-01 18:15:42 UTC (rev 10977)
@@ -1,5 +1,5 @@
-! DART software - Copyright 2004 - 2013 UCAR. This open source software is
-! provided by UCAR, "as is", without charge, subject to all terms of use at
+! DART software - Copyright UCAR. This open source software is provided
+! by UCAR, "as is", without charge, subject to all terms of use at
 ! http://www.image.ucar.edu/DAReS/DART/DART_download
 !
 ! $Id$ 

Modified: DART/branches/rma_trunk/assim_model/arestart_pnetcdf_mod.f90
===================================================================
--- DART/branches/rma_trunk/assim_model/arestart_pnetcdf_mod.f90	2017-02-01 00:50:20 UTC (rev 10976)
+++ DART/branches/rma_trunk/assim_model/arestart_pnetcdf_mod.f90	2017-02-01 18:15:42 UTC (rev 10977)
@@ -1,3 +1,9 @@
+! DART software - Copyright UCAR. This open source software is provided
+! by UCAR, "as is", without charge, subject to all terms of use at
+! http://www.image.ucar.edu/DAReS/DART/DART_download
+!
+! $Id$
+
 module arestart_pnetcdf_mod
 
 use pnetcdf_utilities_mod, only : pnet_check
@@ -11,7 +17,10 @@
 implicit none
 private
 
-public :: aread_state_restart_parallel, aread_state_restart_giant, awrite_state_restart_parallel, awrite_state_restart_giant
+public :: aread_state_restart_parallel, &
+          aread_state_restart_giant, &
+          awrite_state_restart_parallel, &
+          awrite_state_restart_giant
 
 contains
 
@@ -297,3 +306,9 @@
 !----------------------------------------------------------------------
 
 end module arestart_pnetcdf_mod
+
+! <next few lines under version control, do not edit>
+! $URL$
+! $Id$
+! $Revision$
+! $Date$

Modified: DART/branches/rma_trunk/assim_model/assim_model_mod.f90
===================================================================
--- DART/branches/rma_trunk/assim_model/assim_model_mod.f90	2017-02-01 00:50:20 UTC (rev 10976)
+++ DART/branches/rma_trunk/assim_model/assim_model_mod.f90	2017-02-01 18:15:42 UTC (rev 10977)
@@ -1,5 +1,5 @@
-! DART software - Copyright 2004 - 2013 UCAR. This open source software is
-! provided by UCAR, "as is", without charge, subject to all terms of use at
+! DART software - Copyright UCAR. This open source software is provided
+! by UCAR, "as is", without charge, subject to all terms of use at
 ! http://www.image.ucar.edu/DAReS/DART/DART_download
 !
 ! $Id$

Modified: DART/branches/rma_trunk/assim_model/null_arestart_pnetcdf_mod.f90
===================================================================
--- DART/branches/rma_trunk/assim_model/null_arestart_pnetcdf_mod.f90	2017-02-01 00:50:20 UTC (rev 10976)
+++ DART/branches/rma_trunk/assim_model/null_arestart_pnetcdf_mod.f90	2017-02-01 18:15:42 UTC (rev 10977)
@@ -1,3 +1,9 @@
+! DART software - Copyright UCAR. This open source software is provided
+! by UCAR, "as is", without charge, subject to all terms of use at
+! http://www.image.ucar.edu/DAReS/DART/DART_download
+!
+! $Id$
+
 module arestart_pnetcdf_mod
 
 use time_manager_mod, only : time_type
@@ -78,4 +84,10 @@
 
 !----------------------------------------------------------------------
 
-end module arestart_pnetcdf_mod


More information about the Dart-dev mailing list