Skip to content

Commit 676b679

Browse files
author
Spacehuhn
committed
Updated copyrights
1 parent bed4e62 commit 676b679

37 files changed

+45
-74
lines changed

atmega_duck/atmega_duck.ino

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#include "config.h"

atmega_duck/config.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

atmega_duck/debug.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

atmega_duck/keyboard.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#include "keyboard.h"

atmega_duck/keyboard.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

atmega_duck/led.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#include "led.h"

atmega_duck/led.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

atmega_duck/locale_de.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

atmega_duck/locale_es.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

atmega_duck/locale_fr.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
65
Modified locale for french azety (WIP)
76
TODO Need to add : ÉÈÀ°ç£¤µù§¨öôûüîïâäòàìùÖÔÛÜÎÏÂÄÒÀÌÙ€

atmega_duck/locale_gb.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

atmega_duck/locale_ru.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

atmega_duck/locale_types.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

atmega_duck/locale_us.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

atmega_duck/locales.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

atmega_duck/serial_bridge.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

atmega_duck/serial_bridge.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

esp_duck/config.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

esp_duck/debug.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

esp_duck/duckscript.cpp

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#include "duckscript.h"
@@ -60,6 +59,14 @@ namespace duckscript {
6059

6160
if (!eol) debugln();
6261

62+
if (strncmp((char*)buf, "REPEAT", _min(buf_i, 6)) != 0) {
63+
if (prevMessage) free(prevMessage);
64+
prevMessageLen = buf_i;
65+
prevMessage = (char*)malloc(prevMessageLen + 1);
66+
memcpy(prevMessage, buf, buf_i);
67+
prevMessage[buf_i] = '\0';
68+
}
69+
6370
com::send(buf, buf_i);
6471

6572
if (strncmp((char*)buf, "REPEAT", _min(buf_i, 6)) != 0) {

esp_duck/duckscript.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

esp_duck/esp_duck.ino

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#include "config.h"

esp_duck/settings.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#include "settings.h"

esp_duck/settings.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

esp_duck/spiffs.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#include "spiffs.h"

esp_duck/spiffs.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

esp_duck/webserver.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#include "webserver.h"

esp_duck/webserver.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
#pragma once

web/credits.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!--
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
-->
65
<!DOCTYPE html>
76
<html>

web/error404.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!--
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
-->
65
<!DOCTYPE html>
76
<html>

web/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76

web/script.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65

76
// ===== Helper Functions ===== //

web/settings.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!--
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
-->
65
<!DOCTYPE html>
76
<html>

web/settings.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65
// ===== WebSocket Actions ===== //
76
function load_settings() {

web/style.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65
/* Global */
76

web/terminal.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
*/
65
// ===== WebSocket Actions ===== //
76
function ws_connected() {}

webconverter.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""
2-
Copyright (c) 2019 Stefan Kremser
32
This software is licensed under the MIT License. See the license file for details.
4-
Source: github.com/spacehuhn/WiFiDuck
3+
Source: https://github.com/spacehuhntech/WiFiDuck
54
"""
65

76
import os

0 commit comments

Comments
 (0)