Skip to content

Commit 1426c3c

Browse files
committed
Updated headers to match LGPL3+ license
1 parent 8574ea8 commit 1426c3c

File tree

7 files changed

+119
-21
lines changed

7 files changed

+119
-21
lines changed

include/lsp-plug.in/r3d/backend.h

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
/*
2-
* backend.h
2+
* Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
* (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
34
*
4-
* Created on: 18 апр. 2019 г.
5-
* Author: sadko
5+
* This file is part of lsp-r3d-base-lib
6+
* Created on: 18 апр. 2019 г.
7+
*
8+
* lsp-r3d-base-lib is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU Lesser General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* any later version.
12+
*
13+
* lsp-r3d-base-lib is distributed in the hope that it will be useful,
14+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
* GNU Lesser General Public License for more details.
17+
*
18+
* You should have received a copy of the GNU Lesser General Public License
19+
* along with lsp-r3d-base-lib. If not, see <https://www.gnu.org/licenses/>.
620
*/
721

822
#ifndef LSP_PLUG_IN_R3D_BACKEND_H_

include/lsp-plug.in/r3d/base.h

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
/*
2-
* base_backend.h
2+
* Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
* (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
34
*
4-
* Created on: 18 апр. 2019 г.
5-
* Author: sadko
5+
* This file is part of lsp-r3d-base-lib
6+
* Created on: 18 апр. 2019 г.
7+
*
8+
* lsp-r3d-base-lib is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU Lesser General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* any later version.
12+
*
13+
* lsp-r3d-base-lib is distributed in the hope that it will be useful,
14+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
* GNU Lesser General Public License for more details.
17+
*
18+
* You should have received a copy of the GNU Lesser General Public License
19+
* along with lsp-r3d-base-lib. If not, see <https://www.gnu.org/licenses/>.
620
*/
721

822
#ifndef LSP_PLUG_IN_R3D_BASE_H_

include/lsp-plug.in/r3d/factory.h

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
/*
2-
* factory.h
2+
* Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
* (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
34
*
4-
* Created on: 24 апр. 2019 г.
5-
* Author: sadko
5+
* This file is part of lsp-r3d-base-lib
6+
* Created on: 24 апр. 2019 г.
7+
*
8+
* lsp-r3d-base-lib is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU Lesser General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* any later version.
12+
*
13+
* lsp-r3d-base-lib is distributed in the hope that it will be useful,
14+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
* GNU Lesser General Public License for more details.
17+
*
18+
* You should have received a copy of the GNU Lesser General Public License
19+
* along with lsp-r3d-base-lib. If not, see <https://www.gnu.org/licenses/>.
620
*/
721

822
#ifndef LSP_PLUG_IN_R3D_FACTORY_H_

include/lsp-plug.in/r3d/types.h

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
/*
2-
* types.h
2+
* Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
* (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
34
*
4-
* Created on: 18 апр. 2019 г.
5-
* Author: sadko
5+
* This file is part of lsp-r3d-base-lib
6+
* Created on: 18 апр. 2019 г.
7+
*
8+
* lsp-r3d-base-lib is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU Lesser General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* any later version.
12+
*
13+
* lsp-r3d-base-lib is distributed in the hope that it will be useful,
14+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
* GNU Lesser General Public License for more details.
17+
*
18+
* You should have received a copy of the GNU Lesser General Public License
19+
* along with lsp-r3d-base-lib. If not, see <https://www.gnu.org/licenses/>.
620
*/
721

822
#ifndef LSP_PLUG_IN_R3D_TYPES_H_

include/lsp-plug.in/r3d/version.h

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
/*
2-
* version.h
2+
* Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
* (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
34
*
4-
* Created on: 3 мая 2020 г.
5-
* Author: sadko
5+
* This file is part of lsp-r3d-base-lib
6+
* Created on: 3 мая 2020 г.
7+
*
8+
* lsp-r3d-base-lib is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU Lesser General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* any later version.
12+
*
13+
* lsp-r3d-base-lib is distributed in the hope that it will be useful,
14+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
* GNU Lesser General Public License for more details.
17+
*
18+
* You should have received a copy of the GNU Lesser General Public License
19+
* along with lsp-r3d-base-lib. If not, see <https://www.gnu.org/licenses/>.
620
*/
721

822
#ifndef LSP_PLUG_IN_R3D_VERSION_H_

src/main/base_backend.cpp

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
/*
2-
* base_backend.cpp
2+
* Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
* (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
34
*
4-
* Created on: 24 апр. 2019 г.
5-
* Author: sadko
5+
* This file is part of lsp-r3d-base-lib
6+
* Created on: 24 апр. 2019 г.
7+
*
8+
* lsp-r3d-base-lib is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU Lesser General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* any later version.
12+
*
13+
* lsp-r3d-base-lib is distributed in the hope that it will be useful,
14+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
* GNU Lesser General Public License for more details.
17+
*
18+
* You should have received a copy of the GNU Lesser General Public License
19+
* along with lsp-r3d-base-lib. If not, see <https://www.gnu.org/licenses/>.
620
*/
721

822
#include <lsp-plug.in/r3d/base.h>

src/test/main.cpp

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
/*
2-
* main.cpp
2+
* Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
* (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
34
*
4-
* Created on: 06 апр. 2020 г.
5-
* Author: sadko
5+
* This file is part of lsp-r3d-base-lib
6+
* Created on: 06 апр. 2020 г.
7+
*
8+
* lsp-r3d-base-lib is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU Lesser General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* any later version.
12+
*
13+
* lsp-r3d-base-lib is distributed in the hope that it will be useful,
14+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
* GNU Lesser General Public License for more details.
17+
*
18+
* You should have received a copy of the GNU Lesser General Public License
19+
* along with lsp-r3d-base-lib. If not, see <https://www.gnu.org/licenses/>.
620
*/
721

822
#include <lsp-plug.in/test-fw/main.h>

0 commit comments

Comments
 (0)