Skip to content

Commit 5d92eca

Browse files
committed
Remove <p/> from copyright messages
1 parent 0e46a96 commit 5d92eca

35 files changed

+210
-66
lines changed

affinity-test/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2013 Peter Lawrey
3+
~ Copyright 2014 Higher Frequency Trading
4+
~
5+
~ http://www.higherfrequencytrading.com
46
~
57
~ Licensed under the Apache License, Version 2.0 (the "License");
68
~ you may not use this file except in compliance with the License.
79
~ You may obtain a copy of the License at
810
~
9-
~ http://www.apache.org/licenses/LICENSE-2.0
11+
~ http://www.apache.org/licenses/LICENSE-2.0
1012
~
1113
~ Unless required by applicable law or agreed to in writing, software
1214
~ distributed under the License is distributed on an "AS IS" BASIS,

affinity-test/src/main/java/net/openhft/affinity/osgi/OSGiPlaceholder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
22
* Copyright 2014 Higher Frequency Trading
3-
* <p/>
3+
*
44
* http://www.higherfrequencytrading.com
5-
* <p/>
5+
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
9-
* <p/>
9+
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
11-
* <p/>
11+
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

affinity-test/src/test/java/net/openhft/osgi/osgi/OSGiBundleTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
22
* Copyright 2014 Higher Frequency Trading
3-
* <p/>
3+
*
44
* http://www.higherfrequencytrading.com
5-
* <p/>
5+
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
9-
* <p/>
9+
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
11-
* <p/>
11+
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

affinity-test/src/test/java/net/openhft/osgi/osgi/OSGiTestBase.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
22
* Copyright 2014 Higher Frequency Trading
3-
* <p/>
3+
*
44
* http://www.higherfrequencytrading.com
5-
* <p/>
5+
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
9-
* <p/>
9+
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
11-
* <p/>
11+
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

affinity/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2013 Peter Lawrey
3+
~ Copyright 2014 Higher Frequency Trading
4+
~
5+
~ http://www.higherfrequencytrading.com
46
~
57
~ Licensed under the Apache License, Version 2.0 (the "License");
68
~ you may not use this file except in compliance with the License.
79
~ You may obtain a copy of the License at
810
~
9-
~ http://www.apache.org/licenses/LICENSE-2.0
11+
~ http://www.apache.org/licenses/LICENSE-2.0
1012
~
1113
~ Unless required by applicable law or agreed to in writing, software
1214
~ distributed under the License is distributed on an "AS IS" BASIS,

affinity/src/main/java/java/lang/ThreadLifecycleListener.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*
2+
* Copyright 2014 Higher Frequency Trading
3+
*
4+
* http://www.higherfrequencytrading.com
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
17+
*/
18+
119
package java.lang;
220

321

affinity/src/main/java/java/lang/ThreadTrackingGroup.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*
2+
* Copyright 2014 Higher Frequency Trading
3+
*
4+
* http://www.higherfrequencytrading.com
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
17+
*/
18+
119
package java.lang;
220

321
/**

affinity/src/main/java/net/openhft/affinity/AffinityLock.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
* Copyright 2013 Peter Lawrey
2+
* Copyright 2014 Higher Frequency Trading
3+
*
4+
* http://www.higherfrequencytrading.com
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.
68
* You may obtain a copy of the License at
79
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* http://www.apache.org/licenses/LICENSE-2.0
911
*
1012
* Unless required by applicable law or agreed to in writing, software
1113
* distributed under the License is distributed on an "AS IS" BASIS,

affinity/src/main/java/net/openhft/affinity/AffinityStrategies.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
* Copyright 2013 Peter Lawrey
2+
* Copyright 2014 Higher Frequency Trading
3+
*
4+
* http://www.higherfrequencytrading.com
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.
68
* You may obtain a copy of the License at
79
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* http://www.apache.org/licenses/LICENSE-2.0
911
*
1012
* Unless required by applicable law or agreed to in writing, software
1113
* distributed under the License is distributed on an "AS IS" BASIS,

affinity/src/main/java/net/openhft/affinity/AffinityStrategy.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
* Copyright 2013 Peter Lawrey
2+
* Copyright 2014 Higher Frequency Trading
3+
*
4+
* http://www.higherfrequencytrading.com
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.
68
* You may obtain a copy of the License at
79
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* http://www.apache.org/licenses/LICENSE-2.0
911
*
1012
* Unless required by applicable law or agreed to in writing, software
1113
* distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)