summaryrefslogtreecommitdiff
path: root/etc/emacs.csh
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-06-03 13:53:01 +0000
committerEli Zaretskii <eliz@gnu.org>2006-06-03 13:53:01 +0000
commitb727702bfa2f76b255f8753a11c595e193880b58 (patch)
tree5f1d2314fc030d977787a1c70a45d9a3f61b0988 /etc/emacs.csh
parent309920fa034cf798bd68eada95a53a61c515e7a6 (diff)
downloademacs-b727702bfa2f76b255f8753a11c595e193880b58.tar.gz
emacs-b727702bfa2f76b255f8753a11c595e193880b58.tar.bz2
emacs-b727702bfa2f76b255f8753a11c595e193880b58.zip
Add copyright notice and copying permissions.
Diffstat (limited to 'etc/emacs.csh')
-rw-r--r--etc/emacs.csh16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/emacs.csh b/etc/emacs.csh
index 411feedaef5..3de336b8075 100644
--- a/etc/emacs.csh
+++ b/etc/emacs.csh
@@ -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 @@ alias edit 'set emacs_command=("emacs -nw \!*" "fg %emacs" "emacs -i \!* &"\
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