[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6036] parsetexi add copyright notices
From: |
Gavin D. Smith |
Subject: |
[6036] parsetexi add copyright notices |
Date: |
Mon, 12 Jan 2015 12:12:50 +0000 |
Revision: 6036
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6036
Author: gavin
Date: 2015-01-12 12:12:47 +0000 (Mon, 12 Jan 2015)
Log Message:
-----------
parsetexi add copyright notices
Modified Paths:
--------------
trunk/parsetexi/ChangeLog
trunk/parsetexi/api.c
trunk/parsetexi/close.c
trunk/parsetexi/command_data.awk
trunk/parsetexi/command_data.txt
trunk/parsetexi/commands.c
trunk/parsetexi/commands.h
trunk/parsetexi/context_stack.c
trunk/parsetexi/context_stack.h
trunk/parsetexi/convert.c
trunk/parsetexi/debug.c
trunk/parsetexi/def.c
trunk/parsetexi/dump_perl.c
trunk/parsetexi/element_types.awk
trunk/parsetexi/element_types.txt
trunk/parsetexi/end_line.c
trunk/parsetexi/extra.c
trunk/parsetexi/handle_commands.c
trunk/parsetexi/indices.c
trunk/parsetexi/input.c
trunk/parsetexi/labels.c
trunk/parsetexi/labels.h
trunk/parsetexi/macro.c
trunk/parsetexi/main.c
trunk/parsetexi/menus.c
trunk/parsetexi/multitable.c
trunk/parsetexi/parser.c
trunk/parsetexi/separator.c
trunk/parsetexi/text.c
trunk/parsetexi/text.h
trunk/parsetexi/tree.c
trunk/parsetexi/tree.h
trunk/parsetexi/tree_types.h
Modified: trunk/parsetexi/ChangeLog
===================================================================
--- trunk/parsetexi/ChangeLog 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/ChangeLog 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,7 @@
+2014-01-21 Gavin Smith <address@hidden>
+
+ All files: Add copyright and licensing notices.
+
2014-12-20 Gavin Smith <address@hidden>
* labels.c: New file.
Modified: trunk/parsetexi/api.c
===================================================================
--- trunk/parsetexi/api.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/api.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include <stdlib.h>
#include <stdio.h>
Modified: trunk/parsetexi/close.c
===================================================================
--- trunk/parsetexi/close.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/close.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,18 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
#include <stdlib.h>
#include "parser.h"
Modified: trunk/parsetexi/command_data.awk
===================================================================
--- trunk/parsetexi/command_data.awk 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/command_data.awk 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,20 @@
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015
+# 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 3 of the License,
+# 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/>.
+#
+
#######################################################
# From gawk manual
# ord.awk --- do ord and chr
Modified: trunk/parsetexi/command_data.txt
===================================================================
--- trunk/parsetexi/command_data.txt 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/command_data.txt 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,21 @@
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015
+# Free Software Foundation, Inc.
+#
+# This file is part of GNU Texinfo.
+#
+# GNU Texinfo 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 3 of the License,
+# 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/>.
+
# Information from tp/Texinfo/Common.pm
# Not in Common.pm
Modified: trunk/parsetexi/commands.c
===================================================================
--- trunk/parsetexi/commands.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/commands.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include <stdlib.h>
#include <string.h>
Modified: trunk/parsetexi/commands.h
===================================================================
--- trunk/parsetexi/commands.h 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/commands.h 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
typedef struct command_struct {
char *cmdname;
unsigned long flags; /* Up to 32 flags */
Modified: trunk/parsetexi/context_stack.c
===================================================================
--- trunk/parsetexi/context_stack.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/context_stack.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include <stdlib.h>
#include "context_stack.h"
Modified: trunk/parsetexi/context_stack.h
===================================================================
--- trunk/parsetexi/context_stack.h 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/context_stack.h 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
enum context {
ct_NONE,
ct_line,
Modified: trunk/parsetexi/convert.c
===================================================================
--- trunk/parsetexi/convert.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/convert.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include <stdlib.h>
#include "tree_types.h"
Modified: trunk/parsetexi/debug.c
===================================================================
--- trunk/parsetexi/debug.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/debug.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,17 @@
+/* Copyright 2014, 2015 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 3 of the License, 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/>. */
#include <stdarg.h>
#include <stdio.h>
Modified: trunk/parsetexi/def.c
===================================================================
--- trunk/parsetexi/def.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/def.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include "parser.h"
// 1471
Modified: trunk/parsetexi/dump_perl.c
===================================================================
--- trunk/parsetexi/dump_perl.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/dump_perl.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include <stdlib.h>
#include <stdio.h>
Modified: trunk/parsetexi/element_types.awk
===================================================================
--- trunk/parsetexi/element_types.awk 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/element_types.awk 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+# Copyright 2014, 2015 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 3 of the License,
+# 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/>.
+#
+
BEGIN {
print "/* This file automatically generated by element_types.awk */"
print "enum element_type {"
Modified: trunk/parsetexi/element_types.txt
===================================================================
--- trunk/parsetexi/element_types.txt 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/element_types.txt 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,21 @@
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015
+# Free Software Foundation, Inc.
+#
+# This file is part of GNU Texinfo.
+#
+# GNU Texinfo 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 3 of the License,
+# 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/>.
+
# Types for @-commands
#def_line # duplicated below
command_as_argument
Modified: trunk/parsetexi/end_line.c
===================================================================
--- trunk/parsetexi/end_line.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/end_line.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include <stdlib.h>
#include <string.h>
Modified: trunk/parsetexi/extra.c
===================================================================
--- trunk/parsetexi/extra.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/extra.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include <string.h>
#include "parser.h"
Modified: trunk/parsetexi/handle_commands.c
===================================================================
--- trunk/parsetexi/handle_commands.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/handle_commands.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include <stdlib.h>
#include <string.h>
Modified: trunk/parsetexi/indices.c
===================================================================
--- trunk/parsetexi/indices.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/indices.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include "commands.h"
#include "command_ids.h"
Modified: trunk/parsetexi/input.c
===================================================================
--- trunk/parsetexi/input.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/input.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#define _GNU_SOURCE
#include <stdlib.h>
Modified: trunk/parsetexi/labels.c
===================================================================
--- trunk/parsetexi/labels.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/labels.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include "parser.h"
#include "convert.h"
#include "labels.h"
Modified: trunk/parsetexi/labels.h
===================================================================
--- trunk/parsetexi/labels.h 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/labels.h 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
/* Information about a possible target of a cross-reference, often a node. */
typedef struct {
/* The normalized node name for HTML output of the target, used as a key.
Modified: trunk/parsetexi/macro.c
===================================================================
--- trunk/parsetexi/macro.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/macro.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#define _GNU_SOURCE
#include <stdlib.h>
Modified: trunk/parsetexi/main.c
===================================================================
--- trunk/parsetexi/main.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/main.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,18 @@
+/* Copyright 2015 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 3 of the License, 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/>. */
+
#include <stdlib.h>
#include <stdio.h>
Modified: trunk/parsetexi/menus.c
===================================================================
--- trunk/parsetexi/menus.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/menus.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include <stdlib.h>
#include <string.h>
Modified: trunk/parsetexi/multitable.c
===================================================================
--- trunk/parsetexi/multitable.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/multitable.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include "parser.h"
/* Return the parent if in an item_line command, @*table */
Modified: trunk/parsetexi/parser.c
===================================================================
--- trunk/parsetexi/parser.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/parser.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
Modified: trunk/parsetexi/separator.c
===================================================================
--- trunk/parsetexi/separator.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/separator.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include <stdlib.h>
#include <string.h>
Modified: trunk/parsetexi/text.c
===================================================================
--- trunk/parsetexi/text.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/text.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,18 @@
+/* Copyright 2014, 2015 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 3 of the License, 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/>. */
+
#define _GNU_SOURCE
#include <stdlib.h>
#include <string.h>
Modified: trunk/parsetexi/text.h
===================================================================
--- trunk/parsetexi/text.h 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/text.h 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,18 @@
+/* Copyright 2014, 2015 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 3 of the License, 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/>. */
+
void text_init (TEXT *t);
void text_append (TEXT *t, char *s);
void text_append_n (TEXT *t, char *s, size_t len);
Modified: trunk/parsetexi/tree.c
===================================================================
--- trunk/parsetexi/tree.c 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/tree.c 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include <stdlib.h>
#include <string.h>
Modified: trunk/parsetexi/tree.h
===================================================================
--- trunk/parsetexi/tree.h 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/tree.h 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
ELEMENT *new_element (enum element_type type);
void add_to_element_contents (ELEMENT *parent, ELEMENT *e);
void add_to_element_args (ELEMENT *parent, ELEMENT *e);
Modified: trunk/parsetexi/tree_types.h
===================================================================
--- trunk/parsetexi/tree_types.h 2015-01-11 23:06:56 UTC (rev 6035)
+++ trunk/parsetexi/tree_types.h 2015-01-12 12:12:47 UTC (rev 6036)
@@ -1,3 +1,19 @@
+/* Copyright 2010, 2011, 2012, 2013, 2014, 2015
+ 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 3 of the License, 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/>. */
+
#include <stdlib.h>
#include "command_ids.h"
#include "element_types.h"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6036] parsetexi add copyright notices,
Gavin D. Smith <=