~ubuntu-branches/ubuntu/utopic/ffindex/utopic

« back to all changes in this revision

Viewing changes to .pc/basename/src/ffindex_apply.c

  • Committer: Package Import Robot
  • Author(s): Laszlo Kajan
  • Date: 2013-11-25 20:01:02 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20131125200102-quenacnokvrc76ij
Tags: 0.9.9.3-1
* New upstream release.
* Up-to-date standards-version.
* Vcs fields updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * FFindex
3
 
 * written by Andy Hauser <hauser@genzentrum.lmu.de>.
 
3
 * written by Andreas Hauser <andy@splashground.de>.
4
4
 * Please add your name here if you distribute modified versions.
5
5
 * 
6
6
 * FFindex is provided under the Create Commons license "Attribution-ShareAlike
34
34
  if(argn < 4)
35
35
  {
36
36
    fprintf(stderr, "USAGE: %s DATA_FILENAME INDEX_FILENAME PROGRAM [PROGRAM_ARGS]*\n"
37
 
                    "\nDesigned and implemented by Andy Hauser <hauser@genzentrum.lmu.de>.\n",
 
37
                    FFINDEX_COPYRIGHT,
38
38
                    argv[0]);
39
39
    return -1;
40
40
  }