Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Commit

Permalink
Remove references to ucarp.org
Browse files Browse the repository at this point in the history
Fixes #29
  • Loading branch information
jedisct1 committed Apr 24, 2019
1 parent 28b1c1d commit 1a9aaf7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
4 changes: 2 additions & 2 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
UCARP is covered by the following license :

/*
* Copyright (c) 2004-2015 Frank Denis <j at ucarp.org> with the help of all
* contributors.
* Copyright (c) 2004-2015 Frank Denis <j at pureftpd.org> with the help of
* all contributors.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
Expand Down
14 changes: 0 additions & 14 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -255,17 +255,3 @@ If you want to translate the software, have a look at the po/ directory.
Copy the ucarp.pot file to <your locale name>.po and use software like Kbabel
or Emacs to update the file.
Better use use your local charset than UTF-8.


------------------------ DOWNLOADING UCARP ------------------------


UCARP home page is: http://www.ucarp.org/ .

UCARP mailing-list: http://www.ucarp.org/ml/ . Be sure to scroll all the way
down to see the UCARP mailing list info!


Thank you,

-Frank DENIS "Jedi/Sector One" <j at ucarp dot org> .
8 changes: 1 addition & 7 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
AC_INIT([ucarp],[1.5.2],[bugs at ucarp dot org])
AC_INIT([ucarp],[1.5.2])
AC_CONFIG_SRCDIR([src/ucarp.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.9 dist-bzip2])
Expand Down Expand Up @@ -284,9 +284,3 @@ AC_CONFIG_FILES(Makefile src/Makefile examples/Makefile
po/Makefile.in m4/Makefile )

AC_OUTPUT

AC_MSG_NOTICE([+--------------------------------------------------------+])
AC_MSG_NOTICE([| You can subscribe to the UCARP users mailing-list to |])
AC_MSG_NOTICE([| ask for help and to stay informed of new releases. |])
AC_MSG_NOTICE([| Go to http://www.ucarp.org/ml/ now! |])
AC_MSG_NOTICE([+--------------------------------------------------------+])
2 changes: 1 addition & 1 deletion po/ucarp.pot
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ucarp 1.5.2\n"
"Report-Msgid-Bugs-To: bugs@ucarp.org\n"
"Report-Msgid-Bugs-To: nobody@example.org\n"
"POT-Creation-Date: 2010-01-31 23:04+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
Expand Down

0 comments on commit 1a9aaf7

Please sign in to comment.