Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions checkstyle-header.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
* Copyright (c) 2017, salesforce.com, inc.
* All rights reserved.
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
3 changes: 1 addition & 2 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
<!-- Checks for Headers -->
<!-- See http://checkstyle.sf.net/config_header.html -->
<module name="Header">
<property name="header"
value="/*\n * Copyright (c) 2017, salesforce.com, inc.\n * All rights reserved.\n * Licensed under the BSD 3-Clause license.\n * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause\n */"/>
<property name="headerFile" value="checkstyle-header.txt"/>
<property name="fileExtensions" value="java"/>
</module>

Expand Down
49 changes: 0 additions & 49 deletions demos/RxChat/RxChat-Client/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions demos/RxChat/RxChat-Client/src/main/proto/Chat.proto

This file was deleted.

This file was deleted.

66 changes: 0 additions & 66 deletions demos/RxChat/RxChat-Server/pom.xml

This file was deleted.

This file was deleted.

Loading