diff options
author | 2010-08-14 01:31:32 -0400 | |
---|---|---|
committer | 2010-08-14 01:31:32 -0400 | |
commit | b1331fcd84ee3c68341d2ed3cd47fc37207607eb (patch) | |
tree | ed639b5ff7d3cccc43ab14ba70c4bd22966e40ad | |
parent | start a TODO file (diff) | |
download | crossdev-b1331fcd84ee3c68341d2ed3cd47fc37207607eb.tar.gz crossdev-b1331fcd84ee3c68341d2ed3cd47fc37207607eb.tar.bz2 crossdev-b1331fcd84ee3c68341d2ed3cd47fc37207607eb.zip |
update copyrights
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | settings.mk | 2 | ||||
-rw-r--r-- | wrappers/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# Copyright 2008 Gentoo Foundation +# Copyright 2008-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 include settings.mk diff --git a/settings.mk b/settings.mk index 6f4be1a..21063b9 100644 --- a/settings.mk +++ b/settings.mk @@ -1,4 +1,4 @@ -# Copyright 2008 Gentoo Foundation +# Copyright 2008-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESTDIR ?= diff --git a/wrappers/Makefile b/wrappers/Makefile index 815a392..eaa4115 100644 --- a/wrappers/Makefile +++ b/wrappers/Makefile @@ -1,4 +1,4 @@ -# Copyright 2008 Gentoo Foundation +# Copyright 2008-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 include ../settings.mk |