File tree 2 files changed +48
-0
lines changed
codegen/src/main/scala/org/hatdex/hat/dal
2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2017 HAT Data Exchange Ltd
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ *
5
+ * This file is part of the Hub of All Things project (HAT).
6
+ *
7
+ * HAT is free software: you can redistribute it and/or modify
8
+ * it under the terms of the GNU Affero General Public License
9
+ * as published by the Free Software Foundation, version 3 of
10
+ * the License.
11
+ *
12
+ * HAT is distributed in the hope that it will be useful, but
13
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
15
+ * the GNU Affero General Public License for more details.
16
+ *
17
+ * You should have received a copy of the GNU Affero General
18
+ * Public License along with this program. If not, see
19
+ * <http://www.gnu.org/licenses/>.
20
+ *
21
+ * Written by Andrius Aucinas <andrius.aucinas@hatdex.org>
22
+ * 2 / 2017
23
+ */
24
+
1
25
package org .hatdex .hat .dal
2
26
3
27
import slick .codegen .SourceCodeGenerator
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2017 HAT Data Exchange Ltd
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ *
5
+ * This file is part of the Hub of All Things project (HAT).
6
+ *
7
+ * HAT is free software: you can redistribute it and/or modify
8
+ * it under the terms of the GNU Affero General Public License
9
+ * as published by the Free Software Foundation, version 3 of
10
+ * the License.
11
+ *
12
+ * HAT is distributed in the hope that it will be useful, but
13
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
15
+ * the GNU Affero General Public License for more details.
16
+ *
17
+ * You should have received a copy of the GNU Affero General
18
+ * Public License along with this program. If not, see
19
+ * <http://www.gnu.org/licenses/>.
20
+ *
21
+ * Written by Andrius Aucinas <andrius.aucinas@hatdex.org>
22
+ * 2 / 2017
23
+ */
24
+
1
25
package org .hatdex .hat .dal
2
26
3
27
import com .github .tminglei .slickpg ._
You can’t perform that action at this time.
0 commit comments