X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=path_add-function;h=9537fe73076a308e22000c53b95902f00f7f7fbb;hb=ede2c5bdb0d26e609317ee47d691aa6673d3ac1f;hp=0dbaf9fa58de4533c48d68826ce03c37416959ac;hpb=06acbd75ee97673742cac6b3456e9982d40e74bf;p=distro-setup diff --git a/path_add-function b/path_add-function index 0dbaf9f..9537fe7 100644 --- a/path_add-function +++ b/path_add-function @@ -1,8 +1,22 @@ #!/bin/bash +# Copyright (C) 2016 Ian Kelling + +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + # avoiding bashisms so it can be used in edge cases where I don't have bash, # however, I'm not super confident that I've avoided them all # -# path_add() { local help="usage: path_add [options] PATH --help: print this