Updated Copyright and deleted white spaces at end of line.
This commit is contained in:
parent
3f321736c8
commit
44990e6e40
3 changed files with 19 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash -l
|
#!/bin/bash -l
|
||||||
#
|
#
|
||||||
# Christoph Niethammer <niethammer@hlrs.de>, (c) 2012
|
# Copyright (c) 2012-2015 Christoph Niethammer <niethammer@hlrs.de>
|
||||||
#
|
#
|
||||||
# Script checking the module environment for problems during module loading/unloading
|
# Script checking the module environment for problems during module loading/unloading
|
||||||
#
|
#
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Script checking the right permissions for software installations:
|
# Script checking the right permissions for software installations:
|
||||||
# Ordinary files must at least have permissions 664 and directories 755.
|
# Ordinary files must at least have permissions 664 and directories 755.
|
||||||
#
|
#
|
||||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2010-2012
|
# Copyright (c) 2010-2015 Christoph Niethammer <niethammer@hlrs.de>
|
||||||
#
|
#
|
||||||
|
|
||||||
declare -r APP_NAME="${0##*/}"
|
declare -r APP_NAME="${0##*/}"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python2.6
|
#!/usr/bin/env python2.6
|
||||||
#
|
#
|
||||||
# Copyright(c) 2013 Christoph Niethammer <niethammer@hlrs.de>
|
# Copyright(c) 2013-2015 Christoph Niethammer <niethammer@hlrs.de>
|
||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in a new issue