Skip to content

Commit

Permalink
Fix commercial license language
Browse files Browse the repository at this point in the history
  • Loading branch information
reidspencer committed Jan 14, 2025
1 parent d22b422 commit 9af698d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, Ossum Inc. All Rights Reserved.
* Copyright 2015-2025, Ossum Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/ossuminc/sbt/helpers/Header.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Header extends AutoPluginHelper {
copyrightOwner: String
): License =
Custom(
s"""Copyright $yyyy $copyrightOwner
s"""Copyright $yyyy $copyrightOwner All Rights Reserved.
|
|SPDX-License-Identifier: NONE
|
Expand Down

0 comments on commit 9af698d

Please sign in to comment.