Skip to content

Commit 2a878b7

Browse files
committed
updated copyright years
1 parent a70512e commit 2a878b7

Some content is hidden

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

100 files changed

+103
-105
lines changed

BUILD-FROM-SCRATCH

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#use this with parameters and env variables like "configure"
44

5-
#Copyright (C) 2000,2002,2003,2006,2007,2008 Free Software Foundation, Inc.
5+
#Copyright (C) 2000,2002,2003,2006,2007,2008,2013 Free Software Foundation, Inc.
66

77
#This file is part of Gforth.
88

Benchres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 Free Software Foundation, Inc.
1+
Copyright (C) 2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 Free Software Foundation, Inc.
22

33
This file is free documentation; the Free Software Foundation gives
44
unlimited permission to copy, distribute and modify it.

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Makefile for Gforth
22

3-
#Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 Free Software Foundation, Inc.
3+
#Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 Free Software Foundation, Inc.
44

55
#This file is part of Gforth.
66

ans-report.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ report words used from the various wordsets
22

3-
\ Copyright (C) 1996,1998,1999,2003,2005,2006,2007,2009 Free Software Foundation, Inc.
3+
\ Copyright (C) 1996,1998,1999,2003,2005,2006,2007,2009,2012 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

ansi.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ ansi.fs Define terminal attributes 20may93jaw
22

3-
\ Copyright (C) 1995,1996,1997,1998,2001,2003,2007 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1996,1997,1998,2001,2003,2007,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

arch/386/machine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This is the machine-specific part for Intel 386 compatible processors
33
4-
Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2012 Free Software Foundation, Inc.
4+
Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2012,2013 Free Software Foundation, Inc.
55
66
This file is part of Gforth.
77

arch/amd64/machine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This is the machine-specific part for the AMD64 (née x86-64) architecture.
33
4-
Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2011 Free Software Foundation, Inc.
4+
Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2011,2013 Free Software Foundation, Inc.
55
66
This file is part of Gforth.
77

arch/arm/android/androidmain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Android main() for Gforth on Android
22
3-
Copyright (C) 2012 Free Software Foundation, Inc.
3+
Copyright (C) 2012,2013 Free Software Foundation, Inc.
44
55
This file is part of Gforth.
66

arch/r8c/prim.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ r8c/m16c primitives
22

3-
\ Copyright (C) 2006,2007,2010 Free Software Foundation, Inc.
3+
\ Copyright (C) 2006,2007,2010,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

archive.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ very simple archive format 29jul2012py
22

3-
\ Copyright (C) 2012 Free Software Foundation, Inc.
3+
\ Copyright (C) 2012,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

assert.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ assertions
22

3-
\ Copyright (C) 1995,1996,1997,1999,2002,2003,2007,2010,2012 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1996,1997,1999,2002,2003,2007,2010,2012,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

backtrac.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ backtrace handling
22

3-
\ Copyright (C) 1999,2000,2003,2004,2006,2007,2012 Free Software Foundation, Inc.
3+
\ Copyright (C) 1999,2000,2003,2004,2006,2007,2012,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

code.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ ASSEMBLER, CODE etc.
22

3-
\ Copyright (C) 1995,1996,1997,1999,2003,2007,2010 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1996,1997,1999,2003,2007,2010,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

comp-i.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ Compare nonrelocatable images and produce a relocatable image
22

3-
\ Copyright (C) 1996,1997,1998,2002,2003,2004,2007,2010,2012 Free Software Foundation, Inc.
3+
\ Copyright (C) 1996,1997,1998,2002,2003,2004,2007,2010,2012,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22

3-
#Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 Free Software Foundation, Inc.
3+
#Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 Free Software Foundation, Inc.
44

55
#This file is part of Gforth.
66

cross.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\ CROSS.FS The Cross-Compiler 06oct92py
22
\ Idea and implementation: Bernd Paysan (py)
33

4-
\ Copyright (C) 1995,1996,1997,1998,1999,2000,2003,2004,2005,2006,2007,2009,2010,2011,2012 Free Software Foundation, Inc.
4+
\ Copyright (C) 1995,1996,1997,1998,1999,2000,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013 Free Software Foundation, Inc.
55

66
\ This file is part of Gforth.
77

debugs.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ Simple debugging aids
22

3-
\ Copyright (C) 1995,1997,1999,2002,2003,2004,2005,2006,2007,2009,2011,2012 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1997,1999,2002,2003,2004,2005,2006,2007,2009,2011,2012,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

doc/gforth.ds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ a fast and portable implementation of the ANS Forth language. It
6161
serves as reference manual, but it also contains an introduction to
6262
Forth and a Forth tutorial.
6363

