Skip to content

Commit 22d51d1

Browse files
committed
set license for first release to GPLv3
1 parent 872e259 commit 22d51d1

File tree

214 files changed

+3562
-2445
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+3562
-2445
lines changed

Diff for: Assets/Scripts/AD/ADDeviceInterface.cs

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
// Copyright 2017-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
1+
// Copyright © 2017, 2020-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
22
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
3+
// This file is part of SoundStage Lab.
64
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
5+
// SoundStage Lab is free software: you can redistribute it and/or modify
6+
// it under the terms of the GNU General Public License as published by
7+
// the Free Software Foundation, either version 3 of the License, or
8+
// (at your option) any later version.
89
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
10+
// SoundStage Lab is distributed in the hope that it will be useful,
11+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
// GNU General Public License for more details.
14+
//
15+
// You should have received a copy of the GNU General Public License
16+
// along with SoundStage Lab. If not, see <http://www.gnu.org/licenses/>.
1417

1518
using UnityEngine;
1619
using System.Collections;

Diff for: Assets/Scripts/AD/ADSignalGenerator.cs

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
// Copyright 2017-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
1+
// Copyright © 2017, 2020-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
22
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
3+
// This file is part of SoundStage Lab.
64
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
5+
// SoundStage Lab is free software: you can redistribute it and/or modify
6+
// it under the terms of the GNU General Public License as published by
7+
// the Free Software Foundation, either version 3 of the License, or
8+
// (at your option) any later version.
89
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
10+
// SoundStage Lab is distributed in the hope that it will be useful,
11+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
// GNU General Public License for more details.
14+
//
15+
// You should have received a copy of the GNU General Public License
16+
// along with SoundStage Lab. If not, see <http://www.gnu.org/licenses/>.
1417

1518
using UnityEngine;
1619
using System.Collections;

Diff for: Assets/Scripts/ADSR/adsrDeviceInterface.cs

+26-20
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,36 @@
1-
// Copyright 2017-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
1+
// Copyright © 2017, 2020-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
22
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
3+
// This file is part of SoundStage Lab.
64
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
5+
// SoundStage Lab is free software: you can redistribute it and/or modify
6+
// it under the terms of the GNU General Public License as published by
7+
// the Free Software Foundation, either version 3 of the License, or
8+
// (at your option) any later version.
89
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
10+
// SoundStage Lab is distributed in the hope that it will be useful,
11+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
// GNU General Public License for more details.
14+
//
15+
// You should have received a copy of the GNU General Public License
16+
// along with SoundStage Lab. If not, see <http://www.gnu.org/licenses/>.
1417

15-
// Copyright 2017-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
18+
// Copyright © 2017, 2020-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
19+
//
20+
// This file is part of SoundStage Lab.
1621
//
17-
// Licensed under the Apache License, Version 2.0 (the "License");
18-
// you may not use this file except in compliance with the License.
19-
// You may obtain a copy of the License at
22+
// SoundStage Lab is free software: you can redistribute it and/or modify
23+
// it under the terms of the GNU General Public License as published by
24+
// the Free Software Foundation, either version 3 of the License, or
25+
// (at your option) any later version.
2026
//
21-
// http://www.apache.org/licenses/LICENSE-2.0
27+
// SoundStage Lab is distributed in the hope that it will be useful,
28+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
29+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30+
// GNU General Public License for more details.
2231
//
23-
// Unless required by applicable law or agreed to in writing, software
24-
// distributed under the License is distributed on an "AS IS" BASIS,
25-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26-
// See the License for the specific language governing permissions and
27-
// limitations under the License.
32+
// You should have received a copy of the GNU General Public License
33+
// along with SoundStage Lab. If not, see <http://www.gnu.org/licenses/>.
2834

2935
using System.Collections;
3036
using System.Collections.Generic;

Diff for: Assets/Scripts/ADSR/adsrInterface.cs

