Add and update license headers
[sdnvpn.git] / sdnvpn / test / functest / testcase_3.py
1 #!/usr/bin/python
2 #
3 # Copyright (c) 2017 All rights reserved
4 # This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 #
8 # http://www.apache.org/licenses/LICENSE-2.0
9 #
10
11
12 def main():
13     pass
14
15
16 if __name__ == '__main__':
17     main()