File tree Expand file tree Collapse file tree 11 files changed +101
-5
lines changed
main/java/com/speedment/common/codegen
test/java/com/speedment/common/codegen Expand file tree Collapse file tree 11 files changed +101
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments