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

Commit 52e112b3 authored by Ed L. Cashin's avatar Ed L. Cashin Committed by Linus Torvalds
Browse files

aoe: update copyright date



Update the year in the copyright notices.

Signed-off-by: default avatarEd L. Cashin <ecashin@coraid.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 578c4aa0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2006 Coraid, Inc.  See COPYING for GPL terms. */
/* Copyright (c) 2007 Coraid, Inc.  See COPYING for GPL terms. */
#define VERSION "47"
#define VERSION "47"
#define AOE_MAJOR 152
#define AOE_MAJOR 152
#define DEVICE_NAME "aoe"
#define DEVICE_NAME "aoe"
+1 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2006 Coraid, Inc.  See COPYING for GPL terms. */
/* Copyright (c) 2007 Coraid, Inc.  See COPYING for GPL terms. */
/*
/*
 * aoeblk.c
 * aoeblk.c
 * block device routines
 * block device routines
+1 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2006 Coraid, Inc.  See COPYING for GPL terms. */
/* Copyright (c) 2007 Coraid, Inc.  See COPYING for GPL terms. */
/*
/*
 * aoechr.c
 * aoechr.c
 * AoE character device driver
 * AoE character device driver
+1 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2006 Coraid, Inc.  See COPYING for GPL terms. */
/* Copyright (c) 2007 Coraid, Inc.  See COPYING for GPL terms. */
/*
/*
 * aoecmd.c
 * aoecmd.c
 * Filesystem request handling methods
 * Filesystem request handling methods
+1 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2006 Coraid, Inc.  See COPYING for GPL terms. */
/* Copyright (c) 2007 Coraid, Inc.  See COPYING for GPL terms. */
/*
/*
 * aoedev.c
 * aoedev.c
 * AoE device utility functions; maintains device list.
 * AoE device utility functions; maintains device list.
Loading