This is an automated email from the ASF dual-hosted git repository.
klund pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 9357435 GEODE-5355: Fix apache license header of new backup classes
9357435 is described below
commit 935743586a874dce4b4b780aefe0c653d42f8902
Author: Kirk Lund <[email protected]>
AuthorDate: Thu Jul 5 16:36:58 2018 -0700
GEODE-5355: Fix apache license header of new backup classes
---
.../geode/internal/cache/backup/BackupConfigFactory.java | 14 ++++++++++++++
.../geode/internal/cache/backup/BackupLockService.java | 14 ++++++++++++++
2 files changed, 28 insertions(+)
diff --git
a/geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupConfigFactory.java
b/geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupConfigFactory.java
index 18611b5..e77f5ec 100644
---
a/geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupConfigFactory.java
+++
b/geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupConfigFactory.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
contributor license
+ * agreements. See the NOTICE file distributed with this work for additional
information regarding
+ * copyright ownership. The ASF licenses this file to You under the Apache
License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance with the
License. You may obtain a
+ * copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express
+ * or implied. See the License for the specific language governing permissions
and limitations under
+ * the License.
+ */
package org.apache.geode.internal.cache.backup;
import static
org.apache.geode.internal.cache.backup.AbstractBackupWriterConfig.TIMESTAMP;
diff --git
a/geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupLockService.java
b/geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupLockService.java
index 615b678..56d3346 100644
---
a/geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupLockService.java
+++
b/geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupLockService.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
contributor license
+ * agreements. See the NOTICE file distributed with this work for additional
information regarding
+ * copyright ownership. The ASF licenses this file to You under the Apache
License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance with the
License. You may obtain a
+ * copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express
+ * or implied. See the License for the specific language governing permissions
and limitations under
+ * the License.
+ */
package org.apache.geode.internal.cache.backup;
import org.apache.geode.distributed.DistributedLockService;