]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Happy new years!
authorDale Weiler <killfieldengine@gmail.com>
Tue, 1 Jan 2013 05:08:55 +0000 (05:08 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Tue, 1 Jan 2013 05:08:55 +0000 (05:08 +0000)
19 files changed:
ast.c
ast.h
code.c
conout.c
exec.c
file.c
ftepp.c
gmqcc.h
ir.c
ir.h
lexer.c
lexer.h
main.c
opts.c
opts.def
parser.c
test.c
utf8.c
util.c

diff --git a/ast.c b/ast.c
index 50b852ae22a3b6bbbf86bb87685f279266bf0436..6e14bbc2184c8d8e7805495773b997c17d8aba0f 100644 (file)
--- a/ast.c
+++ b/ast.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Wolfgang Bumiller
  *     Dale Weiler 
  *
diff --git a/ast.h b/ast.h
index 5f553798980ad9c1ea216dd31ea658b9228a192f..97a3dc0f4ef88a5c3ac07e5db29cafcfa90be254 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Wolfgang Bumiller
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/code.c b/code.c
index 092555170035850f4c441246977f1309b247eecb..779fcb020dca0f8d94c68664ca88588d99805523 100644 (file)
--- a/code.c
+++ b/code.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Dale Weiler
  *     Wolfgang Bumiller
  *
index 7c526e184015b3b2f29523230f6f07ded6d83201..39d02fbf8116c179c4c30bab8ff1adbc6ab175af 100644 (file)
--- a/conout.c
+++ b/conout.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Dale Weiler
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/exec.c b/exec.c
index 1d6d182c939a8fc2521b6acc40bd873927907184..8df96f01145007c37dc4ca4d9bc23c1bcab1109d 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Wolfgang Bumiller
  *     Dale Weiler
  *
diff --git a/file.c b/file.c
index b551b149b6fba4dc0c14e2c6b2357d158f169f49..fd7b84e67a67911f171866e25de4418373677145 100644 (file)
--- a/file.c
+++ b/file.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     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 b9a03690483ffc2633311ad20ca1bfbdca3411c2..f5f0969fe9d18f88fb6d2c6c2675097b356a43a4 100644 (file)
--- a/ftepp.c
+++ b/ftepp.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Wolfgang Bumiller
  *     Dale Weiler 
  *
diff --git a/gmqcc.h b/gmqcc.h
index e31410ed9e1d1698e7afc1b76a22e5292129840b..52ae6c72cb3778ac35ff2826ec3c0e6c537ba4e5 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Dale Weiler
  *     Wolfgang Bumiller
  *
diff --git a/ir.c b/ir.c
index 9f76892f67af0cd3be1c0015c3e4957127a1dd86..9458038dd18522ba7378b41d0957200f5fcba5c2 100644 (file)
--- a/ir.c
+++ b/ir.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Wolfgang Bumiller
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/ir.h b/ir.h
index 4a1778e9d11d0b9e011745546802560e1feb10a2..973f89d45a49b20a0ef1613f874ebcb753fe88ef 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     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 ca013d5e4fa280975e34563a35e31ecdf60a6fc7..30ac500ca0b95be47e26d6df7d28fbfd885bee53 100644 (file)
--- a/lexer.c
+++ b/lexer.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     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 28bae8a30beafeb6bc06b279da0de4c95718e70b..4368cf1cf69923d48ffaf33c2c73769cc6b768f6 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     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 f659e4776dd292a5af167644fc9262cd0bbf48c1..7fc176aa90e2e077202cdc6df9f72d2ced5b479f 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Dale Weiler
  *     Wolfgang Bumiller
  *
diff --git a/opts.c b/opts.c
index d326e42906647b9f3e9775fd254586dccd197e3a..c5c358d5e1dc8417a1428de24a84dde23af0d653 100644 (file)
--- a/opts.c
+++ b/opts.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Wolfgang Bumiller
  *     Dale Weiler 
  *
index a1576daaf9f5b7b0c0a3a16a3bc7fa87bc212caa..41ff6d49432c8963197bc7bc196cbde19be5b832 100644 (file)
--- a/opts.def
+++ b/opts.def
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Wolfgang Bumiller
  *     Dale Weiler
  *
index ce1b212071b3910e2c9fb868e46f2b74f73c37ea..260e81d94163ebceb762149d70ddc6bf2db075b6 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Wolfgang Bumiller
  *     Dale Weiler
  * 
diff --git a/test.c b/test.c
index 0762876735d4a30bd469fb567dbdc37c35b2900b..bf32885a19fb31a306f8c5b784eb99d4e0f1441b 100644 (file)
--- a/test.c
+++ b/test.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     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 391fc0951d34ba89e275940ef4ef9000f5a09c28..209317b03c38760a94cbbe9443803d48dd45c828 100644 (file)
--- a/utf8.c
+++ b/utf8.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Wolfgang Bumiller
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/util.c b/util.c
index 4b641a679bd1251d80696b68a6144b64e24e2621..ddf7805ccf35ba392351241ed02ccbd3d2e81309 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Dale Weiler
  *     Wolfgang Bumiller
  *