Skip to content

Commit 8e48d92

Browse files
author
Ian D
committed
Updated copyright notice.
1 parent 3fdd782 commit 8e48d92

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+67
-48
lines changed

src/aio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The opening and saving functions.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/aio.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions and tags for opening and saving files.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/app.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions for handling the application structure.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/app.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Defines the app data structure.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/aris-proof.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions for handling the aris proof guis.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/aris-proof.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Contains the data backends for the aris GUI.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/aris.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The GNU Aris program.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -157,7 +157,7 @@ void
157157
version ()
158158
{
159159
printf ("%s - %s\n", PACKAGE_NAME, VERSION);
160-
printf ("Copyright (C) 2012, 2013 Ian Dunn.\n");
160+
printf ("Copyright (C) 2012, 2013, 2014 Ian Dunn.\n");
161161
printf ("License GPLv3: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n");
162162
printf ("This is free software: you are free to change and redistribute it.\n");
163163
printf ("There is NO WARRANTY, to the extent premitted by the law.\n");

src/callbacks.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions to handle callbacks for Aris.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/callbacks.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The declarations of callback functions.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/conf-file.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Defines routines to read from the configuration file.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/conf-file.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Defines routines to read from the configuration file.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/goal.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions to handle the goal structures.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/goal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Contains the data structure for the goal GUI.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/interop-isar.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions and tags for opening and saving files.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/list.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions to handle the doubly-linked list structures.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/list.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The doubly-linked list structure.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/menu.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The construct_menu_item function.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/menu.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Menu data types.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/pound.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Several convenient pound defines.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/process-main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Contains the main process function, from which the others are called.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/process.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Processing functions used by all main process functions.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/process.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Definitions of Aris' processing engine.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/proof.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Proof data type functions.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/proof.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Proof data type.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/rules-table.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions for handling the rules table.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/rules-table.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The rules table data type.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/rules.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The rules definitions.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/sen-data.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions for handling sentence data.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/sen-data.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The sentence data structure.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/sen-parent.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions for handling sentence parents.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/sen-parent.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The sentence parent data type.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/sentence.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions for handling the sentence structure.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/sentence.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The sentence structure.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/sexpr-process-bool.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions for processing boolean rules.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/sexpr-process-equiv.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions for processing equivalence rules.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/sexpr-process-infer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions for processing inference rules.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/sexpr-process-misc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions for processing the miscellaneous rules.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/sexpr-process-quant.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions for processing quantifier rules.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/sexpr-process.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Processing functions used by all sexpr processing functions.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/sexpr-process.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Definitions of aris' sexpr processing engine.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/typedef.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Typedefs.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/undo.c

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/* Functions for handling undo and redo.
2+
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
This program is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
14+
15+
You should have received a copy of the GNU General Public License
16+
along with this program. If not, see <http://www.gnu.org/licenses/>.
17+
*/
18+
19+
120
#include <stdlib.h>
221
#include <string.h>
322
#include <stdio.h>

src/undo.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/* Contains the data backends for the aris GUI.
1+
/* Contains the undo data type and function declarations.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/var.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions for handling variables.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/var.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The variable data type.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/vec.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Functions for the vector data type.
22
3-
Copyright (C) 2012, 2013 Ian Dunn.
3+
Copyright (C) 2012, 2013, 2014 Ian Dunn.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)