File tree Expand file tree Collapse file tree 22 files changed +352
-110
lines changed Expand file tree Collapse file tree 22 files changed +352
-110
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments