Skip to content

Commit

Permalink
Add modification note to file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Snyder committed Aug 15, 2024
1 parent fd236cc commit 5368a51
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/annotation/bounding_box.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @modifcations
* MIT modified this file. For more information see the NOTICES.txt file
*/

/**
Expand Down
3 changes: 3 additions & 0 deletions src/annotation/ellipsoid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @modifcations
* MIT modified this file. For more information see the NOTICES.txt file
*/

/**
Expand Down
3 changes: 3 additions & 0 deletions src/annotation/frontend_source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @modifcations
* MIT modified this file. For more information see the NOTICES.txt file
*/

import type { AnnotationGeometryChunkSpecification } from "#src/annotation/base.js";
Expand Down
3 changes: 3 additions & 0 deletions src/annotation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @modifcations
* MIT modified this file. For more information see the NOTICES.txt file
*/

/**
Expand Down
3 changes: 3 additions & 0 deletions src/annotation/line.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @modifcations
* MIT modified this file. For more information see the NOTICES.txt file
*/

/**
Expand Down
3 changes: 3 additions & 0 deletions src/annotation/point.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @modifcations
* MIT modified this file. For more information see the NOTICES.txt file
*/

/**
Expand Down
3 changes: 3 additions & 0 deletions src/annotation/renderlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @modifcations
* MIT modified this file. For more information see the NOTICES.txt file
*/

import "#src/annotation/bounding_box.js";
Expand Down
3 changes: 3 additions & 0 deletions src/annotation/type_handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @modifcations
* MIT modified this file. For more information see the NOTICES.txt file
*/

import type {
Expand Down
3 changes: 3 additions & 0 deletions src/ui/annotations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @modifcations
* MIT modified this file. For more information see the NOTICES.txt file
*/

/**
Expand Down

0 comments on commit 5368a51

Please sign in to comment.