Skip to content

Commit f420182

Browse files
committed
+ regenerates examples using latest, and with timestamps now disabled
+ update copyrights in test root
1 parent b8fab67 commit f420182

97 files changed

Lines changed: 678 additions & 268 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/test/java/unquietcode/tools/flapi/AbstractCompiledTest.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*********************************************************************
2-
Flapi, the fluent API builder for Java.
3-
Visit the project page at https://github.com/UnquietCode/Flapi
2+
Copyright 2015 the Flapi authors
43
5-
Flapi is free and open software provided without a license.
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
615
********************************************************************/
716

817
package unquietcode.tools.flapi;

src/test/java/unquietcode/tools/flapi/AtLeast_T.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*********************************************************************
2-
Flapi, the fluent API builder for Java.
3-
Visit the project page at https://github.com/UnquietCode/Flapi
2+
Copyright 2015 the Flapi authors
43
5-
Flapi is free and open software provided without a license.
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
615
********************************************************************/
716

817
package unquietcode.tools.flapi;

src/test/java/unquietcode/tools/flapi/BlackHoleStream.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*********************************************************************
2-
Flapi, the fluent API builder for Java.
3-
Visit the project page at https://github.com/UnquietCode/Flapi
2+
Copyright 2015 the Flapi authors
43
5-
Flapi is free and open software provided without a license.
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
615
********************************************************************/
716

817
package unquietcode.tools.flapi;

src/test/java/unquietcode/tools/flapi/BlockReference_T.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*********************************************************************
2-
Flapi, the fluent API builder for Java.
3-
Visit the project page at https://github.com/UnquietCode/Flapi
2+
Copyright 2015 the Flapi authors
43
5-
Flapi is free and open software provided without a license.
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
615
********************************************************************/
716

817
package unquietcode.tools.flapi;

src/test/java/unquietcode/tools/flapi/BuildChecks_T.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*********************************************************************
2-
Flapi, the fluent API builder for Java.
3-
Visit the project page at https://github.com/UnquietCode/Flapi
2+
Copyright 2015 the Flapi authors
43
5-
Flapi is free and open software provided without a license.
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
615
********************************************************************/
716

817
package unquietcode.tools.flapi;

src/test/java/unquietcode/tools/flapi/ClassResolution_T.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*********************************************************************
2-
Flapi, the fluent API builder for Java.
3-
Visit the project page at https://github.com/UnquietCode/Flapi
2+
Copyright 2015 the Flapi authors
43
5-
Flapi is free and open software provided without a license.
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
615
********************************************************************/
716

817
package unquietcode.tools.flapi;

src/test/java/unquietcode/tools/flapi/GenerateEverything.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*********************************************************************
2-
Flapi, the fluent API builder for Java.
3-
Visit the project page at https://github.com/UnquietCode/Flapi
2+
Copyright 2015 the Flapi authors
43
5-
Flapi is free and open software provided without a license.
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
615
********************************************************************/
716

817
package unquietcode.tools.flapi;

src/test/java/unquietcode/tools/flapi/GraphNaming_T.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*********************************************************************
2-
Flapi, the fluent API builder for Java.
3-
Visit the project page at https://github.com/UnquietCode/Flapi
2+
Copyright 2015 the Flapi authors
43
5-
Flapi is free and open software provided without a license.
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
615
********************************************************************/
716

817
package unquietcode.tools.flapi;

src/test/java/unquietcode/tools/flapi/GroupedMethods_T.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*********************************************************************
2-
Flapi, the fluent API builder for Java.
3-
Visit the project page at https://github.com/UnquietCode/Flapi
2+
Copyright 2015 the Flapi authors
43
5-
Flapi is free and open software provided without a license.
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
615
********************************************************************/
716

817
package unquietcode.tools.flapi;

src/test/java/unquietcode/tools/flapi/LogMachineBuilderTest.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*********************************************************************
2-
Flapi, the fluent API builder for Java.
3-
Visit the project page at https://github.com/UnquietCode/Flapi
2+
Copyright 2015 the Flapi authors
43
5-
Flapi is free and open software provided without a license.
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
615
********************************************************************/
716

817
package unquietcode.tools.flapi;

0 commit comments

Comments
 (0)