gl.h: Version mumbo-jumbo and Copyright?

2013-02-14 Thread Sedat Dilek
On Thu, Feb 14, 2013 at 9:26 PM, Brian Paul  wrote:
> On 02/14/2013 01:10 PM, Sedat Dilek wrote:
>>
>> Hi,
>>
>> noticed when polishing up my build-scripts fot libdrm | mesa |
>> xf86-video-intel (last one requires gl.h).
>>
>> /*
>>   * Mesa 3-D graphics library
>>   * Version:  7.6<--- ???
>
>
> I could remove that obsolete line.
>
>
>
>>   *
>>   * Copyright (C) 1999-2006  Brian Paul   All Rights Reserved.<--- ???
>>   * Copyright (C) 2009  VMware, Inc.  All Rights Reserved.
>
>
> What's the question there?
>

As we have 2013...

- Sedat -

> -Brian


gl.h: Version mumbo-jumbo and Copyright?

2013-02-14 Thread Sedat Dilek
Hi,

noticed when polishing up my build-scripts fot libdrm | mesa |
xf86-video-intel (last one requires gl.h).

/*
 * Mesa 3-D graphics library
 * Version:  7.6 <--- ???
 *
 * Copyright (C) 1999-2006  Brian Paul   All Rights Reserved. <--- ???
 * Copyright (C) 2009  VMware, Inc.  All Rights Reserved.
...

Regards,
- Sedat -

http://cgit.freedesktop.org/mesa/mesa/tree/include/GL/gl.h#n3


gl.h: Version mumbo-jumbo and Copyright?

2013-02-14 Thread Ian Romanick
On 02/14/2013 12:29 PM, Sedat Dilek wrote:
> On Thu, Feb 14, 2013 at 9:26 PM, Brian Paul  wrote:
>> On 02/14/2013 01:10 PM, Sedat Dilek wrote:
>>>
>>> Hi,
>>>
>>> noticed when polishing up my build-scripts fot libdrm | mesa |
>>> xf86-video-intel (last one requires gl.h).
>>>
>>> /*
>>>* Mesa 3-D graphics library
>>>* Version:  7.6<--- ???
>>
>>
>> I could remove that obsolete line.
>>
>>
>>
>>>*
>>>* Copyright (C) 1999-2006  Brian Paul   All Rights Reserved.<--- ???
>>>* Copyright (C) 2009  VMware, Inc.  All Rights Reserved.
>>
>>
>> What's the question there?
>>
>
> As we have 2013...

Copyright lines are typically only updated when the file is modified.  I 
suspect there haven't been any modifications made to gl.h in a long 
time, so there's no material with a later copyright.

> - Sedat -
>
>> -Brian
> ___
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
>



gl.h: Version mumbo-jumbo and Copyright?

2013-02-14 Thread Brian Paul
On 02/14/2013 01:10 PM, Sedat Dilek wrote:
> Hi,
>
> noticed when polishing up my build-scripts fot libdrm | mesa |
> xf86-video-intel (last one requires gl.h).
>
> /*
>   * Mesa 3-D graphics library
>   * Version:  7.6<--- ???

I could remove that obsolete line.


>   *
>   * Copyright (C) 1999-2006  Brian Paul   All Rights Reserved.<--- ???
>   * Copyright (C) 2009  VMware, Inc.  All Rights Reserved.

What's the question there?

-Brian


Re: gl.h: Version mumbo-jumbo and Copyright?

2013-02-14 Thread Brian Paul

On 02/14/2013 01:10 PM, Sedat Dilek wrote:

Hi,

noticed when polishing up my build-scripts fot libdrm | mesa |
xf86-video-intel (last one requires gl.h).

/*
  * Mesa 3-D graphics library
  * Version:  7.6--- ???


I could remove that obsolete line.



  *
  * Copyright (C) 1999-2006  Brian Paul   All Rights Reserved.--- ???
  * Copyright (C) 2009  VMware, Inc.  All Rights Reserved.


What's the question there?

-Brian
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


gl.h: Version mumbo-jumbo and Copyright?

2013-02-14 Thread Sedat Dilek
Hi,

noticed when polishing up my build-scripts fot libdrm | mesa |
xf86-video-intel (last one requires gl.h).

/*
 * Mesa 3-D graphics library
 * Version:  7.6 --- ???
 *
 * Copyright (C) 1999-2006  Brian Paul   All Rights Reserved. --- ???
 * Copyright (C) 2009  VMware, Inc.  All Rights Reserved.
...

Regards,
- Sedat -

http://cgit.freedesktop.org/mesa/mesa/tree/include/GL/gl.h#n3
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: gl.h: Version mumbo-jumbo and Copyright?

2013-02-14 Thread Sedat Dilek
On Thu, Feb 14, 2013 at 9:26 PM, Brian Paul bri...@vmware.com wrote:
 On 02/14/2013 01:10 PM, Sedat Dilek wrote:

 Hi,

 noticed when polishing up my build-scripts fot libdrm | mesa |
 xf86-video-intel (last one requires gl.h).

 /*
   * Mesa 3-D graphics library
   * Version:  7.6--- ???


 I could remove that obsolete line.



   *
   * Copyright (C) 1999-2006  Brian Paul   All Rights Reserved.--- ???
   * Copyright (C) 2009  VMware, Inc.  All Rights Reserved.


 What's the question there?


As we have 2013...

- Sedat -

 -Brian
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: gl.h: Version mumbo-jumbo and Copyright?

2013-02-14 Thread Ian Romanick

On 02/14/2013 12:29 PM, Sedat Dilek wrote:

On Thu, Feb 14, 2013 at 9:26 PM, Brian Paul bri...@vmware.com wrote:

On 02/14/2013 01:10 PM, Sedat Dilek wrote:


Hi,

noticed when polishing up my build-scripts fot libdrm | mesa |
xf86-video-intel (last one requires gl.h).

/*
   * Mesa 3-D graphics library
   * Version:  7.6--- ???



I could remove that obsolete line.




   *
   * Copyright (C) 1999-2006  Brian Paul   All Rights Reserved.--- ???
   * Copyright (C) 2009  VMware, Inc.  All Rights Reserved.



What's the question there?



As we have 2013...


Copyright lines are typically only updated when the file is modified.  I 
suspect there haven't been any modifications made to gl.h in a long 
time, so there's no material with a later copyright.



- Sedat -


-Brian

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel



___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel