Skip to content

Commit 08593fb

Browse files
committed
Updated copyright and license info.
1 parent c70810c commit 08593fb

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

log4sh_base

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# $Id$
21
# vim:et:ft=sh:sts=2:sw=2
32
#
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.
75
#
86
# 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)
1010
#
1111
# This module implements something like the log4j module from the Apache group.
1212

log4sh_base_test.sh

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
#! /bin/sh
2-
# $Id$
1+
#!/bin/sh
32
# vim:et:ft=sh:sts=2:sw=2
43
#
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.
86
#
97
# log4sh unit test for the ConsoleAppender.
8+
# https://github.com/kward/log4sh
9+
#
10+
# Author: kate.ward@forestent.com (Kate Ward)
1011

1112
# load test helpers
1213
. ./log4sh_test_helpers

0 commit comments

Comments
 (0)