Skip to content

Commit

Permalink
Mark as 2.7 release, rebrand to EarthScope
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-iris committed Jan 6, 2023
1 parent a2b177d commit 6bfc54a
Show file tree
Hide file tree
Showing 28 changed files with 62 additions and 54 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2022.074: version 2.7RC
2022.074: version 2.7
- Add buffer scanning limit fix from [email protected].

2020.048:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Copyright (C) 2020 Chad Trabant, IRIS Data Management Center
Copyright (C) 2022 Chad Trabant, EarthScope Data Services

## Acknowlegements --

Expand All @@ -53,4 +53,5 @@ patches submitted by others. Individual acknowlegements are included
in the ChangeLog. Thank you!

Initial development at the ORFEUS Data Center/EC MEREDIAN Project
Continuing maintenance at the IRIS Data Management Center
Continuing maintenance at the IRIS Data Management Center, now
EarthScope Data Services.
4 changes: 2 additions & 2 deletions config.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (C) 2020:
* @author Chad Trabant, IRIS Data Management Center
* Copyright (C) 2022:
* @author Chad Trabant, EarthScope Data Services
***************************************************************************/

#include <errno.h>
Expand Down
7 changes: 4 additions & 3 deletions doc/sl_addstream.3
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ On success these functions return 0, on error -1.
.SH EXAMPLE
.nf
#include <libslink.h>

