##// END OF EJS Templates
Remove FSF mailing address from GPL headers...
Martin Geisler -
r15782:7de76300 default
parent child Browse files
Show More
@@ -15,8 +15,7 b''
15
15
16 ;; You should have received a copy of the GNU General Public License
16 ;; You should have received a copy of the GNU General Public License
17 ;; along with mercurial.el, GNU Emacs, or XEmacs; see the file COPYING
17 ;; along with mercurial.el, GNU Emacs, or XEmacs; see the file COPYING
18 ;; (`C-h C-l'). If not, write to the Free Software Foundation, Inc.,
18 ;; (`C-h C-l'). If not, see <http://www.gnu.org/licenses/>.
19 ;; 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20
19
21 ;;; Commentary:
20 ;;; Commentary:
22
21
@@ -15,8 +15,7 b''
15
15
16 ;; You should have received a copy of the GNU General Public License
16 ;; You should have received a copy of the GNU General Public License
17 ;; along with mq.el, GNU Emacs, or XEmacs; see the file COPYING (`C-h
17 ;; along with mq.el, GNU Emacs, or XEmacs; see the file COPYING (`C-h
18 ;; C-l'). If not, write to the Free Software Foundation, Inc., 59
18 ;; C-l'). If not, see <http://www.gnu.org/licenses/>.
19 ;; Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20
19
21 (eval-when-compile (require 'cl))
20 (eval-when-compile (require 'cl))
22 (require 'mercurial)
21 (require 'mercurial)
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
@@ -15,8 +15,7 b''
15 # GNU General Public License for more details.
15 # GNU General Public License for more details.
16
16
17 # You should have received a copy of the GNU General Public License
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, write to the Free Software
18 # along with this program; if not, see <http://www.gnu.org/licenses/>.
19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20
19
21 from mercurial import util
20 from mercurial import util
22 from svn.core import SubversionException, Pool
21 from svn.core import SubversionException, Pool
@@ -20,8 +20,7 b''
20 # GNU General Public License for more details.
20 # GNU General Public License for more details.
21 #
21 #
22 # You should have received a copy of the GNU General Public License
22 # You should have received a copy of the GNU General Public License
23 # along with this program; if not, write to the Free Software
23 # along with this program; if not, see <http://www.gnu.org/licenses/>.
24 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25
24
26 '''command to delete untracked files from the working directory'''
25 '''command to delete untracked files from the working directory'''
27
26
@@ -17,8 +17,8 b''
17 Lesser General Public License for more details.
17 Lesser General Public License for more details.
18
18
19 You should have received a copy of the GNU Lesser General Public
19 You should have received a copy of the GNU Lesser General Public
20 License along with this library; if not, write to the Free Software
20 License along with this library; if not, see
21 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 <http://www.gnu.org/licenses/>.
22
22
23 """
23 """
24
24
@@ -9,10 +9,8 b''
9 # Lesser General Public License for more details.
9 # Lesser General Public License for more details.
10 #
10 #
11 # You should have received a copy of the GNU Lesser General Public
11 # You should have received a copy of the GNU Lesser General Public
12 # License along with this library; if not, write to the
12 # License along with this library; if not, see
13 # Free Software Foundation, Inc.,
13 # <http://www.gnu.org/licenses/>.
14 # 59 Temple Place, Suite 330,
15 # Boston, MA 02111-1307 USA
16
14
17 # This file is part of urlgrabber, a high-level cross-protocol url-grabber
15 # This file is part of urlgrabber, a high-level cross-protocol url-grabber
18 # Copyright 2002-2004 Michael D. Stenner, Ryan Tomayko
16 # Copyright 2002-2004 Michael D. Stenner, Ryan Tomayko
@@ -9,10 +9,8 b''
9 # Lesser General Public License for more details.
9 # Lesser General Public License for more details.
10 #
10 #
11 # You should have received a copy of the GNU Lesser General Public
11 # You should have received a copy of the GNU Lesser General Public
12 # License along with this library; if not, write to the
12 # License along with this library; if not, see
13 # Free Software Foundation, Inc.,
13 # <http://www.gnu.org/licenses/>.
14 # 59 Temple Place, Suite 330,
15 # Boston, MA 02111-1307 USA
16
14
17 # This file is part of urlgrabber, a high-level cross-protocol url-grabber
15 # This file is part of urlgrabber, a high-level cross-protocol url-grabber
18 # Copyright 2002-2004 Michael D. Stenner, Ryan Tomayko
16 # Copyright 2002-2004 Michael D. Stenner, Ryan Tomayko
@@ -11,8 +11,7 b''
11 # GNU General Public License for more details.
11 # GNU General Public License for more details.
12 #
12 #
13 # You should have received a copy of the GNU General Public License
13 # You should have received a copy of the GNU General Public License
14 # along with this program; if not, write to the Free Software
14 # along with this program; if not, see <http://www.gnu.org/licenses/>.
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16
15
17 # mbp: "you know that thing where cvs gives you conflict markers?"
16 # mbp: "you know that thing where cvs gives you conflict markers?"
18 # s: "i hate that."
17 # s: "i hate that."
@@ -11,8 +11,7 b''
11 # GNU General Public License for more details.
11 # GNU General Public License for more details.
12 #
12 #
13 # You should have received a copy of the GNU General Public License
13 # You should have received a copy of the GNU General Public License
14 # along with this program; if not, write to the Free Software
14 # along with this program; if not, see <http://www.gnu.org/licenses/>.
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16
15
17 import unittest
16 import unittest
18 from unittest import TestCase
17 from unittest import TestCase
General Comments 0
You need to be logged in to leave comments. Login now