texinfo-commits
[Top][All Lists]
Advanced

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

[5441] copyright notices in info/t


From: Gavin D. Smith
Subject: [5441] copyright notices in info/t
Date: Sun, 13 Apr 2014 13:52:18 +0000

Revision: 5441
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5441
Author:   gavin
Date:     2014-04-13 13:52:18 +0000 (Sun, 13 Apr 2014)
Log Message:
-----------
copyright notices in info/t

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/t/dir-3-menus.sh
    trunk/info/t/dir-file-menu.sh
    trunk/info/t/dir-file-no-menu.sh
    trunk/info/t/dir-to-file.sh
    trunk/info/t/dir-to-no-file.sh
    trunk/info/t/dir.sh
    trunk/info/t/file-node.sh
    trunk/info/t/file.sh
    trunk/info/t/help.sh
    trunk/info/t/index.sh
    trunk/info/t/tab.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-04-13 13:25:26 UTC (rev 5440)
+++ trunk/ChangeLog     2014-04-13 13:52:18 UTC (rev 5441)
@@ -1,5 +1,15 @@
 2014-04-13  Gavin Smith  <address@hidden>
 
+       * info/t/file.sh, info/t/file-node.sh, info/t/dir.sh,
+       info/t/dir-to-file.sh, info/t/dir-to-no-file.sh,
+       info/t/dir-file-menu.sh, info/t/dir-file-no-menu.sh,
+       info/t/dir-3-menus.sh, info/t/tab.sh, info/t/index.sh,
+       info/t/help.sh: Copyright notices added.
+
+       * info/t/index.sh: Source t/Cleanup.inc.
+
+2014-04-13  Gavin Smith  <address@hidden>
+
        * util/texi2dvi (runbibtex): Avoid having two opening brackets
        in a row to improve portability of code.  Reported by Richard
        Palo.  (http://savannah.gnu.org/bugs/?42067)

Modified: trunk/info/t/dir-3-menus.sh
===================================================================
--- trunk/info/t/dir-3-menus.sh 2014-04-13 13:25:26 UTC (rev 5440)
+++ trunk/info/t/dir-3-menus.sh 2014-04-13 13:52:18 UTC (rev 5441)
@@ -1,4 +1,18 @@
 #!/bin/sh
+# Copyright (C) 2014 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . t/Init-test.inc
 

Modified: trunk/info/t/dir-file-menu.sh
===================================================================
--- trunk/info/t/dir-file-menu.sh       2014-04-13 13:25:26 UTC (rev 5440)
+++ trunk/info/t/dir-file-menu.sh       2014-04-13 13:52:18 UTC (rev 5441)
@@ -1,4 +1,18 @@
 #!/bin/sh
+# Copyright (C) 2014 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . t/Init-test.inc
 

Modified: trunk/info/t/dir-file-no-menu.sh
===================================================================
--- trunk/info/t/dir-file-no-menu.sh    2014-04-13 13:25:26 UTC (rev 5440)
+++ trunk/info/t/dir-file-no-menu.sh    2014-04-13 13:52:18 UTC (rev 5441)
@@ -1,4 +1,18 @@
 #!/bin/sh
+# Copyright (C) 2014 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . t/Init-test.inc
 

Modified: trunk/info/t/dir-to-file.sh
===================================================================
--- trunk/info/t/dir-to-file.sh 2014-04-13 13:25:26 UTC (rev 5440)
+++ trunk/info/t/dir-to-file.sh 2014-04-13 13:52:18 UTC (rev 5441)
@@ -1,4 +1,18 @@
 #!/bin/sh
+# Copyright (C) 2014 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . t/Init-test.inc
 

Modified: trunk/info/t/dir-to-no-file.sh
===================================================================
--- trunk/info/t/dir-to-no-file.sh      2014-04-13 13:25:26 UTC (rev 5440)
+++ trunk/info/t/dir-to-no-file.sh      2014-04-13 13:52:18 UTC (rev 5441)
@@ -1,4 +1,18 @@
 #!/bin/sh
+# Copyright (C) 2014 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . t/Init-test.inc
 

Modified: trunk/info/t/dir.sh
===================================================================
--- trunk/info/t/dir.sh 2014-04-13 13:25:26 UTC (rev 5440)
+++ trunk/info/t/dir.sh 2014-04-13 13:52:18 UTC (rev 5441)
@@ -1,4 +1,18 @@
 #!/bin/sh
+# Copyright (C) 2014 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . t/Init-test.inc
 

Modified: trunk/info/t/file-node.sh
===================================================================
--- trunk/info/t/file-node.sh   2014-04-13 13:25:26 UTC (rev 5440)
+++ trunk/info/t/file-node.sh   2014-04-13 13:52:18 UTC (rev 5441)
@@ -1,4 +1,18 @@
 #!/bin/sh
+# Copyright (C) 2014 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . t/Init-test.inc
 

Modified: trunk/info/t/file.sh
===================================================================
--- trunk/info/t/file.sh        2014-04-13 13:25:26 UTC (rev 5440)
+++ trunk/info/t/file.sh        2014-04-13 13:52:18 UTC (rev 5441)
@@ -1,4 +1,18 @@
 #!/bin/sh
+# Copyright (C) 2014 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . t/Init-test.inc
 

Modified: trunk/info/t/help.sh
===================================================================
--- trunk/info/t/help.sh        2014-04-13 13:25:26 UTC (rev 5440)
+++ trunk/info/t/help.sh        2014-04-13 13:52:18 UTC (rev 5441)
@@ -1,4 +1,18 @@
 #!/bin/sh
+# Copyright (C) 2014 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . t/Init-test.inc
 

Modified: trunk/info/t/index.sh
===================================================================
--- trunk/info/t/index.sh       2014-04-13 13:25:26 UTC (rev 5440)
+++ trunk/info/t/index.sh       2014-04-13 13:52:18 UTC (rev 5441)
@@ -1,3 +1,17 @@
+# Copyright (C) 2014 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #!/bin/sh
 
 . t/Init-test.inc
@@ -5,11 +19,11 @@
 
 # Follow an index entry
 
-rm -f t/ginfo-output
 $GINFO -f intera --restore t/index.drib
-kill $PTY_PID
 
 test -f t/ginfo-output || exit 1
-
 # Return non-zero (test failure) if files differ
 diff t/ginfo-output t/node-target
+RETVAL=$?
+
+. t/Cleanup.inc

Modified: trunk/info/t/tab.sh
===================================================================
--- trunk/info/t/tab.sh 2014-04-13 13:25:26 UTC (rev 5440)
+++ trunk/info/t/tab.sh 2014-04-13 13:52:18 UTC (rev 5441)
@@ -1,4 +1,18 @@
 #!/bin/sh
+# Copyright (C) 2014 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . t/Init-test.inc
 . t/Init-intera.inc
@@ -7,6 +21,7 @@
 $GINFO -f intera --restore t/tab.drib
 
 test -f t/ginfo-output || exit 1
+# Return non-zero (test failure) if files differ
 diff t/ginfo-output t/node-target
 RETVAL=$?
 




reply via email to

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