Skip to content

Commit c3e1b46

Browse files
author
Mathieu Carbou
committed
Fixing parent pom to fix licensing error
1 parent 2585334 commit c3e1b46

File tree

46 files changed

+72
-51
lines changed

Some content is hidden

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

46 files changed

+72
-51
lines changed

core/src/main/java/com/glines/socketio/client/common/SocketIOConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/client/jre/SocketIOConnectionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/client/jre/SocketIOConnectionXHRBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/common/ConnectionState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/common/DisconnectReason.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/common/SocketIOException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/SocketIOClosedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/SocketIOFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/SocketIOInbound.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/SocketIOServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/SocketIOSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/SocketIOSessionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/Transport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/transport/AbstractHttpTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/transport/AbstractTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/transport/ConnectionTimeoutPreventor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/transport/FlashSocketTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/transport/HTMLFileTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/transport/JSONPPollingTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/transport/TransportBuffer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/transport/WebSocketTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/transport/XHRMultipartTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/transport/XHRPollingTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

core/src/main/java/com/glines/socketio/server/transport/XHRTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

extension/gwt/src/main/java/com/glines/socketio/client/gwt/GWTSocketIOConnectionFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

extension/gwt/src/main/java/com/glines/socketio/client/gwt/GWTSocketIOConnectionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

extension/gwt/src/main/resources/com/glines/socketio/Common.gwt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
33
The MIT License
4-
Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
4+
Copyright (c) 2010 Tad Glines
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

extension/gwt/src/main/resources/com/glines/socketio/client/Client.gwt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
33
The MIT License
4-
Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
4+
Copyright (c) 2010 Tad Glines
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

pom.xml

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<organizationUrl>http://www.ovea.com/</organizationUrl>
3232
<timezone>-5</timezone>
3333
<roles>
34-
<role>project administrator</role>
3534
<role>developer</role>
3635
</roles>
3736
</developer>
@@ -182,11 +181,6 @@
182181
<configuration>
183182
<header>https://github.com/mathieucarbou/licenses/raw/master/MIT</header>
184183
<strictCheck>true</strictCheck>
185-
<properties>
186-
<owner>Tad Glines, Mathieu Carbou, Ovea</owner>
187-
<year>${project.inceptionYear}</year>
188-
<email>mathieu.carbou@gmail.com</email>
189-
</properties>
190184
<excludes>
191185
<exclude>README</exclude>
192186
<exclude>src/test/resources/**</exclude>
@@ -251,9 +245,36 @@
251245
<artifactId>maven-license-plugin</artifactId>
252246
<executions>
253247
<execution>
248+
<id>licensing-1</id>
254249
<goals>
255250
<goal>check</goal>
256251
</goals>
252+
<configuration>
253+
<properties>
254+
<owner>Tad Glines</owner>
255+
<year>${project.inceptionYear}</year>
256+
</properties>
257+
<includes>
258+
<include>**/*.java</include>
259+
<include>**/*.xml</include>
260+
<include>**/*.html</include>
261+
</includes>
262+
</configuration>
263+
</execution>
264+
<execution>
265+
<id>licensing-2</id>
266+
<goals>
267+
<goal>check</goal>
268+
</goals>
269+
<configuration>
270+
<properties>
271+
<owner>Ovea</owner>
272+
<year>2011</year>
273+
</properties>
274+
<includes>
275+
<include>PLACEHOLDER</include>
276+
</includes>
277+
</configuration>
257278
</execution>
258279
</executions>
259280
</plugin>

samples/broadcast/src/main/java/com/glines/socketio/sample/broadcast/BroadcastServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

samples/broadcast/src/main/java/com/glines/socketio/sample/broadcast/BroadcastSocketServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

samples/broadcast/src/main/webapp/WEB-INF/web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
44
The MIT License
5-
Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
5+
Copyright (c) 2010 Tad Glines
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

samples/chat-gwt/src/main/java/com/glines/socketio/sample/gwtchat/GWTChatServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

samples/chat-gwt/src/main/java/com/glines/socketio/sample/gwtchat/GWTChatSocketServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

samples/chat-gwt/src/main/java/com/glines/socketio/sample/gwtchat/client/GWTChatClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

samples/chat-gwt/src/main/resources/com/glines/socketio/sample/gwtchat/GWTChat.gwt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
33
The MIT License
4-
Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
4+
Copyright (c) 2010 Tad Glines
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

samples/chat-gwt/src/main/resources/com/glines/socketio/sample/gwtchat/gwtchat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
33
The MIT License
4-
Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
4+
Copyright (c) 2010 Tad Glines
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

samples/chat-gwt/src/main/webapp/WEB-INF/web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
44
The MIT License
5-
Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
5+
Copyright (c) 2010 Tad Glines
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

samples/chat/src/main/java/com/glines/socketio/sample/chat/ChatServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

samples/chat/src/main/java/com/glines/socketio/sample/chat/ChatSocketServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The MIT License
3-
* Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
3+
* Copyright (c) 2010 Tad Glines
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

samples/chat/src/main/resources/com/glines/socketio/sample/chat/chat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
33
The MIT License
4-
Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
4+
Copyright (c) 2010 Tad Glines
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

samples/chat/src/main/webapp/WEB-INF/web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
44
The MIT License
5-
Copyright (c) 2010 Tad Glines, Mathieu Carbou, Ovea
5+
Copyright (c) 2010 Tad Glines
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)