Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Change license to LGPL-2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Serong <[email protected]>
Signed-off-by: Moritz Röhrich <[email protected]>
  • Loading branch information
tserong committed Nov 13, 2023
1 parent 7863f64 commit 40097c5
Show file tree
Hide file tree
Showing 16 changed files with 562 additions and 366 deletions.
703 changes: 502 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

15 changes: 4 additions & 11 deletions src/checks.cc
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*/

#include "checks.h"
Expand Down
15 changes: 4 additions & 11 deletions src/checks.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*/

#ifndef FSCK_SFS_SRC_CHECKS_H__
Expand Down
15 changes: 4 additions & 11 deletions src/checks/metadata_integrity.cc
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*/

#include "metadata_integrity.h"
Expand Down
15 changes: 4 additions & 11 deletions src/checks/metadata_integrity.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*/

#ifndef FSCK_SFS_SRC_CHECKS_METADATA_INTEGRITY_H__
Expand Down
15 changes: 4 additions & 11 deletions src/checks/metadata_schema_version.cc
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*/

#include "metadata_schema_version.h"
Expand Down
15 changes: 4 additions & 11 deletions src/checks/metadata_schema_version.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*
* - - -
*
Expand Down
15 changes: 4 additions & 11 deletions src/checks/object_integrity.cc
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*/

#include "object_integrity.h"
Expand Down
15 changes: 4 additions & 11 deletions src/checks/object_integrity.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*
* - - -
*
Expand Down
15 changes: 4 additions & 11 deletions src/checks/orphaned_metadata.cc
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*/

#include "orphaned_metadata.h"
Expand Down
15 changes: 4 additions & 11 deletions src/checks/orphaned_metadata.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*
* - - -
*
Expand Down
15 changes: 4 additions & 11 deletions src/checks/orphaned_objects.cc
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*/

#include "orphaned_objects.h"
Expand Down
15 changes: 4 additions & 11 deletions src/checks/orphaned_objects.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*
* - - -
*
Expand Down
15 changes: 4 additions & 11 deletions src/main.cc
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*
* - - -
*
Expand Down
15 changes: 4 additions & 11 deletions src/sqlite.cc
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*/

#include "sqlite.h"
Expand Down
15 changes: 4 additions & 11 deletions src/sqlite.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
/*
* Copyright 2023 SUSE, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software
* Foundation. See file LICENSE.
*
* - - -
*
Expand Down

0 comments on commit 40097c5

Please sign in to comment.