You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This is a vary basic example of the capabilities of the
55
+
* Code Generator.
56
56
*/
57
57
publicstaticvoidmain(String[] params) {
58
58
System.out.println(BASIC_MESSAGE);
@@ -64,4 +64,16 @@ public class BasicExample {
64
64
Currently only the java language is supported, but the language-dependent code is contained in a single package so that more languages can be supported in the future. Most of the java package can probably be reused if the language in question is similair in syntax.
65
65
66
66
## License
67
-
This project is available under the [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0).
67
+
Copyright 2016 Emil Forslund
68
+
69
+
Licensed under the Apache License, Version 2.0 (the "License");
70
+
you may not use this file except in compliance with the License.
0 commit comments