From 62e5aaf4f88c6cd30de9c1ace2d070d1be14227d Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Sat, 12 Feb 2022 17:03:35 -0300 Subject: [PATCH] Add license comment --- proto/src/main/proto/pb.proto | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/proto/src/main/proto/pb.proto b/proto/src/main/proto/pb.proto index 0dc10ca5b8..8a63d6a1c1 100644 --- a/proto/src/main/proto/pb.proto +++ b/proto/src/main/proto/pb.proto @@ -1,3 +1,20 @@ +/* + * This file is part of Bisq. + * + * Bisq is free software: you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or (at + * your option) any later version. + * + * Bisq is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public + * License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with Bisq. If not, see . + */ + syntax = "proto3"; package io.bisq.protobuffer; option java_package = "protobuf";