Skip to content

Commit 5e78986

Browse files
committed
Updated license headers and removed LPGL headers added by mistake
1 parent 79f75ba commit 5e78986

24 files changed

+417
-270
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# prevent \r\n in shell scripts on Windows
2+
*.sh eol=LF

platform/avr/Platform.cpp

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
1-
/**
2-
******************************************************************************
3-
* @file Platform.cpp
4-
* @authors Matthew McGowan
5-
* @date 22 February 2015
6-
******************************************************************************
7-
Copyright (c) 2015 Brewpi/Matthew McGowan, Inc. All rights reserved.
8-
9-
This library is free software; you can redistribute it and/or
10-
modify it under the terms of the GNU Lesser General Public
11-
License as published by the Free Software Foundation, either
12-
version 3 of the License, or (at your option) any later version.
13-
14-
This library is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
Lesser General Public License for more details.
18-
19-
You should have received a copy of the GNU Lesser General Public
20-
License along with this library; if not, see <http://www.gnu.org/licenses/>.
21-
******************************************************************************
22-
*/
1+
/*
2+
* Copyright 2015 BrewPi / Elco Jacobs, Matthew McGowan.
3+
*
4+
* This file is part of BrewPi.
5+
*
6+
* BrewPi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* BrewPi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with BrewPi. If not, see <http://www.gnu.org/licenses/>.
18+
*/
2319

2420
#include "DeviceManager.h"
2521
#include "Pins.h"

platform/spark/modules/ConnectedDevicesManager.h

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
1-
/**
2-
******************************************************************************
3-
* @file ConnectedDevicesManager.cpp
4-
* @authors Matthew McGowan
5-
* @date 22 February 2015
6-
******************************************************************************
7-
Copyright (c) 2015 Brewpi/Matthew McGowan All rights reserved.
8-
9-
This library is free software; you can redistribute it and/or
10-
modify it under the terms of the GNU Lesser General Public
11-
License as published by the Free Software Foundation, either
12-
version 3 of the License, or (at your option) any later version.
13-
14-
This library is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
Lesser General Public License for more details.
18-
19-
You should have received a copy of the GNU Lesser General Public
20-
License along with this library; if not, see <http://www.gnu.org/licenses/>.
21-
******************************************************************************
22-
*/
1+
/*
2+
* Copyright 2015 BrewPi / Elco Jacobs, Matthew McGowan.
3+
*
4+
* This file is part of BrewPi.
5+
*
6+
* BrewPi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* BrewPi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with BrewPi. If not, see <http://www.gnu.org/licenses/>.
18+
*/
2319

2420
#pragma once
2521

platform/spark/modules/EEPROM/SparkEepromRegions.h

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
1-
/**
2-
******************************************************************************
3-
* @file SparkEepromRegions.h
4-
* @authors mat
5-
* @date 19 February 2015
6-
******************************************************************************
7-
Copyright (c) 2015 Brewpi, Inc. All rights reserved.
8-
9-
This library is free software; you can redistribute it and/or
10-
modify it under the terms of the GNU Lesser General Public
11-
License as published by the Free Software Foundation, either
12-
version 3 of the License, or (at your option) any later version.
13-
14-
This library is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
Lesser General Public License for more details.
18-
19-
You should have received a copy of the GNU Lesser General Public
20-
License along with this library; if not, see <http://www.gnu.org/licenses/>.
21-
******************************************************************************
1+
/*
2+
* Copyright 2015 BrewPi / Elco Jacobs, Matthew McGowan.
3+
*
4+
* This file is part of BrewPi.
5+
*
6+
* BrewPi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* BrewPi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with BrewPi. If not, see <http://www.gnu.org/licenses/>.
2218
*/
2319

2420
#ifndef SPARKEEPROMREGIONS_H

platform/spark/modules/eGUI_screens/brewpi-logo.c

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright 2015 BrewPi / Elco Jacobs, Matthew McGowan.
3+
*
4+
* This file is part of BrewPi.
5+
*
6+
* BrewPi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* BrewPi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with BrewPi. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#include "d4d.h"
221

322
/* D4D array declaration */

platform/spark/modules/eGUI_screens/brewpi-logo.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright 2015 BrewPi / Elco Jacobs, Matthew McGowan.
3+
*
4+
* This file is part of BrewPi.
5+
*
6+
* BrewPi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* BrewPi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with BrewPi. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#ifndef _BREWPI_LOGO_H
221
#define _BREWPI_LOGO_H
322

