File tree Expand file tree Collapse file tree 7 files changed +119
-21
lines changed Expand file tree Collapse file tree 7 files changed +119
-21
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * backend.h
2
+ * Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3
+ * (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
3
4
*
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/>.
6
20
*/
7
21
8
22
#ifndef LSP_PLUG_IN_R3D_BACKEND_H_
Original file line number Diff line number Diff line change 1
1
/*
2
- * base_backend.h
2
+ * Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3
+ * (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
3
4
*
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/>.
6
20
*/
7
21
8
22
#ifndef LSP_PLUG_IN_R3D_BASE_H_
Original file line number Diff line number Diff line change 1
1
/*
2
- * factory.h
2
+ * Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3
+ * (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
3
4
*
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/>.
6
20
*/
7
21
8
22
#ifndef LSP_PLUG_IN_R3D_FACTORY_H_
Original file line number Diff line number Diff line change 1
1
/*
2
- * types.h
2
+ * Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3
+ * (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
3
4
*
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/>.
6
20
*/
7
21
8
22
#ifndef LSP_PLUG_IN_R3D_TYPES_H_
Original file line number Diff line number Diff line change 1
1
/*
2
- * version.h
2
+ * Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3
+ * (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
3
4
*
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/>.
6
20
*/
7
21
8
22
#ifndef LSP_PLUG_IN_R3D_VERSION_H_
Original file line number Diff line number Diff line change 1
1
/*
2
- * base_backend.cpp
2
+ * Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3
+ * (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
3
4
*
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/>.
6
20
*/
7
21
8
22
#include < lsp-plug.in/r3d/base.h>
Original file line number Diff line number Diff line change 1
1
/*
2
- * main.cpp
2
+ * Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3
+ * (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
3
4
*
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/>.
6
20
*/
7
21
8
22
#include < lsp-plug.in/test-fw/main.h>
You can’t perform that action at this time.
0 commit comments