Happy new year!

This commit is contained in:
Dale Weiler 2014-01-01 06:24:16 -05:00
parent b6b4a87cbf
commit a934e0fe4b
29 changed files with 29 additions and 29 deletions

2
ansi.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

2
ast.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Wolfgang Bumiller
* Dale Weiler
*

2
ast.h
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Wolfgang Bumiller
* Dale Weiler
*

2
code.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
* Wolfgang Bumiller
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
* Wolfgang Bumiller
*

2
exec.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Wolfgang Bumiller
* Dale Weiler
*

2
fold.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

2
fs.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Wolfgang Bumiller
* Dale Weiler
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
* Wolfgang Bumiller
*

2
hash.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

2
ir.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Wolfgang Bumiller
* Dale Weiler
*

2
ir.h
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Wolfgang Bumiller
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Wolfgang Bumiller
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Wolfgang Bumiller
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

2
main.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
* Wolfgang Bumiller
*

2
msvc.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

2
opts.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Wolfgang Bumiller
* Dale Weiler
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Wolfgang Bumiller
* Dale Weiler
*

2
pak.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013
* Copyright (C) 2013, 2014
* Dale Weiler
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Wolfgang Bumiller
* Dale Weiler
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Wolfgang Bumiller
* Dale Weiler
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

2
stat.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
* Wolfgang Bumiller
*

2
test.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

2
utf8.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

2
util.c
View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012, 2013
* Copyright (C) 2012, 2013, 2014
* Dale Weiler
* Wolfgang Bumiller
*