[
https://issues.apache.org/jira/browse/GEODE-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945973#comment-14945973
]
Robert Geiger commented on GEODE-18:
------------------------------------
Needed adds:
gemfire-core/src/main/java/com/gemstone/gemfire/cache/partition/PartitionListenerAdapter.java
needs license header and change:
- * Note : Please contact Pivotal support before using these APIs
+ * Note : Please request help on the Geode dev mailing list
+ * ([email protected] <[email protected]>)
+ * before using these APIs.
gemfire-core/src/main/java/com/gemstone/gemfire/internal/i18n/LocalizedStrings.java:
- public static final StringId
GatewayImpl_GATEWAY_SOCKET_READ_TIMEOUT_DISABLED = new StringIdImpl(5124,
"Setting the socket read timeout on a gateway is currently disabled. Please
contact Pivotal support for assistance.");
+ public static final StringId
GatewayImpl_GATEWAY_SOCKET_READ_TIMEOUT_DISABLED = new StringIdImpl(5124,
"Setting the socket read timeout on a gateway is currently disabled.");
build.gradle:
- "Product-Name" : "Pivotal GemFire",
+ "Product-Name" : "Apache Geode",
gemfire-core/src/main/java/com/gemstone/gemfire/internal/Banner.java also needs
agreed upon new banner text.
> Initial Code Cleanup
> --------------------
>
> Key: GEODE-18
> URL: https://issues.apache.org/jira/browse/GEODE-18
> Project: Geode
> Issue Type: Task
> Components: general
> Affects Versions: 1.0.0-incubating
> Reporter: Niall Pemberton
> Assignee: Dick Cavender
> Fix For: 1.0.0-incubating
>
> Attachments:
> 0001-Replace-Pivotal-License-Header-with-Apache-License.patch,
> 0002-Add-Missing-Apache-License-headers.patch,
> geode-rat-report-2015-05-11.txt, geode-rat-report-2015-05-17.txt
>
>
> Please see the Incubator guide:
> * http://incubator.apache.org/guides/mentor.html#initial-clean-up
> Source & Notice File policy:
> * http://www.apache.org/legal/src-headers.html
> Apache RAT is a tool that can help with source file headers:
> * http://creadur.apache.org/rat/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)