64-
Copyright @copyright{} 1995, 1996, 1997, 1998, 2000, 2003, 2004,2005,2006,2007,2008,2009,2010,2011,2012 Free Software Foundation, Inc.
64+
Copyright @copyright{} 1995, 1996, 1997, 1998, 2000, 2003, 2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 Free Software Foundation, Inc.
6565

6666
@quotation
6767
Permission is granted to copy, distribute and/or modify this document

ds2texi.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ documentation source to texi format converter
22

3-
\ Copyright (C) 1995,1996,1997,1998,1999,2003,2005,2007,2008 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1996,1997,1998,1999,2003,2005,2007,2008,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

ekey.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ ekey etc.
22

3-
\ Copyright (C) 1999,2002,2003,2004,2005,2006,2007,2008,2009 Free Software Foundation, Inc.
3+
\ Copyright (C) 1999,2002,2003,2004,2005,2006,2007,2008,2009,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

engine/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Makefile for the C part of Gforth
22

3-
#Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2008,2009,2011,2012 Free Software Foundation, Inc.
3+
#Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2008,2009,2011,2012,2013 Free Software Foundation, Inc.
44

55
#This file is part of Gforth.
66

engine/engine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Gforth virtual machine (aka inner interpreter)
22
3-
Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2010,2011,2012 Free Software Foundation, Inc.
3+
Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2010,2011,2012,2013 Free Software Foundation, Inc.
44
55
This file is part of Gforth.
66

engine/forth.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* common header file
22
3-
Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 Free Software Foundation, Inc.
3+
Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 Free Software Foundation, Inc.
44
55
This file is part of Gforth.
66

engine/io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* direct key io driver
22
3-
Copyright (C) 1995,1996,1997,1998,1999,2002,2003,2006,2007,2008,2009,2010,2012 Free Software Foundation, Inc.
3+
Copyright (C) 1995,1996,1997,1998,1999,2002,2003,2006,2007,2008,2009,2010,2012,2013 Free Software Foundation, Inc.
44
55
This file is part of Gforth.
66

engine/libcc.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* header file for libcc-generated C code
22
3-
Copyright (C) 2006,2007,2008,2012 Free Software Foundation, Inc.
3+
Copyright (C) 2006,2007,2008,2012,2013 Free Software Foundation, Inc.
44
55
This file is part of Gforth.
66

engine/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* command line interpretation, image loading etc. for Gforth
22
33
4-
Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 Free Software Foundation, Inc.
4+
Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 Free Software Foundation, Inc.
55
66
This file is part of Gforth.
77

engine/signals.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* signal handling
22
3-
Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2011,2012 Free Software Foundation, Inc.
3+
Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2011,2012,2013 Free Software Foundation, Inc.
44
55
This file is part of Gforth.
66

engine/support.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Gforth support functions
22
3-
Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2006,2007,2008,2009,2010,2011,2012 Free Software Foundation, Inc.
3+
Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2006,2007,2008,2009,2010,2011,2012,2013 Free Software Foundation, Inc.
44
55
This file is part of Gforth.
66

envos.fs.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ envos.fs set os-specific environmental queries 07jul97jaw
22

3-
\ Copyright (C) 1997,1999,2000,2003,2006,2007,2008,2009,2010,2012 Free Software Foundation, Inc.
3+
\ Copyright (C) 1997,1999,2000,2003,2006,2007,2008,2009,2010,2012,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

errors.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ Load in error strings
22

3-
\ Copyright (C) 1995,1996,1997,1998,1999,2003,2007 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1996,1997,1998,1999,2003,2007,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

exboot.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\ include except.fs and restart Gforth. Gforth is restarted to create
22
\ an exception frame for the exception handler.
33

4-
\ Copyright (C) 2000,2001,2003,2004,2007 Free Software Foundation, Inc.
4+
\ Copyright (C) 2000,2001,2003,2004,2007,2013 Free Software Foundation, Inc.
55

66
\ This file is part of Gforth.
77

except.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ catch, throw, etc.
22

3-
\ Copyright (C) 1999,2000,2003,2006,2007,2010 Free Software Foundation, Inc.
3+
\ Copyright (C) 1999,2000,2003,2006,2007,2010,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

extend.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ EXTEND.FS CORE-EXT Word not fully tested! 12may93jaw
22

3-
\ Copyright (C) 1995,1998,2000,2003,2005,2007,2009,2010,2011 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1998,2000,2003,2005,2007,2009,2010,2011,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

fflib.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ lib.fs shared library support package 16aug03py
22

