praserocking / google-gtags

Automatically exported from code.google.com/p/google-gtags
GNU General Public License v2.0
0 stars 1 forks source link

licence for regexp.h unsatisfactory #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open regexp.h in any editor or text viewer
2. observe the licence to be "All rights reserved" rather than the GPL
header or a similar free licence.

What is the expected output? What do you see instead?

I would expect the header to be:

// Copyright 2006  Google Inc.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
02110-1301, USA.

or similar.

What version of the product are you using? On what operating system?

google-gtags-1.0.2 downloaded from code.g.c today.  OS i Ubuntu Gutsy,
though I don't think that's very relevant.

Original issue reported on code.google.com by tfheen on 20 Nov 2007 at 8:55