X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=epg-file.el;h=cd6f6a02bdaaebb15250c6e09b75fcdebab650fb;hb=95ff40c9179c88308fe96e1adb0ef220b67f265c;hp=17c2dd490e6fa7737482e7bc3cff27147962c610;hpb=3fc4ae4242f5d89bdab6d6fdfcfb58e7703ada0f;p=elisp%2Fepg.git diff --git a/epg-file.el b/epg-file.el index 17c2dd4..cd6f6a0 100644 --- a/epg-file.el +++ b/epg-file.el @@ -1,5 +1,42 @@ +;;; epg-file.el --- transparent file encryption utility +;; Copyright (C) 1999, 2000, 2002, 2003, 2004, +;; 2005, 2006 Free Software Foundation, Inc. +;; Copyright (C) 2006 Daiki Ueno + +;; Author: Daiki Ueno +;; Naoto Morishima +;; Keywords: PGP, GnuPG + +;; This file is part of EasyPG. + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 2, or (at your option) +;; any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. + +;;; Commentary: + +;; epg-file.el is based on hedgehog.el by Naoto Morishima. +;; http://www.morishima.net/~naoto/software/hedgehog/index.php.ja + +;;; Code: + (require 'epg) +(defgroup epg-file () + "Transparent file encryption utility of EasyPG." + :group 'epg) + (defcustom epg-file-name-regexp "\\.gpg\\'" "Regexp that matches filenames that are assumed to be encrypted with GnuPG."