diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-01-02 07:08:52 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-01-02 18:59:43 +0100 |
commit | 58cd46aa0489f1449b28806d876e46101f7b9ca9 (patch) | |
tree | 88a5b83bda44b32c4afe6f319301c50ef9a6d55b | |
parent | 393d2a78581a6f49896b81eb1dae9a8aa970c7df (diff) | |
download | buildroot-novena-58cd46aa0489f1449b28806d876e46101f7b9ca9.tar.gz buildroot-novena-58cd46aa0489f1449b28806d876e46101f7b9ca9.zip |
graph-depends: update copyright
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rwxr-xr-x | support/scripts/graph-depends | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends index 10cd76a2e..0658b777a 100755 --- a/support/scripts/graph-depends +++ b/support/scripts/graph-depends @@ -17,7 +17,7 @@ # dependencies as they are with the current Buildroot # configuration. # -# Copyright (C) 2010 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> +# Copyright (C) 2010-2013 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> import sys import subprocess |