Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2611464d authored by Ed L. Cashin's avatar Ed L. Cashin Committed by Greg Kroah-Hartman
Browse files

aoe: update copyright date



Update the copyright year to 2006.

Signed-off-by: default avatar"Ed L. Cashin" <ecashin@coraid.com>
Acked-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 463c2c12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/* Copyright (c) 2004 Coraid, Inc.  See COPYING for GPL terms. */
/* Copyright (c) 2006 Coraid, Inc.  See COPYING for GPL terms. */
#define VERSION "22"
#define AOE_MAJOR 152
#define DEVICE_NAME "aoe"
+1 −1
Original line number Diff line number Diff line
/* Copyright (c) 2004 Coraid, Inc.  See COPYING for GPL terms. */
/* Copyright (c) 2006 Coraid, Inc.  See COPYING for GPL terms. */
/*
 * aoeblk.c
 * block device routines
+1 −1
Original line number Diff line number Diff line
/* Copyright (c) 2004 Coraid, Inc.  See COPYING for GPL terms. */
/* Copyright (c) 2006 Coraid, Inc.  See COPYING for GPL terms. */
/*
 * aoechr.c
 * AoE character device driver
+1 −1
Original line number Diff line number Diff line
/* Copyright (c) 2004 Coraid, Inc.  See COPYING for GPL terms. */
/* Copyright (c) 2006 Coraid, Inc.  See COPYING for GPL terms. */
/*
 * aoecmd.c
 * Filesystem request handling methods
+1 −1
Original line number Diff line number Diff line
/* Copyright (c) 2004 Coraid, Inc.  See COPYING for GPL terms. */
/* Copyright (c) 2006 Coraid, Inc.  See COPYING for GPL terms. */
/*
 * aoedev.c
 * AoE device utility functions; maintains device list.
Loading