Move GPL license header
This commit is contained in:
		
							parent
							
								
									249b6db6f5
								
							
						
					
					
						commit
						5c413016a7
					
				@ -1,19 +1,3 @@
 | 
				
			|||||||
#include "PineTimeStyle.h"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <date/date.h>
 | 
					 | 
				
			||||||
#include <lvgl/lvgl.h>
 | 
					 | 
				
			||||||
#include <cstdio>
 | 
					 | 
				
			||||||
#include "BatteryIcon.h"
 | 
					 | 
				
			||||||
#include "BleIcon.h"
 | 
					 | 
				
			||||||
#include "NotificationIcon.h"
 | 
					 | 
				
			||||||
#include "Symbols.h"
 | 
					 | 
				
			||||||
#include "components/battery/BatteryController.h"
 | 
					 | 
				
			||||||
#include "components/ble/BleController.h"
 | 
					 | 
				
			||||||
#include "components/ble/NotificationManager.h"
 | 
					 | 
				
			||||||
#include "components/heartrate/HeartRateController.h"
 | 
					 | 
				
			||||||
#include "components/settings/Settings.h"
 | 
					 | 
				
			||||||
#include "../DisplayApp.h"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * This file is part of the Infinitime distribution (https://github.com/JF002/Infinitime).
 | 
					 * This file is part of the Infinitime distribution (https://github.com/JF002/Infinitime).
 | 
				
			||||||
 * Copyright (c) 2021 Kieran Cawthray.
 | 
					 * Copyright (c) 2021 Kieran Cawthray.
 | 
				
			||||||
@ -35,6 +19,21 @@
 | 
				
			|||||||
 * Style/layout copied from TimeStyle for Pebble by Dan Tilden (github.com/tilden)
 | 
					 * Style/layout copied from TimeStyle for Pebble by Dan Tilden (github.com/tilden)
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include "PineTimeStyle.h"
 | 
				
			||||||
 | 
					#include <date/date.h>
 | 
				
			||||||
 | 
					#include <lvgl/lvgl.h>
 | 
				
			||||||
 | 
					#include <cstdio>
 | 
				
			||||||
 | 
					#include "BatteryIcon.h"
 | 
				
			||||||
 | 
					#include "BleIcon.h"
 | 
				
			||||||
 | 
					#include "NotificationIcon.h"
 | 
				
			||||||
 | 
					#include "Symbols.h"
 | 
				
			||||||
 | 
					#include "components/battery/BatteryController.h"
 | 
				
			||||||
 | 
					#include "components/ble/BleController.h"
 | 
				
			||||||
 | 
					#include "components/ble/NotificationManager.h"
 | 
				
			||||||
 | 
					#include "components/heartrate/HeartRateController.h"
 | 
				
			||||||
 | 
					#include "components/settings/Settings.h"
 | 
				
			||||||
 | 
					#include "../DisplayApp.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
using namespace Pinetime::Applications::Screens;
 | 
					using namespace Pinetime::Applications::Screens;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PineTimeStyle::PineTimeStyle(DisplayApp* app,
 | 
					PineTimeStyle::PineTimeStyle(DisplayApp* app,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user