Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-05-24 12:16:39 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-06-23 11:09:17 +0300
commit6e623e9320d25b1f0c2ad0c2ed581ec5dcb85c50 (patch)
treea9681e8b6cd66f0f1dc3f2f164141ef7fa064cea /winsup/utils/locale.cc
parent94e3a561d053ca1b00f16d81d4ade2884ea45b54 (diff)
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release
Bump GPLv2+ to GPLv3+ for some files, clarify BSD 2-clause. Everything else stays under GPLv3+. New Linking Exception exempts resulting executables from LGPLv3 section 4. Add CONTRIBUTORS file to keep track of licensing. Remove 'Copyright Red Hat Inc' comments. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/utils/locale.cc')
-rw-r--r--winsup/utils/locale.cc9
1 files changed, 2 insertions, 7 deletions
diff --git a/winsup/utils/locale.cc b/winsup/utils/locale.cc
index fadf3f3da..1a5b50958 100644
--- a/winsup/utils/locale.cc
+++ b/winsup/utils/locale.cc
@@ -82,15 +82,10 @@ usage ()
void
print_version ()
{
- printf ("locale (cygwin) %d.%d.%d\n"
- "Get locale-specific information\n"
- "Copyright (C) 2010 - %s Red Hat, Inc.\n"
- "This is free software; see the source for copying conditions. There is NO\n"
- "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",
+ printf ("locale (cygwin) %d.%d.%d\n",
CYGWIN_VERSION_DLL_MAJOR / 1000,
CYGWIN_VERSION_DLL_MAJOR % 1000,
- CYGWIN_VERSION_DLL_MINOR,
- strrchr (__DATE__, ' ') + 1);
+ CYGWIN_VERSION_DLL_MINOR);
}
struct option longopts[] = {