diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-17 20:41:52 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-17 20:41:52 +0000 |
commit | 8f8264c5b7543317d039370c5c53b216b4763927 (patch) | |
tree | c220878224b999e8620ef6af474ec2c502c95533 /sys | |
parent | 1ecfd512fe7e5ede3727b9611f38d750a23266c9 (diff) |
cosmetic changes in the copyright suggested by theo.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pcmcia/gpr.c | 20 | ||||
-rw-r--r-- | sys/dev/pcmcia/gprio.h | 20 |
2 files changed, 20 insertions, 20 deletions
diff --git a/sys/dev/pcmcia/gpr.c b/sys/dev/pcmcia/gpr.c index 16de63a0079..6e31160ab05 100644 --- a/sys/dev/pcmcia/gpr.c +++ b/sys/dev/pcmcia/gpr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gpr.c,v 1.3 2002/06/17 18:44:15 fgsch Exp $ */ +/* $OpenBSD: gpr.c,v 1.4 2002/06/17 20:41:51 fgsch Exp $ */ /* * Copyright (c) 2002, Federico G. Schwindt @@ -7,15 +7,15 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * * Neither the name of the Federico G. Schwindt nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * 3. Neither the name of the Federico G. Schwindt nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/sys/dev/pcmcia/gprio.h b/sys/dev/pcmcia/gprio.h index 1677f9c6600..e2fea8666c7 100644 --- a/sys/dev/pcmcia/gprio.h +++ b/sys/dev/pcmcia/gprio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gprio.h,v 1.1 2002/06/17 18:44:15 fgsch Exp $ */ +/* $OpenBSD: gprio.h,v 1.2 2002/06/17 20:41:51 fgsch Exp $ */ /* * Copyright (c) 2002, Federico G. Schwindt @@ -7,15 +7,15 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * * Neither the name of the Federico G. Schwindt nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * 3. Neither the name of the Federico G. Schwindt nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |