Renamed rungpg.c to engine-gpg.c for conistency.
authorWerner Koch <wk@gnupg.org>
Mon, 19 Jan 2009 14:44:13 +0000 (14:44 +0000)
committerWerner Koch <wk@gnupg.org>
Mon, 19 Jan 2009 14:44:13 +0000 (14:44 +0000)
trunk/src/ChangeLog
trunk/src/Makefile.am
trunk/src/engine-gpg.c [moved from trunk/src/rungpg.c with 99% similarity]

index cb6dbd3234cd97356b0116d6275edd753f7fbd74..95dc804c0c5e5eff344ae9c10688f6908c450d4c 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-19  Werner Koch  <wk@g10code.com>
+
+       * rungpg.c: Rename to engine-gpg.c
+       * Makefile.am (main_sources): Ditto.
+
 2008-12-03  Marcus Brinkmann  <marcus@g10code.de>
 
        * Makefile.am (status-table.h): Use $(builddir) to find gpgme.h.
        * data.c (gpgme_data_rewind): Allow to rewind data_type_none.
 
 
- Copyright 2001,2002,2003,2004,2005,2006,2007 g10 Code GmbH
+ Copyright 2001,2002,2003,2004,2005,2006,2007,2008,2009 g10 Code GmbH
 
  This file is free software; as a special exception the author gives
  unlimited permission to copy and/or distribute it, with or without
index 603f606afe7d9583e4ea1982b6ecfdf469a762c1..5a7ca59b1dccfd7d0d7dd5c559aab7d3bb19b5e2 100644 (file)
@@ -105,7 +105,7 @@ main_sources =                                                              \
        sign.c passphrase.c progress.c                                  \
        key.c keylist.c trust-item.c trustlist.c                        \
        import.c export.c genkey.c delete.c edit.c getauditlog.c        \
-       engine.h engine-backend.h engine.c rungpg.c status-table.h      \
+       engine.h engine-backend.h engine.c engine-gpg.c status-table.h  \
        $(gpgsm_components) $(gpgconf_components) gpgconf.c             \
        sema.h priv-io.h $(system_components)                           \
        debug.c debug.h gpgme.c version.c error.c
similarity index 99%
rename from trunk/src/rungpg.c
rename to trunk/src/engine-gpg.c
index fc0da117786745799cc605f6a1a9c5066fdf300b..8be7600016b13ee2faa8024cfab552eb0c7d952e 100644 (file)
@@ -1,6 +1,7 @@
-/* rungpg.c - Gpg Engine.
+/* engine-gpg.c - Gpg Engine.
    Copyright (C) 2000 Werner Koch (dd9jn)
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 g10 Code GmbH
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+                 2009 g10 Code GmbH
  
    This file is part of GPGME.
  
@@ -15,9 +16,8 @@
    Lesser General Public License for more details.
    
    You should have received a copy of the GNU Lesser General Public
-   License along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   License along with this program; if not, see <http://www.gnu.org/licenses/>.
+*/
 
 #if HAVE_CONFIG_H
 #include <config.h>