File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
- # $Id$
2
1
# vim:et:ft=sh:sts=2:sw=2
3
2
#
4
- # Copyright 2008 Kate Ward. All Rights Reserved.
5
- # Released under the LGPL (GNU Lesser General Public License)
6
- # Author: kate.ward@forestent.com (Kate Ward)
3
+ # Copyright 2008-2018 Kate Ward. All Rights Reserved.
4
+ # Released under the Apache License 2.0 license.
7
5
#
8
6
# Logging framework 4 SHell scripts
9
- # http://log4sh.sourceforge.net/
7
+ # https://github.com/kward/log4sh
8
+ #
9
+ # Author: kate.ward@forestent.com (Kate Ward)
10
10
#
11
11
# This module implements something like the log4j module from the Apache group.
12
12
Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- # $Id$
1
+ #! /bin/sh
3
2
# vim:et:ft=sh:sts=2:sw=2
4
3
#
5
- # Copyright 2008 Kate Ward. All Rights Reserved.
6
- # Released under the LGPL (GNU Lesser General Public License)
7
- # Author: kate.ward@forestent.com (Kate Ward)
4
+ # Copyright 2008-2018 Kate Ward. All Rights Reserved.
5
+ # Released under the Apache License 2.0 license.
8
6
#
9
7
# log4sh unit test for the ConsoleAppender.
8
+ # https://github.com/kward/log4sh
9
+ #
10
+ # Author: kate.ward@forestent.com (Kate Ward)
10
11
11
12
# load test helpers
12
13
. ./log4sh_test_helpers
You can’t perform that action at this time.
0 commit comments