Jiri Slaby <jsl...@suse.cz> writes: > Signed-off-by: Jiri Slaby <jsl...@suse.cz> > --- > docs/specs/edu.txt | 4 ++++ > hw/misc/edu.c | 2 +- > 2 files changed, 5 insertions(+), 1 deletion(-) > > diff --git a/docs/specs/edu.txt b/docs/specs/edu.txt > index 360af27ec8b1..1a23df9d21f6 100644 > --- a/docs/specs/edu.txt > +++ b/docs/specs/edu.txt > @@ -2,6 +2,10 @@ > EDU device > ========== > > +Copyleft (c) 2014-2015 Jiri Slaby
IANAL, but I'm afraid you have to spell this "Copyright" to carry legal weight. > + > +This document is licensed under the GPLv2 (or later). > + > This is an educational device for writing (kernel) drivers. Its original > intention was to support the Linux kernel lectures taught at the Masaryk > University. Students are given this virtual device and are expected to write > a > diff --git a/hw/misc/edu.c b/hw/misc/edu.c > index c74f9b64540d..9a8088c6898d 100644 > --- a/hw/misc/edu.c > +++ b/hw/misc/edu.c > @@ -1,7 +1,7 @@ > /* > * QEMU educational PCI device > * > - * Copyright (c) 2012-2014 Jiri Slaby > + * Copyright (c) 2012-2015 Jiri Slaby > * > * Permission is hereby granted, free of charge, to any person obtaining a > * copy of this software and associated documentation files (the "Software"),