+26-20
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,36 @@
1-
// Copyright 2017-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
1+
// Copyright © 2017, 2020-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
22
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
3+
// This file is part of SoundStage Lab.
64
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
5+
// SoundStage Lab is free software: you can redistribute it and/or modify
6+
// it under the terms of the GNU General Public License as published by
7+
// the Free Software Foundation, either version 3 of the License, or
8+
// (at your option) any later version.
89
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
10+
// SoundStage Lab is distributed in the hope that it will be useful,
11+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
// GNU General Public License for more details.
14+
//
15+
// You should have received a copy of the GNU General Public License
16+
// along with SoundStage Lab. If not, see <http://www.gnu.org/licenses/>.
1417

15-
// Copyright 2017-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
18+
// Copyright © 2017, 2020-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
19+
//
20+
// This file is part of SoundStage Lab.
1621
//
17-
// Licensed under the Apache License, Version 2.0 (the "License");
18-
// you may not use this file except in compliance with the License.
19-
// You may obtain a copy of the License at
22+
// SoundStage Lab is free software: you can redistribute it and/or modify
23+
// it under the terms of the GNU General Public License as published by
24+
// the Free Software Foundation, either version 3 of the License, or
25+
// (at your option) any later version.
2026
//
21-
// http://www.apache.org/licenses/LICENSE-2.0
27+
// SoundStage Lab is distributed in the hope that it will be useful,
28+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
29+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30+
// GNU General Public License for more details.
2231
//
23-
// Unless required by applicable law or agreed to in writing, software
24-
// distributed under the License is distributed on an "AS IS" BASIS,
25-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26-
// See the License for the specific language governing permissions and
27-
// limitations under the License.
32+
// You should have received a copy of the GNU General Public License
33+
// along with SoundStage Lab. If not, see <http://www.gnu.org/licenses/>.
2834

2935
using UnityEngine;
3036
using System.Collections;

Diff for: Assets/Scripts/ADSR/adsrSignalGenerator.cs

+26-20
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,36 @@
1-
// Copyright 2017-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
1+
// Copyright © 2017, 2020-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
22
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
3+
// This file is part of SoundStage Lab.
64
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
5+
// SoundStage Lab is free software: you can redistribute it and/or modify
6+
// it under the terms of the GNU General Public License as published by
7+
// the Free Software Foundation, either version 3 of the License, or
8+
// (at your option) any later version.
89
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
10+
// SoundStage Lab is distributed in the hope that it will be useful,
11+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
// GNU General Public License for more details.
14+
//
15+
// You should have received a copy of the GNU General Public License
16+
// along with SoundStage Lab. If not, see <http://www.gnu.org/licenses/>.
1417

15-
// Copyright 2017-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
18+
// Copyright © 2017, 2020-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
19+
//
20+
// This file is part of SoundStage Lab.
1621
//
17-
// Licensed under the Apache License, Version 2.0 (the "License");
18-
// you may not use this file except in compliance with the License.
19-
// You may obtain a copy of the License at
22+
// SoundStage Lab is free software: you can redistribute it and/or modify
23+
// it under the terms of the GNU General Public License as published by
24+
// the Free Software Foundation, either version 3 of the License, or
25+
// (at your option) any later version.
2026
//
21-
// http://www.apache.org/licenses/LICENSE-2.0
27+
// SoundStage Lab is distributed in the hope that it will be useful,
28+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
29+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30+
// GNU General Public License for more details.
2231
//
23-
// Unless required by applicable law or agreed to in writing, software
24-
// distributed under the License is distributed on an "AS IS" BASIS,
25-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26-
// See the License for the specific language governing permissions and
27-
// limitations under the License.
32+
// You should have received a copy of the GNU General Public License
33+
// along with SoundStage Lab. If not, see <http://www.gnu.org/licenses/>.
2834

2935
using UnityEngine;
3036
using System.Collections;

