Skip to content

Commit b70537e

Browse files
committed
update copyright
1 parent 7d4c470 commit b70537e

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Jason D. McCormick
3+
Copyright (c) 2021-2024 Jason D. McCormick
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

js/oet65.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
//
2+
// Copyright (C) 2021-2024 Jason D. McCormick
3+
// Distributed under the terms of the MIT License available
4+
// at https://raw.githubusercontent.com/jxmx/rf-exp-assess/main/LICENSE
5+
//
6+
//
27
// oet65.js - Implement the calculations of RF exposure based on FCC
38
// Note all references are based on OET65 Edition 97-01
49
// found at https://transition.fcc.gov/Bureaus/Engineering_Technology/Documents/bulletins/oet65/oet65.pdf

js/rf.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//
2+
// (C) Copyright 2022-2024 Jason D. McCormick
3+
// Distributed under the terms of the MIT License available
4+
// at https://raw.githubusercontent.com/jxmx/rf-exp-assess/main/LICENSE
5+
//
6+
17
// All load hooks
28
window.addEventListener("load", function(){
39
var fileName = location.href.split("/").slice(-1)[0];

js/rfecalc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//
2+
// Copyright (C) 2021-2024 Jason D. McCormick
3+
// Distributed under the terms of the MIT License available
4+
// at https://raw.githubusercontent.com/jxmx/rf-exp-assess/main/LICENSE
5+
//
6+
17
// Form validators
28

39
O = new OET65Calc();

0 commit comments

Comments
 (0)