From 66c9454821a643f9069d939057dca7db44f6d0cb Mon Sep 17 00:00:00 2001 From: mazze Date: Wed, 6 Jun 2012 23:23:36 +0000 Subject: [PATCH] Use correct copyright header. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44972 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/libs/expat/lib/amilib.h | 54 ++++++++++++--------------------------- 1 file changed, 16 insertions(+), 38 deletions(-) rewrite workbench/libs/expat/lib/amilib.h (88%) diff --git a/workbench/libs/expat/lib/amilib.h b/workbench/libs/expat/lib/amilib.h dissimilarity index 88% index 054369f7c5..2222da8ceb 100644 --- a/workbench/libs/expat/lib/amilib.h +++ b/workbench/libs/expat/lib/amilib.h @@ -1,38 +1,16 @@ -#ifndef _AMILIB_H -#define _AMILIB_H - -/* Copyright 2012 The AROS Development Team. All rights reserved. -** -** Redistribution and use in source and binary forms, with or without -** modification, are permitted provided that the following conditions -** are met: -** -** 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. -** -** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS' -** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -** IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -** ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -** LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -** CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -** SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -** INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -** CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -** POSSIBILITY OF SUCH DAMAGE. -*/ - -#include - -struct ExpatBase -{ - struct Library _lib; - struct Library *_aroscbase; -}; - -#endif /* _AMILIB_H */ +#ifndef _AMILIB_H +#define _AMILIB_H + +/* Copyright (c) 2012 The AROS Development Team. All rights reserved. + See the file COPYING for copying permission. +*/ + +#include + +struct ExpatBase +{ + struct Library _lib; + struct Library *_aroscbase; +}; + +#endif /* _AMILIB_H */ -- 2.11.4.GIT