~ubuntu-branches/ubuntu/wily/glusterfs/wily

« back to all changes in this revision

Viewing changes to libglusterfs/src/graph.lex.c

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2011-08-26 21:50:55 UTC
  • mfrom: (1.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110826215055-6y9q7rlttfft0szr
Tags: 3.2.3-1
* New upstream release.
  - Refresh patch 02-spelling-error.diff.
* Fix lintian warning: brace-expansion-in-debhelper-config-file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
505
505
char *yytext;
506
506
#line 1 "../../../libglusterfs/src/graph.l"
507
507
/*
508
 
   Copyright (c) 2006-2010 Gluster, Inc. <http://www.gluster.com>
 
508
   Copyright (c) 2006-2011 Gluster, Inc. <http://www.gluster.com>
509
509
   This file is part of GlusterFS.
510
510
 
511
511
   GlusterFS is free software; you can redistribute it and/or modify
512
 
   it under the terms of the GNU Affero General Public License as published
 
512
   it under the terms of the GNU General Public License as published
513
513
   by the Free Software Foundation; either version 3 of the License,
514
514
   or (at your option) any later version.
515
515
 
516
516
   GlusterFS is distributed in the hope that it will be useful, but
517
517
   WITHOUT ANY WARRANTY; without even the implied warranty of
518
518
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
519
 
   Affero General Public License for more details.
 
519
   General Public License for more details.
520
520
 
521
 
   You should have received a copy of the GNU Affero General Public License
 
521
   You should have received a copy of the GNU General Public License
522
522
   along with this program.  If not, see
523
523
   <http://www.gnu.org/licenses/>.
524
524
*/