Skip to content

Commit

Permalink
add some copyright headers
Browse files Browse the repository at this point in the history
remove some old contrib scripts
  • Loading branch information
padthaitofuhot committed May 10, 2017
1 parent 8f5681a commit 5661db3
Show file tree
Hide file tree
Showing 11 changed files with 80 additions and 1,164 deletions.
9 changes: 9 additions & 0 deletions bootstrap_plugins/us_en.i18n.plugin.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
#!/usr/bin/env bash
# Copyright (c) 2015 EMC Corporation
# All Rights Reserved
#
# This software contains the intellectual property of EMC Corporation
# or is licensed to EMC Corporation from third parties. Use of this
# software and the intellectual property contained therein is expressly
# limited to the terms and conditions of the License Agreement under which
# it is provided by or on behalf of EMC.

error_building_ecs_install_image() {
error "We couldn't build the ecs-install image for some reason. Please check the logs."
error "If it's something simple, such as a missing base image (we use python:2.7-alpine),"
Expand Down
364 changes: 0 additions & 364 deletions contrib/scripts/apkfastestmirror.sh

This file was deleted.

10 changes: 10 additions & 0 deletions contrib/scripts/fwd_settings.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
#!/bin/bash

# Copyright (c) 2015 EMC Corporation
# All Rights Reserved
#
# This software contains the intellectual property of EMC Corporation
# or is licensed to EMC Corporation from third parties. Use of this
# software and the intellectual property contained therein is expressly
# limited to the terms and conditions of the License Agreement under which
# it is provided by or on behalf of EMC.

# Updates FirewallD settings with trusted ports in accordance with ECS requirements.

tcpadd=( 2 25 111 80 389 443 636 1095 1096 1098 1198 1298 2049 2181 2889 3218 4443 5120 5123 7399 7400 7578 9010 9011 9020-9025 9028 9029 9040 9069 9091 9094-9101 9111 9201-9206 9208 9209 9212 9230 9250 9888 9898 )
Expand Down
Loading

0 comments on commit 5661db3

Please sign in to comment.