emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/emacs.csh


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/etc/emacs.csh
Date: Sat, 03 Jun 2006 13:29:12 +0000

Index: emacs/etc/emacs.csh
diff -u emacs/etc/emacs.csh:1.2 emacs/etc/emacs.csh:1.3
--- emacs/etc/emacs.csh:1.2     Mon Sep  1 15:44:59 2003
+++ emacs/etc/emacs.csh Sat Jun  3 13:29:11 2006
@@ -1,3 +1,6 @@
+# Copyright (c) 1999, 2003, 2006
+# Free software Foundation, Inc.
+#
 # This defines a csh command named `edit' which resumes an
 # existing Emacs or starts a new one if none exists.
 # One way or another, any arguments are passed to Emacs to specify files
@@ -24,4 +27,17 @@
  test -S ~/.emacs_server && emacsclient \!* \
  || echo `pwd` \!* >! ~/.emacs_args && eval $emacs_command[$whichjob]'
 
+#COPYING PERMISSIONS:
+#
+#    Permission is hereby granted, free of charge, to any person obtaining
+#    a copy of this file, to deal in the file without restriction, including
+#    without limitation the rights to use, copy, modify, merge, publish,
+#    distribute, sublicense, and/or sell copies of the file, and to
+#    permit persons to whom the file is furnished to do so, subject to
+#    the following condition:
+#
+#    The above copyright notice and this permission notice shall be
+#    included in all copies or substantial portions of the file.
+
+
 # arch-tag: 433d58df-15b9-446f-ad37-f0393e3a23d4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]