[java-parent-project] branch main updated: GEN-269 - Replace code header

Scott Cantor cantor.2 at osu.edu
Tue Aug 1 14:29:04 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=c530aee095d89e6a423050f0c495cec549431927

The following commit(s) were added to refs/heads/main by this push:
     new c530aee  GEN-269 - Replace code header
c530aee is described below

commit c530aee095d89e6a423050f0c495cec549431927
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 1 10:29:01 2023 -0400

    GEN-269 - Replace code header
    
    https://shibboleth.atlassian.net/browse/GEN-269
    
    Update Eclipse code template in parent project.
---
 resources/eclipse/codetemplates.xml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/resources/eclipse/codetemplates.xml b/resources/eclipse/codetemplates.xml
index 2491c29..2a3c034 100644
--- a/resources/eclipse/codetemplates.xml
+++ b/resources/eclipse/codetemplates.xml
@@ -7,12 +7,9 @@
  *
  * ${tags}
  */</template><template autoinsert="false" context="filecomment_context" deleted="false" description="Comment for created Java files" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.filecomment" name="filecomment">/*
- * Licensed to the University Corporation for Advanced Internet Development,
- * Inc. (UCAID) under one or more contributor license agreements.  See the
- * NOTICE file distributed with this work for additional information regarding
- * copyright ownership. The UCAID 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
+ * 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
  *
  *    http://www.apache.org/licenses/LICENSE-2.0
  *
@@ -48,4 +45,4 @@ ${body_statement}</template><template autoinsert="true" context="constructorbody
  *
  * ${tags}
  */</template><template autoinsert="true" context="recordbody_context" deleted="true" description="Code in new record type bodies" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.recordbody" name="recordbody">
-</template></templates>
\ No newline at end of file
+</template></templates>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list