main () {
SLCD * slconn;

...

sl_addstream (slconn, "GE", "APE", 0, -1, 0);
Expand Down Expand Up @@ -68,5 +68,6 @@ for each stream entry with these functions it is much easier to use
.nf
Chad Trabant
Developed while at ORFEUS Data Center/EC-Project MEREDIAN
Currently at IRIS Data Management Center
Then at IRIS Data Managment Center
Currently at EarthScope Data Services
.fi
7 changes: 4 additions & 3 deletions doc/sl_collect.3
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ sl_collect, sl_terminate \- SeedLink connection management
Using the parameters in a SeedLink Connection Description (SLCD)
\fBsl_collect\fP will persistantly maintain a connection to SeedLink
server. Designed to run in a tight loop at the heart of a client
program, this function blocks until a packet is received. When a
program, this function blocks until a packet is received. When a
packet is received \fIslpack\fP is set to the packet address and a
positive integer is returned. Based on the \fIkeepalive\fP,
\fInetto\fP and \fInetdly\fP parameters in the SLCD, the function will
send keep alive packets and reconnect when necessary. When the
send keep alive packets and reconnect when necessary. When the
\fIterminate\fP flag is set in the SLCD \fBsl_collect\fP will close
the network connection, finish passing received packets to the calling
program and finally return NULL when the buffer is empty.
Expand Down Expand Up @@ -132,5 +132,6 @@ shutdown the client using \fBsl_terminate\fP.
.nf
Chad Trabant
Developed while at ORFEUS Data Center/EC-Project MEREDIAN
Currently at IRIS Data Management Center
Then at IRIS Data Managment Center
Currently at EarthScope Data Services
.fi
9 changes: 5 additions & 4 deletions doc/sl_log.3
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ A simple example of setting the default verbosity:

.nf
#include <libslink.h>

main () {
int verbosity;

... get desired verbosity from command line, etc.
... get desired verbosity from command line, etc.

sl_loginit (verbose, NULL, NULL, NULL, NULL);

Expand All @@ -145,7 +145,7 @@ void diag_print (const char *message);
main () {
int verbosity;

... get desired verbosity from command line, etc.
... get desired verbosity from command line, etc.

sl_loginit (verbose, &log_print, "LOG: ", &diag_print, "ERR: ");

Expand Down Expand Up @@ -174,5 +174,6 @@ void diag_print (const char *message) {
.nf
Chad Trabant
Developed while at ORFEUS Data Center/EC-Project MEREDIAN
Currently at IRIS Data Management Center
Then at IRIS Data Managment Center
Currently at EarthScope Data Services
.fi
3 changes: 2 additions & 1 deletion doc/sl_msr_new.3
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,6 @@ resulting in well behaved C strings.
.nf
Chad Trabant
Developed while at ORFEUS Data Center/EC-Project MEREDIAN
Currently at IRIS Data Management Center
Then at IRIS Data Managment Center
Currently at EarthScope Data Services
.fi
3 changes: 2 additions & 1 deletion doc/sl_newslcd.3
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,6 @@ the system anyway.
.nf
Chad Trabant
Developed while at ORFEUS Data Center/EC-Project MEREDIAN
Currently at IRIS Data Management Center
Then at IRIS Data Managment Center
Currently at EarthScope Data Services
.fi
2 changes: 1 addition & 1 deletion doc/sl_packettype.3
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ the \fBsl_collect\fP family of functions.
.nf
Chad Trabant
Developed while at ORFEUS Data Center/EC-Project MEREDIAN
Currently at IRIS Data Management Center
Currently at EarthScope Data Services
.fi
4 changes: 2 additions & 2 deletions doc/sl_ping.3
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sl_ping \- Test the existence of a SeedLink server
.SH SYNOPSIS
.nf
.B #include <libslink.h>
.sp
.sp
.BI "int \fBsl_ping\fP (SLCD * " slconn ", char *" serverid ", char *" site ");
.fi
.SH DESCRIPTION
Expand All @@ -23,5 +23,5 @@ when the socket conneciton could not be opened.
.SH AUTHOR
.nf
Chad Trabant
IRIS Data Management Center
EarthScope Data Services
.fi
2 changes: 1 addition & 1 deletion doc/sl_read_streamlist.3
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ chain or -1 on error.
.nf
Chad Trabant
Developed while at ORFEUS Data Center/EC-Project MEREDIAN
Currently at IRIS Data Management Center
Currently at EarthScope Data Services
.fi
2 changes: 1 addition & 1 deletion doc/sl_request_info.3
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ See \fBsl_collect\fP(3) for an example.
.nf
Chad Trabant
Developed while at ORFEUS Data Center/EC-Project MEREDIAN
Currently at IRIS Data Management Center
Currently at EarthScope Data Services
.fi
2 changes: 1 addition & 1 deletion doc/sl_savestate.3
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ saving of state information.
.nf
Chad Trabant
Developed while at ORFEUS Data Center/EC-Project MEREDIAN
Currently at IRIS Data Management Center
Currently at EarthScope Data Services
.fi
5 changes: 3 additions & 2 deletions doc/sl_utils.3
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sl_strncpclean \- Copy a string while removing space characters
.SH SYNOPSIS
.nf
.B #include <libslink.h>
.sp
.sp
.BI "double \fBsl_dtime\fP (void);
.sp
.BI "int \fBsl_doy2md\fP (int " year ", int " jday ", int *" month ", int *" mday ");
Expand Down Expand Up @@ -54,5 +54,6 @@ the null terminator) copied to the destination string.
.nf
Chad Trabant
Developed while at ORFEUS Data Center/EC-Project MEREDIAN
Currently at IRIS Data Management Center
Then at IRIS Data Managment Center
Currently at EarthScope Data Services
.fi
4 changes: 2 additions & 2 deletions genutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (C) 2020:
* @author Chad Trabant, IRIS Data Management Center
* Copyright (C) 2022:
* @author Chad Trabant, EarthScope Data Services
***************************************************************************/

#include <stdio.h>
Expand Down
4 changes: 2 additions & 2 deletions gswap.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (C) 2020:
* @author Chad Trabant, IRIS Data Management Center
* Copyright (C) 2022:
* @author Chad Trabant, EarthScope Data Services
***************************************************************************/

#include <memory.h>
Expand Down
6 changes: 3 additions & 3 deletions libslink.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (C) 2020:
* @author Chad Trabant, IRIS Data Management Center
* Copyright (C) 2022:
* @author Chad Trabant, EarthScope Data Services
***************************************************************************/

#ifndef LIBSLINK_H
Expand All @@ -28,7 +28,7 @@
extern "C" {
#endif

#define LIBSLINK_VERSION "2.7.0RC" /**< libslink version */
#define LIBSLINK_VERSION "2.7.0" /**< libslink version */
#define LIBSLINK_RELEASE "2022.074" /**< libslink release date */

/** @defgroup seedlink-connection SeedLink Connection */
Expand Down
4 changes: 2 additions & 2 deletions logging.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (C) 2020:
* @author Chad Trabant, IRIS Data Management Center
* Copyright (C) 2022:
* @author Chad Trabant, EarthScope Data Services
***************************************************************************/

#include <stdarg.h>
Expand Down
5 changes: 3 additions & 2 deletions mseedformat.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This file is part of the libslink Library.
*
* Copyright (c) 2020 Chad Trabant, IRIS Data Management Center
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -16,6 +14,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (c) 2022
* @author Chad Trabant, EarthScope Data Services
***************************************************************************/

#ifndef MSEEDFORMAT_H
Expand Down
4 changes: 2 additions & 2 deletions msrecord.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (C) 2020:
* @author Chad Trabant, IRIS Data Management Center
* Copyright (C) 2022:
* @author Chad Trabant, EarthScope Data Services
***************************************************************************/

#include <stdio.h>
Expand Down
4 changes: 2 additions & 2 deletions network.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (C) 2020:
* @author Chad Trabant, IRIS Data Management Center
* Copyright (C) 2022:
* @author Chad Trabant, EarthScope Data Services
***************************************************************************/

#include <stdio.h>
Expand Down
4 changes: 2 additions & 2 deletions slplatform.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (C) 2020:
* @author Chad Trabant, IRIS Data Management Center
* Copyright (C) 2022:
* @author Chad Trabant, EarthScope Data Services
***************************************************************************/

#include <errno.h>
Expand Down
4 changes: 2 additions & 2 deletions slplatform.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (C) 2020:
* @author Chad Trabant, IRIS Data Management Center
* Copyright (C) 2022:
* @author Chad Trabant, EarthScope Data Services
***************************************************************************/

#ifndef SLPLATFORM_H
Expand Down
4 changes: 2 additions & 2 deletions slutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (C) 2020:
* @author Chad Trabant, IRIS Data Management Center
* Copyright (C) 2022:
* @author Chad Trabant, EarthScope Data Services
***************************************************************************/

#include <errno.h>
Expand Down
4 changes: 2 additions & 2 deletions statefile.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (C) 2020:
* @author Chad Trabant, IRIS Data Management Center
* Copyright (C) 2022:
* @author Chad Trabant, EarthScope Data Services
***************************************************************************/

#include <errno.h>
Expand Down
4 changes: 2 additions & 2 deletions strutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (C) 2020:
* @author Chad Trabant, IRIS Data Management Center
* Copyright (C) 2022:
* @author Chad Trabant, EarthScope Data Services
***************************************************************************/

#include <errno.h>
Expand Down
4 changes: 2 additions & 2 deletions unpack.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (C) 2020:
* @author Chad Trabant, IRIS Data Management Center
* Copyright (C) 2022:
* @author Chad Trabant, EarthScope Data Services
************************************************************************/

#include <memory.h>
Expand Down
4 changes: 2 additions & 2 deletions unpack.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Copyright (C) 2020:
* @author Chad Trabant, IRIS Data Management Center
* Copyright (C) 2022:
* @author Chad Trabant, EarthScope Data Services
***************************************************************************/


Expand Down

0 comments on commit 6bfc54a

Please sign in to comment.