------------------------------------------------------------ revno: 1529 committer: Steve Langasek <[email protected]> branch nick: upstream timestamp: Thu 2013-09-12 16:44:17 -0700 message: Correct the copyright notice: - Scott's copyright applies to code written in 2011 only - Canonical's copyright dates back to 2006 modified: ChangeLog configure.ac
-- lp:upstart https://code.launchpad.net/~upstart-devel/upstart/trunk Your team Upstart Reviewers is subscribed to branch lp:upstart. To unsubscribe from this branch go to https://code.launchpad.net/~upstart-devel/upstart/trunk/+edit-subscription
=== modified file 'ChangeLog' --- ChangeLog 2013-09-05 16:19:06 +0000 +++ ChangeLog 2013-09-12 23:44:17 +0000 @@ -1,3 +1,8 @@ +2013-09-12 Steve Langasek <[email protected]> + + * configure.ac: + - correct the copyright notice. + 2013-09-05 James Hunt <[email protected]> * util/tests/test_initctl.c: test_quiesce(): === modified file 'configure.ac' --- configure.ac 2013-08-23 14:52:16 +0000 +++ configure.ac 2013-09-12 23:44:17 +0000 @@ -2,7 +2,7 @@ AC_PREREQ(2.61) AC_INIT([upstart], [1.11], [[email protected]]) -NIH_COPYRIGHT([[Copyright © 2013 Scott James Remnant, Canonical Ltd.]]) +NIH_COPYRIGHT([[Copyright © 2006-2013 Canonical Ltd., 2011 Scott James Remnant]]) AC_CONFIG_SRCDIR([init/main.c]) AC_CONFIG_MACRO_DIR([m4])
-- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
