| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,19 @@ | |||
| 1 | + // Visual Pinball Engine | ||
| 2 | + // Copyright (C) 2020 freezy and VPE Team | ||
| 3 | + // | ||
| 4 | + // This program is free software: you can redistribute it and/or modify | ||
| 5 | + // it under the terms of the GNU General Public License as published by | ||
| 6 | + // the Free Software Foundation, either version 3 of the License, or | ||
| 7 | + // (at your option) any later version. | ||
| 8 | + // | ||
| 9 | + // This program is distributed in the hope that it will be useful, | ||
| 10 | + // but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | + // GNU General Public License for more details. | ||
| 13 | + // | ||
| 14 | + // You should have received a copy of the GNU General Public License | ||
| 15 | + // along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
| 16 | + | ||
| 1 | 17 | using System; | |
| 2 | 18 | using System.Linq; | |
| 3 | 19 | using System.Reflection; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,20 @@ | |||
| 1 | - using FluentAssertions; | ||
| 1 | + // Visual Pinball Engine | ||
| 2 | + // Copyright (C) 2020 freezy and VPE Team | ||
| 3 | + // | ||
| 4 | + // This program is free software: you can redistribute it and/or modify | ||
| 5 | + // it under the terms of the GNU General Public License as published by | ||
| 6 | + // the Free Software Foundation, either version 3 of the License, or | ||
| 7 | + // (at your option) any later version. | ||
| 8 | + // | ||
| 9 | + // This program is distributed in the hope that it will be useful, | ||
| 10 | + // but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | + // GNU General Public License for more details. | ||
| 13 | + // | ||
| 14 | + // You should have received a copy of the GNU General Public License | ||
| 15 | + // along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
| 16 | + | ||
| 17 | + using FluentAssertions; | ||
| 2 | 18 | using NUnit.Framework; | |
| 3 | 19 | using VisualPinball.Engine.Math; | |
| 4 | 20 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,20 @@ | |||
| 1 | - using NLog; | ||
| 1 | + // Visual Pinball Engine | ||
| 2 | + // Copyright (C) 2020 freezy and VPE Team | ||
| 3 | + // | ||
| 4 | + // This program is free software: you can redistribute it and/or modify | ||
| 5 | + // it under the terms of the GNU General Public License as published by | ||
| 6 | + // the Free Software Foundation, either version 3 of the License, or | ||
| 7 | + // (at your option) any later version. | ||
| 8 | + // | ||
| 9 | + // This program is distributed in the hope that it will be useful, | ||
| 10 | + // but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | + // GNU General Public License for more details. | ||
| 13 | + // | ||
| 14 | + // You should have received a copy of the GNU General Public License | ||
| 15 | + // along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
| 16 | + | ||
| 17 | + using NLog; | ||
| 2 | 18 | using NLog.Targets; | |
| 3 | 19 | using NUnit.Framework; | |
| 4 | 20 | using VisualPinball.Engine.Game; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,19 @@ | |||
| 1 | + // Visual Pinball Engine | ||
| 2 | + // Copyright (C) 2020 freezy and VPE Team | ||
| 3 | + // | ||
| 4 | + // This program is free software: you can redistribute it and/or modify | ||
| 5 | + // it under the terms of the GNU General Public License as published by | ||
| 6 | + // the Free Software Foundation, either version 3 of the License, or | ||
| 7 | + // (at your option) any later version. | ||
| 8 | + // | ||
| 9 | + // This program is distributed in the hope that it will be useful, | ||
| 10 | + // but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | + // GNU General Public License for more details. | ||
| 13 | + // | ||
| 14 | + // You should have received a copy of the GNU General Public License | ||
| 15 | + // along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
| 16 | + | ||
| 1 | 17 | using System.IO; | |
| 2 | 18 | using System.Reflection; | |
| 3 | 19 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,20 @@ | |||
| 1 | - using System; | ||
| 1 | + // Visual Pinball Engine | ||
| 2 | + // Copyright (C) 2020 freezy and VPE Team | ||
| 3 | + // | ||
| 4 | + // This program is free software: you can redistribute it and/or modify | ||
| 5 | + // it under the terms of the GNU General Public License as published by | ||
| 6 | + // the Free Software Foundation, either version 3 of the License, or | ||
| 7 | + // (at your option) any later version. | ||
| 8 | + // | ||
| 9 | + // This program is distributed in the hope that it will be useful, | ||
| 10 | + // but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | + // GNU General Public License for more details. | ||
| 13 | + // | ||
| 14 | + // You should have received a copy of the GNU General Public License | ||
| 15 | + // along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
| 16 | + | ||
| 17 | + using System; | ||
| 2 | 18 | using System.IO; | |
| 3 | 19 | using System.Linq; | |
| 4 | 20 | using System.Text; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,20 @@ | |||
| 1 | - using FluentAssertions; | ||
| 1 | + // Visual Pinball Engine | ||
| 2 | + // Copyright (C) 2020 freezy and VPE Team | ||
| 3 | + // | ||
| 4 | + // This program is free software: you can redistribute it and/or modify | ||
| 5 | + // it under the terms of the GNU General Public License as published by | ||
| 6 | + // the Free Software Foundation, either version 3 of the License, or | ||
| 7 | + // (at your option) any later version. | ||
| 8 | + // | ||
| 9 | + // This program is distributed in the hope that it will be useful, | ||
| 10 | + // but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | + // GNU General Public License for more details. | ||
| 13 | + // | ||
| 14 | + // You should have received a copy of the GNU General Public License | ||
| 15 | + // along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
| 16 | + | ||
| 17 | + using FluentAssertions; | ||
| 2 | 18 | using NUnit.Framework; | |
| 3 | 19 | using VisualPinball.Engine.Test.Test; | |
| 4 | 20 | using VisualPinball.Engine.VPT.Bumper; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,20 @@ | |||
| 1 | - using JeremyAnsel.Media.WavefrontObj; | ||
| 1 | + // Visual Pinball Engine | ||
| 2 | + // Copyright (C) 2020 freezy and VPE Team | ||
| 3 | + // | ||
| 4 | + // This program is free software: you can redistribute it and/or modify | ||
| 5 | + // it under the terms of the GNU General Public License as published by | ||
| 6 | + // the Free Software Foundation, either version 3 of the License, or | ||
| 7 | + // (at your option) any later version. | ||
| 8 | + // | ||
| 9 | + // This program is distributed in the hope that it will be useful, | ||
| 10 | + // but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | + // GNU General Public License for more details. | ||
| 13 | + // | ||
| 14 | + // You should have received a copy of the GNU General Public License | ||
| 15 | + // along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
| 16 | + | ||
| 17 | + using JeremyAnsel.Media.WavefrontObj; | ||
| 2 | 18 | using NUnit.Framework; | |
| 3 | 19 | using VisualPinball.Engine.Test.Test; | |
| 4 | 20 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,20 @@ | |||
| 1 | - using FluentAssertions; | ||
| 1 | + // Visual Pinball Engine | ||
| 2 | + // Copyright (C) 2020 freezy and VPE Team | ||
| 3 | + // | ||
| 4 | + // This program is free software: you can redistribute it and/or modify | ||
| 5 | + // it under the terms of the GNU General Public License as published by | ||
| 6 | + // the Free Software Foundation, either version 3 of the License, or | ||
| 7 | + // (at your option) any later version. | ||
| 8 | + // | ||
| 9 | + // This program is distributed in the hope that it will be useful, | ||
| 10 | + // but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | + // GNU General Public License for more details. | ||
| 13 | + // | ||
| 14 | + // You should have received a copy of the GNU General Public License | ||
| 15 | + // along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
| 16 | + | ||
| 17 | + using FluentAssertions; | ||
| 2 | 18 | using NUnit.Framework; | |
| 3 | 19 | using VisualPinball.Engine.Test.Test; | |
| 4 | 20 | using VisualPinball.Engine.VPT.Collection; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,19 @@ | |||
| 1 | + // Visual Pinball Engine | ||
| 2 | + // Copyright (C) 2020 freezy and VPE Team | ||
| 3 | + // | ||
| 4 | + // This program is free software: you can redistribute it and/or modify | ||
| 5 | + // it under the terms of the GNU General Public License as published by | ||
| 6 | + // the Free Software Foundation, either version 3 of the License, or | ||
| 7 | + // (at your option) any later version. | ||
| 8 | + // | ||
| 9 | + // This program is distributed in the hope that it will be useful, | ||
| 10 | + // but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | + // GNU General Public License for more details. | ||
| 13 | + // | ||
| 14 | + // You should have received a copy of the GNU General Public License | ||
| 15 | + // along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
| 16 | + | ||
| 1 | 17 | using VisualPinball.Engine.Test.Test; | |
| 2 | 18 | ||
| 3 | 19 | namespace VisualPinball.Engine.Test.VPT | |
| Back | FazBrowse Home | New Git URL |
0 commit comments