Skip to content

Commit 6eefb27

Browse files
committed
updates code generator copyright
1 parent 32d3e35 commit 6eefb27

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

codegen/src/main/scala/org/hatdex/hat/dal/CustomizedCodeGenerator.scala

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
package org.hatdex.hat.dal
226

327
import slick.codegen.SourceCodeGenerator

codegen/src/main/scala/org/hatdex/hat/dal/SlickPostgresDriver.scala

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
package org.hatdex.hat.dal
226

327
import com.github.tminglei.slickpg._

0 commit comments

Comments
 (0)