changeset 13859:6d59b141e65d

Add python to manual and respect format rules of copyright block
author Carnë Draug <carandraug+dev@gmail.com>
date Mon, 31 Oct 2011 01:05:41 +0000
parents 55ab001af1b8
children 9326fc1f0c71
files doc/interpreter/system.txi scripts/miscellaneous/python.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/system.txi	Mon Oct 31 00:38:27 2011 +0000
+++ b/doc/interpreter/system.txi	Mon Oct 31 01:05:41 2011 +0000
@@ -302,6 +302,8 @@
 
 @DOCSTRING(perl)
 
+@DOCSTRING(python)
+
 @DOCSTRING(popen)
 
 @DOCSTRING(pclose)
--- a/scripts/miscellaneous/python.m	Mon Oct 31 00:38:27 2011 +0000
+++ b/scripts/miscellaneous/python.m	Mon Oct 31 01:05:41 2011 +0000
@@ -1,5 +1,5 @@
 ## Copyright (C) 2008-2011 Julian Schnidder
-## Copyright (C) 2011 Carnë Draug <carandraug+dev@gmail.com>
+## Copyright (C) 2011 Carnë Draug
 ##
 ## This file is part of Octave.
 ##
@@ -27,6 +27,8 @@
 ## @seealso{system}
 ## @end deftypefn
 
+## Author: Carnë Draug <carandraug+dev@gmail.com>
+
 function [output, status] = python (scriptfile = "-c ''", varargin)
 
   ## VARARGIN is intialized to {}(1x0) if no additional arguments are