Skip to content

Commit

Permalink
Update licensing and author info for image effects
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Sep 25, 2023
1 parent b947276 commit afb5f63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/base/image.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///////////////////////////////////////////////////////////////////////////////
// Name: image.cpp
// Author: Blake Madden
// Author: Blake Madden (portions from Bhumika Thatte, Raghavendra Sri, Prasad R V, and Avijnata)
// Copyright: (c) 2005-2023 Blake Madden
// License: 3-Clause BSD license
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: BSD-3-Clause, CPOL-1.02
///////////////////////////////////////////////////////////////////////////////

#include "image.h"
Expand Down
7 changes: 4 additions & 3 deletions src/base/image.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
@brief Graphing classes.
@date 2005-2023
@copyright Blake Madden
@author Blake Madden
@author Blake Madden (portions from Bhumika Thatte, Raghavendra Sri, Prasad R V, and Avijnata)
@details This program is free software; you can redistribute it and/or modify
it under the terms of the 3-Clause BSD License.
(Some portions are under Code Project Open License (CPOL) 1.02, where noted.)
SPDX-License-Identifier: BSD-3-Clause
SPDX-License-Identifier: BSD-3-Clause, CPOL-1.02
@{*/

#ifndef __WISTERIA_GRAPHIMAGE_H__
Expand Down Expand Up @@ -92,7 +93,7 @@ namespace Wisteria::GraphItems
SetOk(m_originalImg.IsOk());
GetPen() = wxNullPen;
}
/** @brief Constructor.
/** @brief Constructor that takes an image path.
@param imgPath The image filepath to load.
@note This will call LoadFile(), which will make corrections
such as adjusting the orientation in JPEG files.*/
Expand Down

0 comments on commit afb5f63

Please sign in to comment.