|
1 | 1 | /* |
2 | | -
|
3 | | -####################################################################################### |
4 | | -Author: NerdOfCode |
5 | | -Purpose: A work in progress shell built in C... Designed to be lightweight and fast... |
6 | | -Tested on: Ubuntu Server 16.04 |
7 | | -Status: Working --> ^^^ |
8 | | -License: Apache-2.0 |
9 | | -Updated on: 9/24/18 |
10 | | -####################################################################################### |
11 | | -
|
12 | | -######################################################### |
13 | | -Documentation: Can be found on the github repository at: |
14 | | -https://github.com/NerdOfCode/Restricted-Shell |
15 | | -######################################################### |
| 2 | + *Licensed to the Apache Software Foundation (ASF) under one |
| 3 | + *or more contributor license agreements. See the NOTICE file |
| 4 | + *distributed with this work for additional information |
| 5 | + *regarding copyright ownership. The ASF licenses this file |
| 6 | + *to you under the Apache License, Version 2.0 (the |
| 7 | + *"License"); you may not use this file except in compliance |
| 8 | + *with the License. You may obtain a copy of the License at |
| 9 | + * |
| 10 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | + * |
| 12 | + *Unless required by applicable law or agreed to in writing, |
| 13 | + *software distributed under the License is distributed on an |
| 14 | + *"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | + *KIND, either express or implied. See the License for the |
| 16 | + *specific language governing permissions and limitations |
| 17 | + *under the License. |
| 18 | +
|
| 19 | +
|
| 20 | +
|
| 21 | +
|
| 22 | + ####################################################################################### |
| 23 | + Author: NerdOfCode |
| 24 | + Tested on: Ubuntu Server 16.04 |
| 25 | + Status: Working --> ^^^ |
| 26 | + License: Apache-2.0 |
| 27 | + Updated on: 9/29/18 |
| 28 | + ####################################################################################### |
| 29 | +
|
| 30 | + ######################################################### |
| 31 | + Documentation: Can be found on the github repository at: |
| 32 | + https://github.com/NerdOfCode/Restricted-Shell |
| 33 | + ######################################################### |
16 | 34 |
|
17 | 35 | */ |
18 | 36 |
|
| 37 | + |
19 | 38 | #include <stdio.h> |
20 | 39 | #include <string.h> |
21 | 40 | #include <stdlib.h> |
|
0 commit comments