Skip to content

Commit 8e98b6a

Browse files
update comments to reflect apache-2.0
1 parent dbc0ed3 commit 8e98b6a

22 files changed

+352
-110
lines changed

code/logic/cacheshell.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/crabdb/cacheshell.h"

code/logic/fileshell.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/crabdb/fileshell.h"

code/logic/fossil/crabdb/cacheshell.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_CRABDB_CACHESHELL_H

code/logic/fossil/crabdb/fileshell.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_CRABDB_FILESHELL_H

code/logic/fossil/crabdb/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_CRABDB_FRAMEWORK_H

code/logic/fossil/crabdb/myshell.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_CRABDB_MYSHELL_H

code/logic/fossil/crabdb/noshell.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_CRABDB_NOSHELL_H

code/logic/fossil/crabdb/timeshell.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_CRABDB_TIMESHELL_H

code/logic/myshell.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/crabdb/myshell.h"

code/logic/noshell.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/crabdb/noshell.h"

0 commit comments

Comments
 (0)