Skip to content

Commit 05e147e

Browse files
committed
Update license headers
1 parent 8995b2e commit 05e147e

File tree

11 files changed

+101
-5
lines changed

11 files changed

+101
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
44
5-
Copyright (c) 2006-2016, Speedment, Inc. All Rights Reserved.
5+
Copyright (c) 2006-2017, Speedment, Inc. All Rights Reserved.
66
77
Licensed under the Apache License, Version 2.0 (the "License"); You may not
88
use this file except in compliance with the License. You may obtain a copy of

src/main/java/com/speedment/common/codegen/controller/package-info.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/**
2+
*
3+
* Copyright (c) 2006-2017, Speedment, Inc. All Rights Reserved.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); You may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at:
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
117
/**
218
* Controllers that automate certain tasks on the model hierarchy is located
319
* here. These components are useful to keep the model initialization short

src/main/java/com/speedment/common/codegen/internal/java/view/trait/HasInitalizersView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
*
3-
* Copyright (c) 2006-2016, Speedment, Inc. All Rights Reserved.
3+
* Copyright (c) 2006-2017, Speedment, Inc. All Rights Reserved.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License"); You may not
66
* use this file except in compliance with the License. You may obtain a copy of

src/main/java/com/speedment/common/codegen/model/modifier/package-info.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/**
2+
*
3+
* Copyright (c) 2006-2017, Speedment, Inc. All Rights Reserved.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); You may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at:
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
117
/**
218
* Implementations of the
319
* {@link com.speedment.common.codegen.model.modifier.Modifier} interface that

src/main/java/com/speedment/common/codegen/model/package-info.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/**
2+
*
3+
* Copyright (c) 2006-2017, Speedment, Inc. All Rights Reserved.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); You may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at:
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
117
/**
218
* Models for typical object-oriented language building blocks are located in
319
* this package. The ambition of codegen is to separate model, view and

src/main/java/com/speedment/common/codegen/model/trait/package-info.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/**
2+
*
3+
* Copyright (c) 2006-2017, Speedment, Inc. All Rights Reserved.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); You may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at:
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
117
/**
218
* Common traits used by the codegen models located in the
319
* {@code com.speedment.codegen.lang.model} package.

src/main/java/com/speedment/common/codegen/package-info.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/**
2+
*
3+
* Copyright (c) 2006-2017, Speedment, Inc. All Rights Reserved.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); You may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at:
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
117
/**
218
* The main interfaces of the codegen library are located in this package.
319
* <p>

src/main/java/com/speedment/common/codegen/util/package-info.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/**
2+
*
3+
* Copyright (c) 2006-2017, Speedment, Inc. All Rights Reserved.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); You may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at:
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
117
/**
218
* Utility methods for the codegen library are located in this package.
319
* <p>

src/test/java/com/speedment/common/codegen/internal/DefaultRenderStackTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
*
3-
* Copyright (c) 2006-2016, Speedment, Inc. All Rights Reserved.
3+
* Copyright (c) 2006-2017, Speedment, Inc. All Rights Reserved.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License"); You may not
66
* use this file except in compliance with the License. You may obtain a copy of

src/test/java/com/speedment/common/codegen/internal/TestGenericInterfaces.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
*
3-
* Copyright (c) 2006-2016, Speedment, Inc. All Rights Reserved.
3+
* Copyright (c) 2006-2017, Speedment, Inc. All Rights Reserved.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License"); You may not
66
* use this file except in compliance with the License. You may obtain a copy of

0 commit comments

Comments
 (0)