mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-15 20:22:06 +01:00
8 lines
254 B
Java
8 lines
254 B
Java
// SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
/**
|
|
* Implementation of sop-java which delegates execution to a binary implementing the SOP command line interface.
|
|
*/
|
|
package sop.external;
|