~drizzle-developers/pkg-drizzle/drizzle7-stable.rpm

« back to all changes in this revision

Viewing changes to SOURCES/drizzle7-2011.03.13-fsf_address.patch

  • Committer: BJ Dierkes
  • Date: 2011-08-01 07:22:47 UTC
  • Revision ID: wdierkes@rackspace.com-20110801072247-tp16pxvgk8e1cn62
adding rpmlint fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- drizzle7-2011.03.13/plugin/innobase/pars/pars0lex.l.orig    2011-03-15 11:20:18.000000000 -0500
 
2
+++ drizzle7-2011.03.13/plugin/innobase/pars/pars0lex.l 2011-08-01 02:12:03.000000000 -0500
 
3
@@ -2,17 +2,18 @@
 
4
 
 
5
 Copyright (C) 1997, 2009, Innobase Oy. All Rights Reserved.
 
6
 
 
7
-This program is free software; you can redistribute it and/or modify it under
 
8
-the terms of the GNU General Public License as published by the Free Software
 
9
-Foundation; version 2 of the License.
 
10
-
 
11
-This program is distributed in the hope that it will be useful, but WITHOUT
 
12
-ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
13
-FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
14
-
 
15
-You should have received a copy of the GNU General Public License along with
 
16
-this program; if not, write to the Free Software Foundation, Inc., 59 Temple
 
17
-Place, Suite 330, Boston, MA 02110-1301 USA
 
18
+This program is free software: you can redistribute it and/or modify
 
19
+it under the terms of the GNU General Public License as published by
 
20
+the Free Software Foundation, either version 3 of the License, or
 
21
+(at your option) any later version.
 
22
+
 
23
+This program is distributed in the hope that it will be useful,
 
24
+but WITHOUT ANY WARRANTY; without even the implied warranty of
 
25
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
26
+GNU General Public License for more details.
 
27
+
 
28
+You should have received a copy of the GNU General Public License
 
29
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
30
 
 
31
 *****************************************************************************/
 
32
 
 
33
--- drizzle7-2011.03.13/plugin/innobase/pars/pars0grm.y.orig    2011-03-15 11:20:18.000000000 -0500
 
34
+++ drizzle7-2011.03.13/plugin/innobase/pars/pars0grm.y 2011-08-01 02:12:27.000000000 -0500
 
35
@@ -2,17 +2,18 @@
 
36
 
 
37
 Copyright (C) 1997, 2009, Innobase Oy. All Rights Reserved.
 
38
 
 
39
-This program is free software; you can redistribute it and/or modify it under
 
40
-the terms of the GNU General Public License as published by the Free Software
 
41
-Foundation; version 2 of the License.
 
42
-
 
43
-This program is distributed in the hope that it will be useful, but WITHOUT
 
44
-ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
45
-FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
46
-
 
47
-You should have received a copy of the GNU General Public License along with
 
48
-this program; if not, write to the Free Software Foundation, Inc., 59 Temple
 
49
-Place, Suite 330, Boston, MA 02110-1301 USA
 
50
+This program is free software: you can redistribute it and/or modify
 
51
+it under the terms of the GNU General Public License as published by
 
52
+the Free Software Foundation, either version 3 of the License, or
 
53
+(at your option) any later version.
 
54
+
 
55
+This program is distributed in the hope that it will be useful,
 
56
+but WITHOUT ANY WARRANTY; without even the implied warranty of
 
57
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
58
+GNU General Public License for more details.
 
59
+
 
60
+You should have received a copy of the GNU General Public License
 
61
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
62
 
 
63
 *****************************************************************************/
 
64