Skip to content

Commit 483ee0a

Browse files
update comments to reflect apache-2.0
1 parent 0608521 commit 483ee0a

33 files changed

+527
-164
lines changed

code/logic/cstring.c

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
/*
1+
/**
22
* -----------------------------------------------------------------------------
33
* Project: Fossil Logic
44
*
5-
* This file is part of the Fossil Logic project, which aims to develop high-
6-
* performance, cross-platform applications and libraries. The code contained
7-
* herein is subject to the terms and conditions defined in the project license.
5+
* This file is part of the Fossil Logic project, which aims to develop
6+
* high-performance, cross-platform applications and libraries. The code
7+
* contained herein is licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License. You may obtain
9+
* a copy of the License at:
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
* License for the specific language governing permissions and limitations
17+
* under the License.
818
*
919
* Author: Michael Gene Brockus (Dreamer)
20+
* Date: 04/05/2014
1021
*
11-
* Copyright (C) 2024 Fossil Logic. All rights reserved.
22+
* Copyright (C) 2014-2025 Fossil Logic. All rights reserved.
1223
* -----------------------------------------------------------------------------
1324
*/
1425
#include "fossil/io/cstring.h"

code/logic/error.c

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
/*
1+
/**
22
* -----------------------------------------------------------------------------
33
* Project: Fossil Logic
44
*
5-
* This file is part of the Fossil Logic project, which aims to develop high-
6-
* performance, cross-platform applications and libraries. The code contained
7-
* herein is subject to the terms and conditions defined in the project license.
5+
* This file is part of the Fossil Logic project, which aims to develop
6+
* high-performance, cross-platform applications and libraries. The code
7+
* contained herein is licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License. You may obtain
9+
* a copy of the License at:
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
* License for the specific language governing permissions and limitations
17+
* under the License.
818
*
919
* Author: Michael Gene Brockus (Dreamer)
20+
* Date: 04/05/2014
1021
*
11-
* Copyright (C) 2024 Fossil Logic. All rights reserved.
22+
* Copyright (C) 2014-2025 Fossil Logic. All rights reserved.
1223
* -----------------------------------------------------------------------------
1324
*/
1425
#include "fossil/io/error.h"

code/logic/fossil/io/cstring.h

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
/*
1+
/**
22
* -----------------------------------------------------------------------------
33
* Project: Fossil Logic
44
*
5-
* This file is part of the Fossil Logic project, which aims to develop high-
6-
* performance, cross-platform applications and libraries. The code contained
7-
* herein is subject to the terms and conditions defined in the project license.
5+
* This file is part of the Fossil Logic project, which aims to develop
6+
* high-performance, cross-platform applications and libraries. The code
7+
* contained herein is licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License. You may obtain
9+
* a copy of the License at:
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
* License for the specific language governing permissions and limitations
17+
* under the License.
818
*
919
* Author: Michael Gene Brockus (Dreamer)
20+
* Date: 04/05/2014
1021
*
11-
* Copyright (C) 2024 Fossil Logic. All rights reserved.
22+
* Copyright (C) 2014-2025 Fossil Logic. All rights reserved.
1223
* -----------------------------------------------------------------------------
1324
*/
1425
#ifndef FOSSIL_IO_CSTRING_H

code/logic/fossil/io/error.h

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
/*
1+
/**
22
* -----------------------------------------------------------------------------
33
* Project: Fossil Logic
44
*
5-
* This file is part of the Fossil Logic project, which aims to develop high-
6-
* performance, cross-platform applications and libraries. The code contained
7-
* herein is subject to the terms and conditions defined in the project license.
5+
* This file is part of the Fossil Logic project, which aims to develop
6+
* high-performance, cross-platform applications and libraries. The code
7+
* contained herein is licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License. You may obtain
9+
* a copy of the License at:
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
* License for the specific language governing permissions and limitations
17+
* under the License.
818
*
919
* Author: Michael Gene Brockus (Dreamer)
20+
* Date: 04/05/2014
1021
*
11-
* Copyright (C) 2024 Fossil Logic. All rights reserved.
22+
* Copyright (C) 2014-2025 Fossil Logic. All rights reserved.
1223
* -----------------------------------------------------------------------------
1324
*/
1425
#ifndef FOSSIL_IO_ERROR_H

code/logic/fossil/io/framework.h

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
/*
1+
/**
22
* -----------------------------------------------------------------------------
33
* Project: Fossil Logic
44
*
5-
* This file is part of the Fossil Logic project, which aims to develop high-
6-
* performance, cross-platform applications and libraries. The code contained
7-
* herein is subject to the terms and conditions defined in the project license.
5+
* This file is part of the Fossil Logic project, which aims to develop
6+
* high-performance, cross-platform applications and libraries. The code
7+
* contained herein is licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License. You may obtain
9+
* a copy of the License at:
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
* License for the specific language governing permissions and limitations
17+
* under the License.
818
*
919
* Author: Michael Gene Brockus (Dreamer)
20+
* Date: 04/05/2014
1021
*
11-
* Copyright (C) 2024 Fossil Logic. All rights reserved.
22+
* Copyright (C) 2014-2025 Fossil Logic. All rights reserved.
1223
* -----------------------------------------------------------------------------
1324
*/
1425
#ifndef FOSSIL_IO_FRAMEWORK_H

