From a5c6cf61b9b5a3ff83499293ab40ecc175023bfd Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Wed, 26 Feb 2020 03:24:52 -0500 Subject: [PATCH] add file-header command --- LICENSE.md | 4 ++-- bubble-server/src/main/java/bubble/main/BubbleMain.java | 4 +++- utils/cobbzilla-utils | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 0b3ce5a2..103c341c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -9,8 +9,8 @@ non-commercial, you may use this software under the terms of the GNU Affero Gene summarized below and reprinted in full thereafter. ```text - Bubble - a privacy-first VPN - Copyright (C) 2019 Bubble, Inc. + Bubble - a privacy-first VPN application platform + Copyright (C) 2020 Bubble, Inc. 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 diff --git a/bubble-server/src/main/java/bubble/main/BubbleMain.java b/bubble-server/src/main/java/bubble/main/BubbleMain.java index e6f34c5d..a1d687c0 100644 --- a/bubble-server/src/main/java/bubble/main/BubbleMain.java +++ b/bubble-server/src/main/java/bubble/main/BubbleMain.java @@ -7,6 +7,7 @@ import bubble.main.http.BubbleHttpPutMain; import bubble.server.BubbleServer; import org.cobbzilla.util.collection.MapBuilder; import org.cobbzilla.util.main.ConstMain; +import org.cobbzilla.util.main.FileHeaderMain; import org.cobbzilla.util.string.StringUtil; import org.cobbzilla.wizard.main.MainBase; import org.slf4j.bridge.SLF4JBridgeHandler; @@ -30,7 +31,8 @@ public class BubbleMain { {"crypt", CryptMain.class}, {"rekey", RekeyDatabaseMain.class}, {"generate-algo-conf", GenerateAlgoConfMain.class}, - {"const", ConstMain.class} + {"const", ConstMain.class}, + {"file-header", FileHeaderMain.class} }); public static void main(String[] args) throws Exception { diff --git a/utils/cobbzilla-utils b/utils/cobbzilla-utils index fb7fe350..523fa176 160000 --- a/utils/cobbzilla-utils +++ b/utils/cobbzilla-utils @@ -1 +1 @@ -Subproject commit fb7fe350cd4fe0f0338d37e551a0112cfa2e7835 +Subproject commit 523fa176e7f54f74b44e6f9b30ae6a6a69e56432