From 783b7b6594cb3fde2b9bf945df7a68cb3afa2d5f Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Fri, 9 Jan 2015 14:53:35 -0500 Subject: [PATCH] Update license headers --- LICENSE | 2 +- ansi.c | 2 +- ast.c | 2 +- ast.h | 2 +- code.c | 2 +- conout.c | 2 +- correct.c | 2 +- exec.c | 2 +- fold.c | 2 +- fs.c | 2 +- ftepp.c | 2 +- gmqcc.h | 2 +- hash.c | 2 +- intrin.c | 2 +- ir.c | 2 +- ir.h | 2 +- lexer.c | 2 +- lexer.h | 2 +- main.c | 2 +- msvc.c | 2 +- opts.c | 2 +- pak.c | 2 +- parser.c | 2 +- parser.h | 2 +- platform.h | 2 +- stat.c | 2 +- test.c | 2 +- utf8.c | 2 +- util.c | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/LICENSE b/LICENSE index 03eeedb..e83dbfc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2012, 2013, 2014 +Copyright (C) 2012, 2013, 2014, 2015 Dale Weiler Wolfgang Bumiller diff --git a/ansi.c b/ansi.c index e377424..1317e15 100644 --- a/ansi.c +++ b/ansi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/ast.c b/ast.c index 3af6ffc..4a07cc2 100644 --- a/ast.c +++ b/ast.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Wolfgang Bumiller * Dale Weiler * diff --git a/ast.h b/ast.h index d1b250d..5b556e1 100644 --- a/ast.h +++ b/ast.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Wolfgang Bumiller * Dale Weiler * diff --git a/code.c b/code.c index ddfbb97..6f040ce 100644 --- a/code.c +++ b/code.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * Wolfgang Bumiller * diff --git a/conout.c b/conout.c index 746275d..c4c285b 100644 --- a/conout.c +++ b/conout.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/correct.c b/correct.c index 074277e..1f7a381 100644 --- a/correct.c +++ b/correct.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * Wolfgang Bumiller * diff --git a/exec.c b/exec.c index 9b6677f..455a6c5 100644 --- a/exec.c +++ b/exec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Wolfgang Bumiller * Dale Weiler * diff --git a/fold.c b/fold.c index 415f870..3755608 100644 --- a/fold.c +++ b/fold.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/fs.c b/fs.c index 17319de..1e06ecc 100644 --- a/fs.c +++ b/fs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/ftepp.c b/ftepp.c index d53fd9e..d2c01df 100644 --- a/ftepp.c +++ b/ftepp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Wolfgang Bumiller * Dale Weiler * diff --git a/gmqcc.h b/gmqcc.h index 5f1bdb3..43153e9 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * Wolfgang Bumiller * diff --git a/hash.c b/hash.c index 01a0d92..9aba831 100644 --- a/hash.c +++ b/hash.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/intrin.c b/intrin.c index c1b84ed..9ddb1a2 100644 --- a/intrin.c +++ b/intrin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/ir.c b/ir.c index c99f591..5a6229f 100644 --- a/ir.c +++ b/ir.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Wolfgang Bumiller * Dale Weiler * diff --git a/ir.h b/ir.h index aa06179..cdf097b 100644 --- a/ir.h +++ b/ir.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Wolfgang Bumiller * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/lexer.c b/lexer.c index 9ed9c39..a495d27 100644 --- a/lexer.c +++ b/lexer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Wolfgang Bumiller * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/lexer.h b/lexer.h index 9187dee..07fa5d7 100644 --- a/lexer.h +++ b/lexer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Wolfgang Bumiller * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/main.c b/main.c index ff15b20..9a027bd 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * Wolfgang Bumiller * diff --git a/msvc.c b/msvc.c index b565cfa..cb13cc2 100644 --- a/msvc.c +++ b/msvc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/opts.c b/opts.c index 5d68355..7c59713 100644 --- a/opts.c +++ b/opts.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Wolfgang Bumiller * Dale Weiler * diff --git a/pak.c b/pak.c index bbe5322..9781c53 100644 --- a/pak.c +++ b/pak.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2014 + * Copyright (C) 2013, 2014, 2015 * Dale Weiler * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/parser.c b/parser.c index b629c87..0b78337 100644 --- a/parser.c +++ b/parser.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Wolfgang Bumiller * Dale Weiler * diff --git a/parser.h b/parser.h index eb77eff..c6fe91d 100644 --- a/parser.h +++ b/parser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Wolfgang Bumiller * Dale Weiler * diff --git a/platform.h b/platform.h index 025aa98..57ba352 100644 --- a/platform.h +++ b/platform.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/stat.c b/stat.c index 650bccd..544ae96 100644 --- a/stat.c +++ b/stat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * Wolfgang Bumiller * diff --git a/test.c b/test.c index 6d8e9ad..4ffba6f 100644 --- a/test.c +++ b/test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/utf8.c b/utf8.c index 06a651a..e9c56bc 100644 --- a/utf8.c +++ b/utf8.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/util.c b/util.c index b1d5c5b..4adcb4a 100644 --- a/util.c +++ b/util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013, 2014 + * Copyright (C) 2012, 2013, 2014, 2015 * Dale Weiler * Wolfgang Bumiller * -- 2.39.2