Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] COPYING.txt

From: Joerg Mayer <jmayer@xxxxxxxxx>
Date: Sun, 19 Jan 2014 12:15:59 +0100
What's the idea behind having a COPYING.txt file on Windows instead
of a COPYING file?

e.g. ui/gtk/about_dlg.c:

#if defined(_WIN32)
  absolute_path = get_datafile_path("COPYING.txt");
#else
  absolute_path = get_datafile_path("COPYING");
#endif

If there is a good reason, how about renaming your COPYING to COPYING.txt
(and perhaps create a dummy COPYING in case autotools complain)?

Thanks
   Jörg
-- 
Joerg Mayer                                           <jmayer@xxxxxxxxx>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.