Improve XML parsing to handle attributes as well.
[cfb.git] / prod / net / jaekl / cfb / db / Column.java
index bd06570dd2bfdfbe8560ca47f5ec60d0efd857a5..527ad7ddc5e2eea64c7653635393de02efa40b5a 100644 (file)
@@ -1,5 +1,7 @@
 package net.jaekl.cfb.db;
 
+// Copyright (C) 2015 Christian Jaekl
+
 public class Column {
        public enum Type {
                CHAR, INTEGER, TIMESTAMP, TIMESTAMPTZ, VARCHAR