aboutsummaryrefslogtreecommitdiff
path: root/jim-posix.c
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-04 12:32:21 +0000
committerantirez <antirez>2005-03-04 12:32:21 +0000
commit0186c61bc68f61772d528933584fdb6dc188a95d (patch)
treeef232ab68a91d8545eb85432103744d538df3ceb /jim-posix.c
parent58be16b404565d7d65f7911ded6b0a0bfad9aa79 (diff)
downloadjimtcl-0186c61bc68f61772d528933584fdb6dc188a95d.zip
jimtcl-0186c61bc68f61772d528933584fdb6dc188a95d.tar.gz
jimtcl-0186c61bc68f61772d528933584fdb6dc188a95d.tar.bz2
$id: ..$ strings added
Diffstat (limited to 'jim-posix.c')
-rw-r--r--jim-posix.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/jim-posix.c b/jim-posix.c
index 0310159..3e27408 100644
--- a/jim-posix.c
+++ b/jim-posix.c
@@ -1,3 +1,24 @@
+/* Jim - POSIX extension
+ * Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
+ *
+ * $Id: jim-posix.c,v 1.8 2005/03/04 12:32:21 antirez Exp $
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * A copy of the license is also included in the source distribution
+ * of Jim, as a TXT file name called LICENSE.
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
#include <sys/types.h>
#include <unistd.h>
#include <string.h>