Skip to content

Commit

Permalink
add MPL license
Browse files Browse the repository at this point in the history
  • Loading branch information
cklosters committed Aug 13, 2024
1 parent 3b2da12 commit 27dbd02
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demos/audiovisual/module/src/audioroadcomponent.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* 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 https://mozilla.org/MPL/2.0/. */

#include "audioroadcomponent.h"

// External Includes
Expand Down
4 changes: 4 additions & 0 deletions demos/audiovisual/module/src/audioroadcomponent.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* 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 https://mozilla.org/MPL/2.0/. */

#pragma once

#include <renderablemeshcomponent.h>
Expand Down
4 changes: 4 additions & 0 deletions demos/audiovisual/module/src/renderaudioroadcomponent.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* 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 https://mozilla.org/MPL/2.0/. */

#include "renderaudioroadcomponent.h"

// External Includes
Expand Down
4 changes: 4 additions & 0 deletions demos/audiovisual/module/src/renderaudioroadcomponent.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* 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 https://mozilla.org/MPL/2.0/. */

#pragma once

#include <renderablemeshcomponent.h>
Expand Down

6 comments on commit 27dbd02

@cklosters
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Public / Package NAP Win64 Build 239 is now running

@cklosters
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Public / Package NAP Win64 Build 239 outcome was SUCCESS
Summary: Running Build time: 00:16:48

@cklosters
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Public / Package NAP Linux Build 236 is now running

@cklosters
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Public / Package NAP Linux Build 236 outcome was FAILURE
Summary: Exit code 1 (Step: Package NAP Linux (Command Line)) (new) Build time: 00:10:26

@cklosters
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Public / Package NAP Raspberry Pi Build 1712 is now running

@cklosters
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Public / Package NAP Raspberry Pi Build 1712 outcome was FAILURE
Summary: Exit code 1 (Step: Package NAP Linux (Command Line)) (new) Build time: 00:37:31

Please sign in to comment.