diff --git a/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/CopySitesPublishUrlFeature.java b/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/CopySitesPublishUrlFeature.java index 03459096bf..4d3fcfe295 100644 --- a/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/CopySitesPublishUrlFeature.java +++ b/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/CopySitesPublishUrlFeature.java @@ -1,8 +1,9 @@ -/* +/*- + * #%L * ACS AEM Commons Bundle - * - * Copyright (C) 2013 - 2024 Adobe - * + * %% + * Copyright (C) 2013 - 2024 AEM developer community + * %% * Licensed 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 @@ -14,6 +15,7 @@ * 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. + * #L% */ package com.adobe.acs.commons.wcm.impl; diff --git a/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/PublishUrlServlet.java b/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/PublishUrlServlet.java index ecbe11e0fd..fab2f3e908 100644 --- a/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/PublishUrlServlet.java +++ b/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/PublishUrlServlet.java @@ -1,8 +1,9 @@ -/* +/*- + * #%L * ACS AEM Commons Bundle - * - * Copyright (C) 2024 Adobe - * + * %% + * Copyright (C) 2013 - 2024 AEM developer community + * %% * Licensed 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 @@ -14,6 +15,7 @@ * 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. + * #L% */ package com.adobe.acs.commons.wcm.impl;