code/logic/fossil/io/input.h

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
/*
1+
/**
22
* -----------------------------------------------------------------------------
33
* Project: Fossil Logic
44
*
5-
* This file is part of the Fossil Logic project, which aims to develop high-
6-
* performance, cross-platform applications and libraries. The code contained
7-
* herein is subject to the terms and conditions defined in the project license.
5+
* This file is part of the Fossil Logic project, which aims to develop
6+
* high-performance, cross-platform applications and libraries. The code
7+
* contained herein is licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License. You may obtain
9+
* a copy of the License at:
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
* License for the specific language governing permissions and limitations
17+
* under the License.
818
*
919
* Author: Michael Gene Brockus (Dreamer)
20+
* Date: 04/05/2014
1021
*
11-
* Copyright (C) 2024 Fossil Logic. All rights reserved.
22+
* Copyright (C) 2014-2025 Fossil Logic. All rights reserved.
1223
* -----------------------------------------------------------------------------
1324
*/
1425
#ifndef FOSSIL_IO_INPUT_H

code/logic/fossil/io/output.h

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
/*
1+
/**
22
* -----------------------------------------------------------------------------
33
* Project: Fossil Logic
44
*
5-
* This file is part of the Fossil Logic project, which aims to develop high-
6-
* performance, cross-platform applications and libraries. The code contained
7-
* herein is subject to the terms and conditions defined in the project license.
5+
* This file is part of the Fossil Logic project, which aims to develop
6+
* high-performance, cross-platform applications and libraries. The code
7+
* contained herein is licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License. You may obtain
9+
* a copy of the License at:
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
* License for the specific language governing permissions and limitations
17+
* under the License.
818
*
919
* Author: Michael Gene Brockus (Dreamer)
20+
* Date: 04/05/2014
1021
*
11-
* Copyright (C) 2024 Fossil Logic. All rights reserved.
22+
* Copyright (C) 2014-2025 Fossil Logic. All rights reserved.
1223
* -----------------------------------------------------------------------------
1324
*/
1425
#ifndef FOSSIL_IO_OUTPUT_H

code/logic/fossil/io/parser.h

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
/*
1+
/**
22
* -----------------------------------------------------------------------------
33
* Project: Fossil Logic
44
*
5-
* This file is part of the Fossil Logic project, which aims to develop high-
6-
* performance, cross-platform applications and libraries. The code contained
7-
* herein is subject to the terms and conditions defined in the project license.
5+
* This file is part of the Fossil Logic project, which aims to develop
6+
* high-performance, cross-platform applications and libraries. The code
7+
* contained herein is licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License. You may obtain
9+
* a copy of the License at:
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
* License for the specific language governing permissions and limitations
17+
* under the License.
818
*
919
* Author: Michael Gene Brockus (Dreamer)
20+
* Date: 04/05/2014
1021
*
11-
* Copyright (C) 2024 Fossil Logic. All rights reserved.
22+
* Copyright (C) 2014-2025 Fossil Logic. All rights reserved.
1223
* -----------------------------------------------------------------------------
1324
*/
1425
#ifndef FOSSIL_IO_PARSER_H

code/logic/fossil/io/soap.h

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,24 @@
22
* -----------------------------------------------------------------------------
33
* Project: Fossil Logic
44
*
5-
* This file is part of the Fossil Logic project, which aims to develop high-
6-
* performance, cross-platform applications and libraries. The code contained
7-
* herein is subject to the terms and conditions defined in the project license.
5+
* This file is part of the Fossil Logic project, which aims to develop
6+
* high-performance, cross-platform applications and libraries. The code
7+
* contained herein is licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License. You may obtain
9+
* a copy of the License at:
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
* License for the specific language governing permissions and limitations
17+
* under the License.
818
*
919
* Author: Michael Gene Brockus (Dreamer)
20+
* Date: 04/05/2014
1021
*
11-
* Copyright (C) 2024 Fossil Logic. All rights reserved.
22+
* Copyright (C) 2014-2025 Fossil Logic. All rights reserved.
1223
* -----------------------------------------------------------------------------
1324
*/
1425
#ifndef FOSSIL_IO_SOAP_H

code/logic/fossil/io/stream.h

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
/*
1+
/**
22
* -----------------------------------------------------------------------------
33
* Project: Fossil Logic
44
*
5-
* This file is part of the Fossil Logic project, which aims to develop high-
6-
* performance, cross-platform applications and libraries. The code contained
7-
* herein is subject to the terms and conditions defined in the project license.
5+
* This file is part of the Fossil Logic project, which aims to develop
6+
* high-performance, cross-platform applications and libraries. The code
7+
* contained herein is licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License. You may obtain
9+
* a copy of the License at:
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
* License for the specific language governing permissions and limitations
17+
* under the License.
818
*
919
* Author: Michael Gene Brockus (Dreamer)
20+
* Date: 04/05/2014
1021
*
11-
* Copyright (C) 2024 Fossil Logic. All rights reserved.
22+
* Copyright (C) 2014-2025 Fossil Logic. All rights reserved.
1223
* -----------------------------------------------------------------------------
1324
*/
1425
#ifndef FOSSIL_IO_STREAM_H

0 commit comments

Comments
 (0)