platform/spark/modules/eGUI_screens/brewpi_colors.h

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1-
/*
2-
* File: brewpi_colors.h
3-
* Author: mat1
1+
/*
2+
* Copyright 2015 BrewPi / Elco Jacobs, Matthew McGowan.
43
*
5-
* Created on April 7, 2015, 8:30 PM
6-
*/
4+
* This file is part of BrewPi.
5+
*
6+
* BrewPi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* BrewPi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with BrewPi. If not, see <http://www.gnu.org/licenses/>.
18+
*/
719

820
#ifndef BREWPI_COLORS_H
921
#define BREWPI_COLORS_H

platform/spark/modules/eGUI_screens/controller/ControllerScreenViews.cpp

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
1-
/**
2-
******************************************************************************
3-
* @file ControllerScreenViews.cpp
4-
* @authors mat
5-
* @date 10 March 2015
6-
******************************************************************************
7-
Copyright (c) 2015 Spark Labs, Inc. All rights reserved.
8-
9-
This library is free software; you can redistribute it and/or
10-
modify it under the terms of the GNU Lesser General Public
11-
License as published by the Free Software Foundation, either
12-
version 3 of the License, or (at your option) any later version.
13-
14-
This library is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
Lesser General Public License for more details.
18-
19-
You should have received a copy of the GNU Lesser General Public
20-
License along with this library; if not, see <http://www.gnu.org/licenses/>.
21-
******************************************************************************
22-
*/
1+
/*
2+
* Copyright 2015 BrewPi / Elco Jacobs, Matthew McGowan.
3+
*
4+
* This file is part of BrewPi.
5+
*
6+
* BrewPi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* BrewPi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with BrewPi. If not, see <http://www.gnu.org/licenses/>.
18+
*/
2319

2420
#include "ControllerScreenViews.h"
2521
#include "TempControl.h"

platform/spark/modules/eGUI_screens/controller/ControllerScreenViews.h

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
1-
/**
2-
******************************************************************************
3-
* @file ControllerScreenViews.h
4-
* @authors mat
5-
* @date 10 March 2015
6-
******************************************************************************
7-
Copyright (c) 2015 Spark Labs, Inc. All rights reserved.
8-
9-
This library is free software; you can redistribute it and/or
10-
modify it under the terms of the GNU Lesser General Public
11-
License as published by the Free Software Foundation, either
12-
version 3 of the License, or (at your option) any later version.
13-
14-
This library is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
Lesser General Public License for more details.
18-
19-
You should have received a copy of the GNU Lesser General Public
20-
License along with this library; if not, see <http://www.gnu.org/licenses/>.
21-
******************************************************************************
22-
*/
1+
/*
2+
* Copyright 2015 BrewPi / Elco Jacobs, Matthew McGowan.
3+
*
4+
* This file is part of BrewPi.
5+
*
6+
* BrewPi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* BrewPi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with BrewPi. If not, see <http://www.gnu.org/licenses/>.
18+
*/
2319

2420
#ifndef CONTROLLERSCREENVIEWS_H
2521
#define CONTROLLERSCREENVIEWS_H

platform/spark/modules/eGUI_screens/controller/controller_screen.c

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
/**
2-
******************************************************************************
3-
* @file controller_screen.c
4-
* @authors Matthew McGowan
5-
******************************************************************************
6-
Copyright (c) 2015 Brewpi/Matthew McGowan. All rights reserved.
7-
8-
This library is free software; you can redistribute it and/or
9-
modify it under the terms of the GNU Lesser General Public
10-
License as published by the Free Software Foundation, either
11-
version 3 of the License, or (at your option) any later version.
12-
13-
This library 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 GNU
16-
Lesser General Public License for more details.
17-
18-
You should have received a copy of the GNU Lesser General Public
19-
License along with this library; if not, see <http://www.gnu.org/licenses/>.
20-
******************************************************************************
21-
*/
1+
/*
2+
* Copyright 2015 BrewPi / Elco Jacobs, Matthew McGowan.
3+
*
4+
* This file is part of BrewPi.
5+
*
6+
* BrewPi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* BrewPi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with BrewPi. If not, see <http://www.gnu.org/licenses/>.
18+
*/
2219

2320
#include "d4d.h"
2421
#include "../widget_color_scheme.h"

platform/spark/modules/eGUI_screens/controller/controller_screen.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*
2+
* Copyright 2015 BrewPi / Elco Jacobs, Matthew McGowan.
3+
*
4+
* This file is part of BrewPi.
5+
*
6+
* BrewPi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* BrewPi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with BrewPi. If not, see <http://www.gnu.org/licenses/>.
18+
*/
119

220
#ifndef CONTROLLER_SCREEN_H
321
#define CONTROLLER_SCREEN_H

0 commit comments

Comments
 (0)