diff --git a/src/crypto.zig b/src/sys/libcrypto.zig similarity index 92% rename from src/crypto.zig rename to src/sys/libcrypto.zig index 58f6349f..6b5657f6 100644 --- a/src/crypto.zig +++ b/src/sys/libcrypto.zig @@ -1,3 +1,21 @@ +// Copyright (C) 2023-2026 Lightpanda (Selecy SAS) +// +// Francis Bouvier +// Pierre Tachoire +// +// This program 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. +// +// This program 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 this program. If not, see . + //! libcrypto utilities we use throughout browser. const std = @import("std");