]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Update license headers
authorDale Weiler <weilercdale@gmail.com>
Fri, 9 Jan 2015 19:53:35 +0000 (14:53 -0500)
committerDale Weiler <weilercdale@gmail.com>
Fri, 9 Jan 2015 19:53:35 +0000 (14:53 -0500)
29 files changed:
LICENSE
ansi.c
ast.c
ast.h
code.c
conout.c
correct.c
exec.c
fold.c
fs.c
ftepp.c
gmqcc.h
hash.c
intrin.c
ir.c
ir.h
lexer.c
lexer.h
main.c
msvc.c
opts.c
pak.c
parser.c
parser.h
platform.h
stat.c
test.c
utf8.c
util.c

diff --git a/LICENSE b/LICENSE
index 03eeedb63309ce7766e2f6962b9873de67c26f40..e83dbfc907b540ff30e45e77297e8d15309c383b 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2012, 2013, 2014
+Copyright (C) 2012, 2013, 2014, 2015
     Dale Weiler
     Wolfgang Bumiller
 
     Dale Weiler
     Wolfgang Bumiller
 
diff --git a/ansi.c b/ansi.c
index e377424e035014a4560660609138485e1fc5f475..1317e150b0c4afa808283901645a319e83920a6b 100644 (file)
--- 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
  *     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 3af6ffcfd5c1b69acddbf0babf077888a57d80ce..4a07cc2f43131b934526f3f2496f1abe7e1c23d4 100644 (file)
--- 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
  *
  *     Wolfgang Bumiller
  *     Dale Weiler
  *
diff --git a/ast.h b/ast.h
index d1b250d8abb5cc4a5e2ffc1ebc945e8a13a7d09f..5b556e1be52912e44a554c1b4e99a4d059b3097b 100644 (file)
--- 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
  *
  *     Wolfgang Bumiller
  *     Dale Weiler
  *
diff --git a/code.c b/code.c
index ddfbb977f2b1dd6b451d4d4d3becc4426de1dea7..6f040ce1c1155a4aafb18ec5d96f942bcd9fb37f 100644 (file)
--- 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
  *
  *     Dale Weiler
  *     Wolfgang Bumiller
  *
index 746275d3cf870d2372b35212cb8b55649a5f3571..c4c285bb59ec0f21c5c71d6af175a3f6d1626546 100644 (file)
--- 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
  *     Dale Weiler
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy of
index 074277eecb48b6cd7aa5222c52b2373338314e8c..1f7a381ddaf50c960d0bfb0dfb5895217e91f82f 100644 (file)
--- 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
  *
  *     Dale Weiler
  *     Wolfgang Bumiller
  *
diff --git a/exec.c b/exec.c
index 9b6677f38305469bf8a9866ae04b6cebc779765b..455a6c5805555afecc81a392ee17486b1d225958 100644 (file)
--- 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
  *
  *     Wolfgang Bumiller
  *     Dale Weiler
  *
diff --git a/fold.c b/fold.c
index 415f8705d46822223dc4c903ae29ab3b0270409f..3755608885a216880fd8a4145ac1306a33ccf5a7 100644 (file)
--- 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
  *     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 17319de834de41888d5099e21b3ef9b4fa57b26e..1e06ecc03f66621638a865539fdf3a14716db8a3 100644 (file)
--- 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
  *     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 d53fd9e8876338ec8880694301130aeb558aeac0..d2c01df501d2a1b301d076b06226c3d2043ce5fd 100644 (file)
--- 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
  *
  *     Wolfgang Bumiller
  *     Dale Weiler
  *
diff --git a/gmqcc.h b/gmqcc.h
index 5f1bdb3cfc00ca21fa9b5b814bc969caebd66a7b..43153e9271167187bf3727005938fae15101b4fb 100644 (file)
--- 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
  *
  *     Dale Weiler
  *     Wolfgang Bumiller
  *
diff --git a/hash.c b/hash.c
index 01a0d924867e17a3f1a64631891e2980c39f1c78..9aba831623a167d5a0ed32f7f54a326de8490cf5 100644 (file)
--- 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
  *     Dale Weiler
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy of
index c1b84ed230c9165619bdcca9f8461b5589125271..9ddb1a2670ad0d2356e2bc795fb796df0e73b969 100644 (file)
--- 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
  *     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 c99f591e884ced27c055be2633adf18007826076..5a6229fc9f87d0259054a3fd839e3a9d4ed914ac 100644 (file)
--- 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
  *
  *     Wolfgang Bumiller
  *     Dale Weiler
  *
diff --git a/ir.h b/ir.h
index aa06179ee5b7e10dab2519612859bb04aa200eb2..cdf097bed4e17d31a2da7fc41a28e16497a7b93a 100644 (file)
--- 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
  *     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 9ed9c39f25742afd29caff28e37578e3bfb6aebe..a495d27fa4cb034305b735ddef884198885e4267 100644 (file)
--- 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
  *     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 9187dee089bce496322363f13a4d395e5f00214d..07fa5d7480a8ad67edb9654187c2384d4adfff92 100644 (file)
--- 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
  *     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 ff15b20ec329802c1c2167fe76866fccbf92ef22..9a027bd73a11e592e8b59c3e725c2c3d3e939d6b 100644 (file)
--- 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
  *
  *     Dale Weiler
  *     Wolfgang Bumiller
  *
diff --git a/msvc.c b/msvc.c
index b565cfaf9da8c0fef7aa9cef4797d6bda3b5e991..cb13cc2dcce74d4f81a173ea219952dc4a558aed 100644 (file)
--- 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
  *     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 5d68355832ab7b55df6da1d28251cd89736c0060..7c597130ef3c813d2b6e4af626bacf876bb74ffe 100644 (file)
--- 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
  *
  *     Wolfgang Bumiller
  *     Dale Weiler
  *
diff --git a/pak.c b/pak.c
index bbe532225dea867790d774d49d026ba5e8bc4d31..9781c53aa2f8a9bcc3a603809cc3d48812e7c840 100644 (file)
--- 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
  *     Dale Weiler
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy of
index b629c8787a60911da9dc2db9baf9579535012a3d..0b7833717c099605211b8f485537f0a3b5dece19 100644 (file)
--- 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
  *
  *     Wolfgang Bumiller
  *     Dale Weiler
  *
index eb77effe8e5e046c4f248cc96da39d6be9b054b3..c6fe91d86ac0c8f26159740485407ffefffb8afe 100644 (file)
--- 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
  *
  *     Wolfgang Bumiller
  *     Dale Weiler
  *
index 025aa980b6e7811c16a2b677b4b44642f24d1894..57ba3526b4fbef9ce695f703c9fada81b76e3d19 100644 (file)
@@ -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
  *     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 650bccdf040a0f83a324c70b94a545086d70aef4..544ae962b68c5263244c1a17cd97e8929aadeb59 100644 (file)
--- 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
  *
  *     Dale Weiler
  *     Wolfgang Bumiller
  *
diff --git a/test.c b/test.c
index 6d8e9ad7192bf08ff2e583c5b3be9c343d57e37b..4ffba6f38298110f38c5594a48c65cb0a9aa4af5 100644 (file)
--- 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
  *     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 06a651ac5fada4e3cbdc6e9629c2b1deade8abc5..e9c56bc1e5e7b457f3f8e8e0df4c95ed7739c9de 100644 (file)
--- 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
  *     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 b1d5c5ba37bc589e89611358fac2fd3c783e727d..4adcb4a9d13132d381c862b59be52ca668263176 100644 (file)
--- 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
  *
  *     Dale Weiler
  *     Wolfgang Bumiller
  *