Browse Source

add copyright headers

tags/v0.17.0
Jonathan Cobb 4 years ago
parent
commit
6e452e3214
2 changed files with 6 additions and 1 deletions
  1. +3
    -0
      bin/jenkins/mvn
  2. +3
    -1
      bin/jenkins/test-redis

+ 3
- 0
bin/jenkins/mvn View File

@@ -1,4 +1,7 @@
#!/bin/bash #!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
#
THISDIR=$(cd $(dirname ${0}) && pwd) THISDIR=$(cd $(dirname ${0}) && pwd)
WORKSPACE_DIR=$(cd ${THISDIR}/../.. && pwd) WORKSPACE_DIR=$(cd ${THISDIR}/../.. && pwd)
WORKSPACE_NAME=$(basename ${WORKSPACE_DIR}) WORKSPACE_NAME=$(basename ${WORKSPACE_DIR})


+ 3
- 1
bin/jenkins/test-redis View File

@@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash

#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
#
THISDIR=$(cd $(dirname ${0}) && pwd) THISDIR=$(cd $(dirname ${0}) && pwd)
WORKSPACE_DIR=$(cd ${THISDIR}/../.. && pwd) WORKSPACE_DIR=$(cd ${THISDIR}/../.. && pwd)
WORKSPACE_NAME=$(basename ${WORKSPACE_DIR}) WORKSPACE_NAME=$(basename ${WORKSPACE_DIR})


Loading…
Cancel
Save