File tree Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2021 Jason D. McCormick
3
+ Copyright (c) 2021-2024 Jason D. McCormick
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
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
+ //
2
7
// oet65.js - Implement the calculations of RF exposure based on FCC
3
8
// Note all references are based on OET65 Edition 97-01
4
9
// found at https://transition.fcc.gov/Bureaus/Engineering_Technology/Documents/bulletins/oet65/oet65.pdf
Original file line number Diff line number Diff line change
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
+
1
7
// All load hooks
2
8
window . addEventListener ( "load" , function ( ) {
3
9
var fileName = location . href . split ( "/" ) . slice ( - 1 ) [ 0 ] ;
Original file line number Diff line number Diff line change
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
+
1
7
// Form validators
2
8
3
9
O = new OET65Calc ( ) ;
You can’t perform that action at this time.
0 commit comments