3-
\ Copyright (C) 1995,1996,1997,1998,2000,2003,2005,2006,2007,2008,2009 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1996,1997,1998,2000,2003,2005,2006,2007,2008,2009,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

filedump.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/local/lib/gforth/0.2.0/kernel.fi
22
\ file hex dump
33

4-
\ Copyright (C) 1997,2002,2003,2004,2007 Free Software Foundation, Inc.
4+
\ Copyright (C) 1997,2002,2003,2004,2007,2012 Free Software Foundation, Inc.
55

66
\ This file is part of Gforth.
77

float.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ High level floating point 14jan94py
22

3-
\ Copyright (C) 1995,1997,2003,2004,2005,2006,2007,2009,2010,2011,2012 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1997,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

gforth.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; gforth.el --- major mode for editing (G)Forth sources
22

3-
;; Copyright (C) 1995,1996,1997,1998,2000,2001,2003,2004,2007,2008,2010,2011,2012 Free Software Foundation, Inc.
3+
;; Copyright (C) 1995,1996,1997,1998,2000,2001,2003,2004,2007,2008,2010,2011,2012,2013 Free Software Foundation, Inc.
44

55
;; This file is part of Gforth.
66

gforthmi.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! @mi_prefix@/bin/bash
22
# @configure_input@
3-
#Copyright (C) 1997,1998,2000,2002,2003,2004,2007,2012 Free Software Foundation, Inc.
3+
#Copyright (C) 1997,1998,2000,2002,2003,2004,2007,2012,2013 Free Software Foundation, Inc.
44

55
#This file is part of Gforth.
66

@@ -39,7 +39,7 @@ if test $# = 0 || test $1 = --help || test $1 = -h; then
3939
elif test $1 = --version || test $1 = -v; then
4040
echo "gforthmi (@PACKAGE_NAME@) @PACKAGE_VERSION@"
4141
$GFORTH --version
42-
echo 'Copyright (C) 1998,2002,2003,2004,2007,2012 Free Software Foundation, Inc.'
42+
echo 'Copyright (C) 1998,2002,2003,2004,2007,2012,2013 Free Software Foundation, Inc.'
4343
echo 'This program is part of Gforth'
4444
$GFORTH -e "license bye"
4545
exit 0

glocals.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ A powerful locals implementation
22

3-
\ Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2007,2011,2012 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2007,2011,2012,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

hash.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ Hashed dictionaries 15jul94py
22

3-
\ Copyright (C) 1995,1998,2000,2003,2006,2007,2009 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1998,2000,2003,2006,2007,2009,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

history.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ command line edit and history support 16oct94py
22

3-
\ Copyright (C) 1995,2000,2003,2004,2005,2006,2007,2008,2010,2011,2012 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,2000,2003,2004,2005,2006,2007,2008,2010,2011,2012,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

httpd.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/local/bin/gforth
22

3-
\ Copyright (C) 2000,2002,2003,2004,2006,2007,2008 Free Software Foundation, Inc.
3+
\ Copyright (C) 2000,2002,2003,2004,2006,2007,2008,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

kernel-ec/basics.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ kernel.fs GForth kernel 17dec92py
22

3-
\ Copyright (C) 1995,1998,2000,2003,2004,2005,2006,2007,2008,2010,2011,2012 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1998,2000,2003,2004,2005,2006,2007,2008,2010,2011,2012,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

kernel-ec/comp.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ compiler definitions 14sep97jaw
22

3-
\ Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

kernel-ec/errore.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ ERRORE.FS English error strings 9may93jaw
22

3-
\ Copyright (C) 1995,1996,1997,1998,1999,2000,2003,2006,2007,2012 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1996,1997,1998,1999,2000,2003,2006,2007,2012,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

kernel-ec/int.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ definitions needed for interpreter only
22

3-
\ Copyright (C) 1995-2000,2004,2005,2007,2009,2010,2012 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995-2000,2004,2005,2007,2009,2010,2012,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

@@ -735,7 +735,7 @@ Defer 'quit
735735

736736
: gforth ( -- )
737737
." Gforth " version-string type
738-
." , Copyright (C) 1995-2012 Free Software Foundation, Inc." cr
738+
." , Copyright (C) 1995-2012,2013 Free Software Foundation, Inc." cr
739739
." Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'"
740740
[ has? os [IF] ]
741741
cr ." Type `bye' to exit"

kernel-ec/io.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\ input output basics (extra since) 02mar97jaw
22

3-
\ Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2012 Free Software Foundation, Inc.
3+
\ Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2012,2013 Free Software Foundation, Inc.
44

55
\ This file is part of Gforth.
66

0 commit comments

Comments
 (0)