Skip to content

Commit 935dbdd

Browse files
committed
Update copyright.
1 parent 993cb0f commit 935dbdd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+45
-44
lines changed

doc/developer/updatecopyright.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

3-
for suffix in .cc .hh .am .py .i; do
3+
for suffix in .cc .icc .hh .h .am .py .i .odb .dat .in; do
44
for f in `find . -name "*$suffix"` configure.ac aclocal.m4 CHANGES README COPYING; do
5-
sed -e "s/Copyright (c) 2010 University of California, Davis/Copyright (c) 2010-2012 University of California, Davis/g" $f > tmp && mv -f tmp $f
5+
sed -e "s/Copyright (c) 2010 University of California, Davis/Copyright (c) 2010-2015 University of California, Davis/g" $f > tmp && mv -f tmp $f
6+
sed -e "s/Copyright (c) 2010-2014 University of California, Davis/Copyright (c) 2010-2015 University of California, Davis/g" $f > tmp && mv -f tmp $f
67
done
78
done

libsrc/spatialdata/geocoords/CSCart.icc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// This code was developed as part of the Computational Infrastructure
88
// for Geodynamics (http://geodynamics.org).
99
//
10-
// Copyright (c) 2010 University of California, Davis
10+
// Copyright (c) 2010-2015 University of California, Davis
1111
//
1212
// See COPYING for license information.
1313
//

libsrc/spatialdata/geocoords/CSGeo.icc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// This code was developed as part of the Computational Infrastructure
88
// for Geodynamics (http://geodynamics.org).
99
//
10-
// Copyright (c) 2010 University of California, Davis
10+
// Copyright (c) 2010-2015 University of California, Davis
1111
//
1212
// See COPYING for license information.
1313
//

libsrc/spatialdata/geocoords/CSGeoLocalCart.icc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// This code was developed as part of the Computational Infrastructure
88
// for Geodynamics (http://geodynamics.org).
99
//
10-
// Copyright (c) 2010 University of California, Davis
10+
// Copyright (c) 2010-2015 University of California, Davis
1111
//
1212
// See COPYING for license information.
1313
//

libsrc/spatialdata/geocoords/CSGeoProj.icc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// This code was developed as part of the Computational Infrastructure
88
// for Geodynamics (http://geodynamics.org).
99
//
10-
// Copyright (c) 2010 University of California, Davis
10+
// Copyright (c) 2010-2015 University of California, Davis
1111
//
1212
// See COPYING for license information.
1313
//

libsrc/spatialdata/geocoords/CoordSys.icc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// This code was developed as part of the Computational Infrastructure
88
// for Geodynamics (http://geodynamics.org).
99
//
10-
// Copyright (c) 2010 University of California, Davis
10+
// Copyright (c) 2010-2015 University of California, Davis
1111
//
1212
// See COPYING for license information.
1313
//

libsrc/spatialdata/geocoords/Geoid.icc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// This code was developed as part of the Computational Infrastructure
88
// for Geodynamics (http://geodynamics.org).
99
//
10-
// Copyright (c) 2010 University of California, Davis
10+
// Copyright (c) 2010-2015 University of California, Davis
1111
//
1212
// See COPYING for license information.
1313
//

libsrc/spatialdata/geocoords/Projector.icc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// This code was developed as part of the Computational Infrastructure
88
// for Geodynamics (http://geodynamics.org).
99
//
10-
// Copyright (c) 2010 University of California, Davis
10+
// Copyright (c) 2010-2015 University of California, Davis
1111
//
1212
// See COPYING for license information.
1313
//

libsrc/spatialdata/geocoords/proj4fwd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// This code was developed as part of the Computational Infrastructure
88
// for Geodynamics (http://geodynamics.org).
99
//
10-
// Copyright (c) 2010 University of California, Davis
10+
// Copyright (c) 2010-2015 University of California, Davis
1111
//
1212
// See COPYING for license information.
1313
//

libsrc/spatialdata/spatialdb/Exception.icc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// This code was developed as part of the Computational Infrastructure
88
// for Geodynamics (http://geodynamics.org).
99
//
10-
// Copyright (c) 2010 University of California, Davis
10+
// Copyright (c) 2010-2015 University of California, Davis
1111
//
1212
// See COPYING for license information.
1313
//

0 commit comments

Comments
 (0)