mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-15 20:22:06 +01:00
9 lines
198 B
Java
9 lines
198 B
Java
|
// SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
|
||
|
//
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
/**
|
||
|
* Bindings for SOP subcommands to a SOP binary.
|
||
|
*/
|
||
|
package sop.binary.operation;
|