Diff for: Assets/Scripts/Airhorn/airhornDeviceInterface.cs

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
// Copyright 2017-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
1+
// Copyright © 2017, 2020-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
22
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
3+
// This file is part of SoundStage Lab.
64
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
5+
// SoundStage Lab is free software: you can redistribute it and/or modify
6+
// it under the terms of the GNU General Public License as published by
7+
// the Free Software Foundation, either version 3 of the License, or
8+
// (at your option) any later version.
89
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
10+
// SoundStage Lab is distributed in the hope that it will be useful,
11+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
// GNU General Public License for more details.
14+
//
15+
// You should have received a copy of the GNU General Public License
16+
// along with SoundStage Lab. If not, see <http://www.gnu.org/licenses/>.
1417

1518
using UnityEngine;
1619
using System.Collections;

Diff for: Assets/Scripts/Airhorn/airhornSignalGenerator.cs

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
// Copyright 2017-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
1+
// Copyright © 2017, 2020-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
22
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
3+
// This file is part of SoundStage Lab.
64
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
5+
// SoundStage Lab is free software: you can redistribute it and/or modify
6+
// it under the terms of the GNU General Public License as published by
7+
// the Free Software Foundation, either version 3 of the License, or
8+
// (at your option) any later version.
89
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
10+
// SoundStage Lab is distributed in the hope that it will be useful,
11+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
// GNU General Public License for more details.
14+
//
15+
// You should have received a copy of the GNU General Public License
16+
// along with SoundStage Lab. If not, see <http://www.gnu.org/licenses/>.
1417

1518
using System.Collections;
1619
using System.Collections.Generic;

Diff for: Assets/Scripts/Airhorn/airhornUI.cs

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
// Copyright 2017-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
1+
// Copyright © 2017, 2020-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
22
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
3+
// This file is part of SoundStage Lab.
64
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
5+
// SoundStage Lab is free software: you can redistribute it and/or modify
6+
// it under the terms of the GNU General Public License as published by
7+
// the Free Software Foundation, either version 3 of the License, or
8+
// (at your option) any later version.
89
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
10+
// SoundStage Lab is distributed in the hope that it will be useful,
11+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
// GNU General Public License for more details.
14+
//
15+
// You should have received a copy of the GNU General Public License
16+
// along with SoundStage Lab. If not, see <http://www.gnu.org/licenses/>.
1417

1518
using UnityEngine;
1619
using System.Collections;

Diff for: Assets/Scripts/CameraDevice/cameraDeviceInterface.cs

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
// Copyright 2017-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
1+
// Copyright © 2017, 2020-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
22
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
3+
// This file is part of SoundStage Lab.
64
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
5+
// SoundStage Lab is free software: you can redistribute it and/or modify
6+
// it under the terms of the GNU General Public License as published by
7+
// the Free Software Foundation, either version 3 of the License, or
8+
// (at your option) any later version.
89
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
10+
// SoundStage Lab is distributed in the hope that it will be useful,
11+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
// GNU General Public License for more details.
14+
//
15+
// You should have received a copy of the GNU General Public License
16+
// along with SoundStage Lab. If not, see <http://www.gnu.org/licenses/>.
1417

1518
using UnityEngine;
1619
using System.Collections;

Diff for: Assets/Scripts/CameraDevice/cameraPanel.cs

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
// Copyright 2017-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
1+
// Copyright © 2017, 2020-2022 Logan Olson, Google LLC, James Surine, Ludwig Zeller, Hannes Barfuss
22
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
3+
// This file is part of SoundStage Lab.
64
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
5+
// SoundStage Lab is free software: you can redistribute it and/or modify
6+
// it under the terms of the GNU General Public License as published by
7+
// the Free Software Foundation, either version 3 of the License, or
8+
// (at your option) any later version.
89
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
10+
// SoundStage Lab is distributed in the hope that it will be useful,
11+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
// GNU General Public License for more details.
14+
//
15+
// You should have received a copy of the GNU General Public License
16+
// along with SoundStage Lab. If not, see <http://www.gnu.org/licenses/>.
1417

1518
using UnityEngine;
1619
using System.Collections;

0 commit comments

Comments
 (0)