Skip to content

Commit aa027e0

Browse files
committed
prep for v0.0.25 release
1 parent 8c54b65 commit aa027e0

File tree

107 files changed

+109
-109
lines changed

Some content is hidden

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

107 files changed

+109
-109
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Copyright (c) 2017, Caltech
2+
Copyright (c) 2019, Caltech
33
All rights not granted herein are expressly reserved by Caltech.
44

55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

RELEASES.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2>Making a release</h2>
6767

6868
<footer>
6969
<span><h1><A href="http://caltech.edu">Caltech</a></h1></span>
70-
<span>&copy; 2017 <a href="https://www.library.caltech.edu/copyright">Caltech library</a></span>
70+
<span>&copy; 2019 <a href="https://www.library.caltech.edu/copyright">Caltech library</a></span>
7171
<address>1200 E California Blvd, Mail Code 1-32, Pasadena, CA 91125-3200</address>
7272
<span>Phone: <a href="tel:+1-626-395-3405">(626)395-3405</a></span>
7373
<span><a href="mailto:[email protected]">Email Us</a></span>

TODO.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h2>Completed</h2>
129129

130130
<footer>
131131
<span><h1><A href="http://caltech.edu">Caltech</a></h1></span>
132-
<span>&copy; 2017 <a href="https://www.library.caltech.edu/copyright">Caltech library</a></span>
132+
<span>&copy; 2019 <a href="https://www.library.caltech.edu/copyright">Caltech library</a></span>
133133
<address>1200 E California Blvd, Mail Code 1-32, Pasadena, CA 91125-3200</address>
134134
<span>Phone: <a href="tel:+1-626-395-3405">(626)395-3405</a></span>
135135
<span><a href="mailto:[email protected]">Email Us</a></span>

cmd/csv2mdtable/csv2mdtable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// @author R. S. Doiel, <[email protected]>
66
//
7-
// Copyright (c) 2018, Caltech
7+
// Copyright (c) 2019, Caltech
88
// All rights not granted herein are expressly reserved by Caltech.
99
//
1010
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

cmd/csv2xlsx/csv2xlsx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// @Author R. S. Doiel, <[email protected]>
66
//
7-
// Copyright (c) 2018, Caltech
7+
// Copyright (c) 2019, Caltech
88
// All rights not granted herein are expressly reserved by Caltech.
99
//
1010
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

cmd/csvcleaner/csvcleaner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// @author R. S. Doiel, <[email protected]>
66
//
7-
// Copyright (c) 2018, Caltech
7+
// Copyright (c) 2019, Caltech
88
// All rights not granted herein are expressly reserved by Caltech.
99
//
1010
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

cmd/csvcols/csvcols.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// @author R. S. Doiel, <[email protected]>
66
//
7-
// Copyright (c) 2018, Caltech
7+
// Copyright (c) 2019, Caltech
88
// All rights not granted herein are expressly reserved by Caltech.
99
//
1010
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

cmd/csvfind/csvfind.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// @author R. S. Doiel, <[email protected]>
55
//
6-
// Copyright (c) 2018, Caltech
6+
// Copyright (c) 2019, Caltech
77
// All rights not granted herein are expressly reserved by Caltech.
88
//
99
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

cmd/csvjoin/csvjoin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// @author R. S. Doiel, <[email protected]>
55
//
6-
// Copyright (c) 2018, Caltech
6+
// Copyright (c) 2019, Caltech
77
// All rights not granted herein are expressly reserved by Caltech.
88
//
99
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

cmd/csvrows/csvrows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// @author R. S. Doiel, <[email protected]>
66
//
7-
// Copyright (c) 2018, Caltech
7+
// Copyright (c) 2019, Caltech
88
// All rights not granted herein are expressly reserved by Caltech.
99
//
1010
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)