Skip to content

Commit

Permalink
Updated copyright and license info.
Browse files Browse the repository at this point in the history
  • Loading branch information
kward committed Jan 17, 2018
1 parent c70810c commit 08593fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions log4sh_base
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $Id$
# vim:et:ft=sh:sts=2:sw=2
#
# Copyright 2008 Kate Ward. All Rights Reserved.
# Released under the LGPL (GNU Lesser General Public License)
# Author: [email protected] (Kate Ward)
# Copyright 2008-2018 Kate Ward. All Rights Reserved.
# Released under the Apache License 2.0 license.
#
# Logging framework 4 SHell scripts
# http://log4sh.sourceforge.net/
# https://github.com/kward/log4sh
#
# Author: [email protected] (Kate Ward)
#
# This module implements something like the log4j module from the Apache group.

Expand Down
11 changes: 6 additions & 5 deletions log4sh_base_test.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#! /bin/sh
# $Id$
#!/bin/sh
# vim:et:ft=sh:sts=2:sw=2
#
# Copyright 2008 Kate Ward. All Rights Reserved.
# Released under the LGPL (GNU Lesser General Public License)
# Author: [email protected] (Kate Ward)
# Copyright 2008-2018 Kate Ward. All Rights Reserved.
# Released under the Apache License 2.0 license.
#
# log4sh unit test for the ConsoleAppender.
# https://github.com/kward/log4sh
#
# Author: [email protected] (Kate Ward)

# load test helpers
. ./log4sh_test_helpers
Expand Down

0 comments on commit 08593fb

Please sign in to comment.