Skip to content

Commit

Permalink
Add license info to individual files
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed May 5, 2024
1 parent b06624f commit c2bf2d3
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Ninja/ItemMap/Content/Collect.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* This file is part of ItemMap.
* Copyright (C) 2020-2024 Sören Zapp
*
* ItemMap is free software: you can redistribute it and/or
* modify it under the terms of the MIT License.
* On redistribution this notice must remain intact and all copies must
* identify the original author.
*/

/*
* Find all items in the current world
*/
Expand Down
10 changes: 10 additions & 0 deletions Ninja/ItemMap/Content/Colors.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* This file is part of ItemMap.
* Copyright (C) 2020-2024 Sören Zapp
*
* ItemMap is free software: you can redistribute it and/or
* modify it under the terms of the MIT License.
* On redistribution this notice must remain intact and all copies must
* identify the original author.
*/

/*
* Determine a color by item type
*/
Expand Down
10 changes: 10 additions & 0 deletions Ninja/ItemMap/Content/Draw.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* This file is part of ItemMap.
* Copyright (C) 2020-2024 Sören Zapp
*
* ItemMap is free software: you can redistribute it and/or
* modify it under the terms of the MIT License.
* On redistribution this notice must remain intact and all copies must
* identify the original author.
*/

/*
* Draw a marker into the parent document
*/
Expand Down
10 changes: 10 additions & 0 deletions Ninja/ItemMap/Content/Init.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* This file is part of ItemMap.
* Copyright (C) 2020-2024 Sören Zapp
*
* ItemMap is free software: you can redistribute it and/or
* modify it under the terms of the MIT License.
* On redistribution this notice must remain intact and all copies must
* identify the original author.
*/

/*
* Menu initialization function called by Ninja every time a menu is opened
*/
Expand Down
10 changes: 10 additions & 0 deletions Ninja/ItemMap/Content/Toggle.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* This file is part of ItemMap.
* Copyright (C) 2020-2024 Sören Zapp
*
* ItemMap is free software: you can redistribute it and/or
* modify it under the terms of the MIT License.
* On redistribution this notice must remain intact and all copies must
* identify the original author.
*/

/*
* Toggle the markers
*/
Expand Down

0 comments on commit c2bf2d3

Please sign in to comment.