Commit cbf7fc37 authored by Anton Ertl's avatar Anton Ertl
Browse files

updated copyright year

parent c480012c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
Copyright (C) 2003,2004,2005,2006,2007,2008,2009,2010,2011 Free Software Foundation, Inc.
Copyright (C) 2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 Free Software Foundation, Inc.


   This file is free documentation; the Free Software Foundation gives
   This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it.
unlimited permission to copy, distribute and modify it.
+1 −1
Original line number Original line Diff line number Diff line
#make dist targets (workaround for broken makes)
#make dist targets (workaround for broken makes)
#use GNU make if your make does not grok this.
#use GNU make if your make does not grok this.


#Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2008,2010,2011 Free Software Foundation, Inc.
#Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2008,2010,2011,2012 Free Software Foundation, Inc.


#This file is part of Gforth.
#This file is part of Gforth.


+1 −1
Original line number Original line Diff line number Diff line
#Makefile for Gforth
#Makefile for Gforth


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


#This file is part of Gforth.
#This file is part of Gforth.


+1 −1
Original line number Original line Diff line number Diff line
/*
/*
  This is the machine-specific part for Intel 386 compatible processors
  This is the machine-specific part for Intel 386 compatible processors


  Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
  Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2012 Free Software Foundation, Inc.


  This file is part of Gforth.
  This file is part of Gforth.


+1 −1
Original line number Original line Diff line number Diff line
/*
/*
  ARM icache flush support using Linux syscall.  
  ARM icache flush support using Linux syscall.  


  Copyright (C) 2000,2008 Free Software Foundation, Inc.
  Copyright (C) 2000,2008,2012 Free Software Foundation, Inc.


  This file is part of Gforth.
  This file is part of Gforth.


Loading