MCPcopy Create free account
hub / github.com/apache/solr / get_license_header

Function get_license_header

dev-tools/scripts/scaffoldNewModule.py:67–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 ''' % module_name)
66
67def get_license_header():
68 return dedent('''\
69 /*
70 * Licensed to the Apache Software Foundation (ASF) under one or more
71 * contributor license agreements. See the NOTICE file distributed with
72 * this work for additional information regarding copyright ownership.
73 * The ASF licenses this file to You under the Apache License, Version 2.0
74 * (the "License"); you may not use this file except in compliance with
75 * the License. You may obtain a copy of the License at
76 *
77 * http://www.apache.org/licenses/LICENSE-2.0
78 *
79 * Unless required by applicable law or agreed to in writing, software
80 * distributed under the License is distributed on an "AS IS" BASIS,
81 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
82 * See the License for the specific language governing permissions and
83 * limitations under the License.
84 */''')
85
86def get_build_gradle(description):
87 return dedent('''\

Callers 1

scaffold_folderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…