Skip to content

Commit 32258c1

Browse files
dmealingclaude
andcommitted
chore(java): relicense source headers to Apache-2.0 (match repo LICENSE)
Replace 156 proprietary "All Rights Reserved" / "proprietary information … use is subject to license terms" headers with the standard Apache-2.0 source header, matching the repo's top-level Apache-2.0 LICENSE. Each file's copyright year is preserved; the owner is normalized to the current entity and predecessor entity names (Draagon Software LLC, Blue Gnosis LLC) are dropped — including stale @author tags. Per-file descriptive header prose is preserved as a separate comment. Comment-only change; full Java reactor compiles (mvn install -DskipTests). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1211165 commit 32258c1

159 files changed

Lines changed: 1952 additions & 424 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

server/java/codegen-base/src/main/java/com/metaobjects/generator/GeneratorBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* <li>Script execution support</li>
2222
* </ul>
2323
*
24-
* @author Draagon Software
24+
* @author Doug Mealing
2525
* @since 4.4.0
2626
*/
2727
public abstract class GeneratorBase implements Generator {

server/java/codegen-base/src/main/java/com/metaobjects/generator/constraint/CodegenAttributeConstants.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright 2004 Doug Mealing LLC dba Meta Objects. All Rights Reserved.
2+
* Copyright 2004 Doug Mealing LLC dba Meta Objects
33
*
4-
* This software is the proprietary information of Doug Mealing LLC dba Meta Objects.
5-
* Use is subject to license terms.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716
package com.metaobjects.generator.constraint;
817

server/java/codegen-base/src/test/java/com/metaobjects/generator/SealedRegistryCodegenGateTest.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright 2003 Doug Mealing LLC dba Meta Objects. All Rights Reserved.
2+
* Copyright 2003 Doug Mealing LLC dba Meta Objects
33
*
4-
* This software is the proprietary information of Doug Mealing LLC dba Meta Objects.
5-
* Use is subject to license terms.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716
package com.metaobjects.generator;
817

server/java/codegen-mustache/src/main/java/com/metaobjects/generator/mustache/JpaConstants.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright 2003 Doug Mealing LLC dba Meta Objects. All Rights Reserved.
2+
* Copyright 2003 Doug Mealing LLC dba Meta Objects
33
*
4-
* This software is the proprietary information of Doug Mealing LLC dba Meta Objects.
5-
* Use is subject to license terms.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716

817
package com.metaobjects.generator.mustache;

server/java/maven-plugin/src/main/java/com/metaobjects/mojo/MavenLoaderConfiguration.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright 2003 Doug Mealing LLC dba Meta Objects. All Rights Reserved.
2+
* Copyright 2003 Doug Mealing LLC dba Meta Objects
33
*
4-
* This software is the proprietary information of Doug Mealing LLC dba Meta Objects.
5-
* Use is subject to license terms.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716
package com.metaobjects.mojo;
817

server/java/metadata/src/main/java/com/metaobjects/ErrorCode.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright 2003 Doug Mealing LLC dba Meta Objects. All Rights Reserved.
2+
* Copyright 2003 Doug Mealing LLC dba Meta Objects
33
*
4-
* This software is the proprietary information of Doug Mealing LLC dba Meta Objects.
5-
* Use is subject to license terms.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716
package com.metaobjects;
817

server/java/metadata/src/main/java/com/metaobjects/InvalidMetaDataException.java

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* Copyright (c) 2003-2012 Doug Mealing LLC.
2+
* Copyright 2003-2012 Doug Mealing LLC dba Meta Objects
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
/*
317
* All rights reserved. This program and the accompanying materials
418
* are made available under the terms of the Eclipse Public License v1.0
519
* which accompanies this distribution, and is available at

server/java/metadata/src/main/java/com/metaobjects/InvalidValueException.java

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* Copyright (c) 2003-2012 Doug Mealing LLC.
2+
* Copyright 2003-2012 Doug Mealing LLC dba Meta Objects
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
/*
317
* All rights reserved. This program and the accompanying materials
418
* are made available under the terms of the Eclipse Public License v1.0
519
* which accompanies this distribution, and is available at

server/java/metadata/src/main/java/com/metaobjects/MetaData.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright 2003 Doug Mealing LLC dba Meta Objects. All Rights Reserved.
2+
* Copyright 2003 Doug Mealing LLC dba Meta Objects
33
*
4-
* This software is the proprietary information of Doug Mealing LLC dba Meta Objects.
5-
* Use is subject to license terms.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716
package com.metaobjects;
817

server/java/metadata/src/main/java/com/metaobjects/MetaDataAware.java

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* Copyright (c) 2012 Doug Mealing LLC.
2+
* Copyright 2012 Doug Mealing LLC dba Meta Objects
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
/*
317
* All rights reserved. This program and the accompanying materials
418
* are made available under the terms of the Eclipse Public License v1.0
519
* which accompanies this distribution, and is available at

0 commit comments

Comments
 (0)