swrast: Header comment cleanup

* Clean up header information and dates
* We can safely remove this Mesa blurb now
This commit is contained in:
Alexander von Gluck IV 2012-03-30 15:02:16 -05:00
parent 1044ebb29c
commit cd0ba1c23a
2 changed files with 2 additions and 14 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2006-2011, Haiku, Inc. All rights reserved.
* Copyright 2006-2012, Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
@ -8,12 +8,6 @@
* Artur Wyszynski, harakash@gmail.com
* Alexander von Gluck, kallisti5@unixzen.com
*/
/*
* Mesa 3-D graphics library
* Version: 6.1
*
* Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*/
#include "MesaSoftwareRenderer.h"

View File

@ -1,5 +1,5 @@
/*
* Copyright 2006-2008, Haiku. All rights reserved.
* Copyright 2006-2012, Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
@ -7,12 +7,6 @@
* Philippe Houdoin, philippe.houdoin@free.fr
* Artur Wyszynski, harakash@gmail.com
*/
/*
* Mesa 3-D graphics library
* Version: 6.1
*
* Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*/
#ifndef MESASOFTWARERENDERER_H
#define MESASOFTWARERENDERER_H