Browse Source

Year bump.

woollybah 9 years ago
parent
commit
dd5e11d70e
15 changed files with 15 additions and 15 deletions
  1. 1 1
      base.configmap.bmx
  2. 1 1
      base.stringhelper.bmx
  3. 1 1
      bcc.bmx
  4. 1 1
      config.bmx
  5. 1 1
      ctranslator.bmx
  6. 1 1
      decl.bmx
  7. 1 1
      expr.bmx
  8. 1 1
      iparser.bmx
  9. 1 1
      options.bmx
  10. 1 1
      parser.bmx
  11. 1 1
      stmt.bmx
  12. 1 1
      toker.bmx
  13. 1 1
      transform.c
  14. 1 1
      translator.bmx
  15. 1 1
      type.bmx

+ 1 - 1
base.configmap.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2013-2015 Ronny Otto
+' Copyright (c) 2013-2016 Ronny Otto
 ' 
 ' 
 ' This software is provided 'as-is', without any express or implied
 ' This software is provided 'as-is', without any express or implied
 ' warranty. In no event will the authors be held liable for any damages
 ' warranty. In no event will the authors be held liable for any damages

+ 1 - 1
base.stringhelper.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2014-2015 Ronny Otto
+' Copyright (c) 2014-2016 Ronny Otto
 '
 '
 ' This software is provided 'as-is', without any express or implied
 ' This software is provided 'as-is', without any express or implied
 ' warranty. In no event will the authors be held liable for any damages
 ' warranty. In no event will the authors be held liable for any damages

+ 1 - 1
bcc.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2013-2015 Bruce A Henderson
+' Copyright (c) 2013-2016 Bruce A Henderson
 '
 '
 ' Based on the public domain Monkey "trans" by Mark Sibly
 ' Based on the public domain Monkey "trans" by Mark Sibly
 '
 '

+ 1 - 1
config.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2013-2015 Bruce A Henderson
+' Copyright (c) 2013-2016 Bruce A Henderson
 '
 '
 ' Based on the public domain Monkey "trans" by Mark Sibly
 ' Based on the public domain Monkey "trans" by Mark Sibly
 '
 '

+ 1 - 1
ctranslator.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2013-2015 Bruce A Henderson
+' Copyright (c) 2013-2016 Bruce A Henderson
 '
 '
 ' Based on the public domain Monkey "trans" by Mark Sibly
 ' Based on the public domain Monkey "trans" by Mark Sibly
 '
 '

+ 1 - 1
decl.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2013-2015 Bruce A Henderson
+' Copyright (c) 2013-2016 Bruce A Henderson
 '
 '
 ' Based on the public domain Monkey "trans" by Mark Sibly
 ' Based on the public domain Monkey "trans" by Mark Sibly
 '
 '

+ 1 - 1
expr.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2013-2015 Bruce A Henderson
+' Copyright (c) 2013-2016 Bruce A Henderson
 '
 '
 ' Based on the public domain Monkey "trans" by Mark Sibly
 ' Based on the public domain Monkey "trans" by Mark Sibly
 '
 '

+ 1 - 1
iparser.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2013-2015 Bruce A Henderson
+' Copyright (c) 2013-2016 Bruce A Henderson
 '
 '
 ' Based on the public domain Monkey "trans" by Mark Sibly
 ' Based on the public domain Monkey "trans" by Mark Sibly
 ' 
 ' 

+ 1 - 1
options.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2013-2015 Bruce A Henderson
+' Copyright (c) 2013-2016 Bruce A Henderson
 '
 '
 ' Based on the public domain Monkey "trans" by Mark Sibly
 ' Based on the public domain Monkey "trans" by Mark Sibly
 '
 '

+ 1 - 1
parser.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2013-2015 Bruce A Henderson
+' Copyright (c) 2013-2016 Bruce A Henderson
 '
 '
 ' Based on the public domain Monkey "trans" by Mark Sibly
 ' Based on the public domain Monkey "trans" by Mark Sibly
 '
 '

+ 1 - 1
stmt.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2013-2015 Bruce A Henderson
+' Copyright (c) 2013-2016 Bruce A Henderson
 '
 '
 ' Based on the public domain Monkey "trans" by Mark Sibly
 ' Based on the public domain Monkey "trans" by Mark Sibly
 '
 '

+ 1 - 1
toker.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2013-2015 Bruce A Henderson
+' Copyright (c) 2013-2016 Bruce A Henderson
 '
 '
 ' Based on the public domain Monkey "trans" by Mark Sibly
 ' Based on the public domain Monkey "trans" by Mark Sibly
 '
 '

+ 1 - 1
transform.c

@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2015 Bruce A Henderson
+/* Copyright (c) 2014-2016 Bruce A Henderson
 
 
   This software is provided 'as-is', without any express or implied
   This software is provided 'as-is', without any express or implied
   warranty. In no event will the authors be held liable for any damages
   warranty. In no event will the authors be held liable for any damages

+ 1 - 1
translator.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2013-2015 Bruce A Henderson
+' Copyright (c) 2013-2016 Bruce A Henderson
 '
 '
 ' Based on the public domain Monkey "trans" by Mark Sibly
 ' Based on the public domain Monkey "trans" by Mark Sibly
 '
 '

+ 1 - 1
type.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2013-2015 Bruce A Henderson
+' Copyright (c) 2013-2016 Bruce A Henderson
 '
 '
 ' Based on the public domain Monkey "trans" by Mark Sibly
 ' Based on the public domain Monkey "trans" by Mark Sibly
 '
 '