File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,25 +5,12 @@ This document defines procedural rules and patterns for AI agents working with t
55## Java Coding Standards
66
77### File Headers
8- All Java files must include the standard Apache license header:
8+ All Java files must include the standard MPL-2.0 license header:
99``` java
1010/*
11- * Licensed to the Apache Software Foundation (ASF) under one
12- * or more contributor license agreements. See the NOTICE file
13- * distributed with this work for additional information
14- * regarding copyright ownership. The ASF licenses this file
15- * to you under the Apache License, Version 2.0 (the
16- * "License"); you may not use this file except in compliance
17- * with the License. You may obtain a copy of the License at
18- *
19- * http://www.apache.org/licenses/LICENSE-2.0
20- *
21- * Unless required by applicable law or agreed to in writing,
22- * software distributed under the License is distributed on an
23- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
24- * KIND, either express or implied. See the License for the
25- * specific language governing permissions and limitations
26- * under the License.
11+ * This Source Code Form is subject to the terms of the Mozilla Public
12+ * License, v. 2.0. If a copy of the MPL was not distributed with this
13+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
2714 */
2815package org.apache.fineract.selfservice.example ;
2916```
You can’t perform that action at this time.
0 commit comments