spmallette commented on code in PR #3337: URL: https://github.com/apache/tinkerpop/pull/3337#discussion_r2977384292
########## gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/auth.ts: ########## @@ -0,0 +1,81 @@ +/* + * 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 Review Comment: small nit: i recently normalized license headers across the code base using the standard text the ASF has. for some reason, coding agents are writing their own weird stuff in there. anyway, this is the format to user here: https://github.com/apache/tinkerpop/blob/master/bin/asf-license-header.txt also, the https://github.com/apache/tinkerpop/blob/master/bin/fix-license-headers.py script can help clean this stuff up. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
