diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-06-08 17:37:01 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-06-08 17:37:01 +0800 |
commit | 498512e63f637dac11165529734df616e9f1eee0 (patch) | |
tree | c4af0f6b4c3be46c414e6975ee863a2dd4a56a79 | |
parent | cc6370366dfab801233d7aa99f7b1900125185c6 (diff) | |
download | aptitude-498512e63f637dac11165529734df616e9f1eee0.tar.gz |
Touch copyright notice in cmdline_util
-rw-r--r-- | src/cmdline/cmdline_util.cc | 1 | ||||
-rw-r--r-- | src/cmdline/cmdline_util.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/cmdline/cmdline_util.cc b/src/cmdline/cmdline_util.cc index 22045fcb..bb0eb2fb 100644 --- a/src/cmdline/cmdline_util.cc +++ b/src/cmdline/cmdline_util.cc @@ -1,6 +1,7 @@ // cmdline_util.cc // // Copyright (C) 2004, 2010 Daniel Burrows +// Copyright (C) 2012 Daniel Hartwig // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/src/cmdline/cmdline_util.h b/src/cmdline/cmdline_util.h index b87daa1d..e11722a4 100644 --- a/src/cmdline/cmdline_util.h +++ b/src/cmdline/cmdline_util.h @@ -1,6 +1,7 @@ // cmdline_util.h -*-c++-*- // // Copyright (C) 2004, 2010 Daniel Burrows +// Copyright (C) 2012 Daniel Hartwig // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as |