From 2e5263764cbe859c4d480a623ef58bfe4c5d748e Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 27 Nov 2019 14:36:56 -0600 Subject: [PATCH] [nostalgia/core/studio] Add copyright headers to QML files --- src/nostalgia/core/studio/Pixel.qml | 7 +++++++ src/nostalgia/core/studio/Tile.qml | 7 +++++++ src/nostalgia/core/studio/TileSheetEditor.qml | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/src/nostalgia/core/studio/Pixel.qml b/src/nostalgia/core/studio/Pixel.qml index 7051edba..19053755 100644 --- a/src/nostalgia/core/studio/Pixel.qml +++ b/src/nostalgia/core/studio/Pixel.qml @@ -1,3 +1,10 @@ +/* + * Copyright 2016 - 2019 gtalent2@gmail.com + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ import QtQuick 2.0 diff --git a/src/nostalgia/core/studio/Tile.qml b/src/nostalgia/core/studio/Tile.qml index c3cb5d53..225d8af0 100644 --- a/src/nostalgia/core/studio/Tile.qml +++ b/src/nostalgia/core/studio/Tile.qml @@ -1,3 +1,10 @@ +/* + * Copyright 2016 - 2019 gtalent2@gmail.com + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ import QtQuick 2.0 diff --git a/src/nostalgia/core/studio/TileSheetEditor.qml b/src/nostalgia/core/studio/TileSheetEditor.qml index ec728ccb..36a89d43 100644 --- a/src/nostalgia/core/studio/TileSheetEditor.qml +++ b/src/nostalgia/core/studio/TileSheetEditor.qml @@ -1,3 +1,10 @@ +/* + * Copyright 2016 - 2019 gtalent2@gmail.com + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ import QtQuick 2.0 import 'qrc:/qml/'