Michael Rabinovich commited on
Commit
b048bc2
·
1 Parent(s): 8a21dae

license: add apache-2.0 header to space modules

Browse files
Files changed (4) hide show
  1. admin.py +14 -0
  2. app.py +14 -0
  3. leaderboard.py +14 -0
  4. submit.py +14 -0
admin.py CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  """Admin-tab handlers for the CADGenBench leaderboard Space.
2
 
3
  Bundle 7: promote a row into the validated tier (recording the evidence
 
1
+ # Copyright 2026 Hugging Face
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
  """Admin-tab handlers for the CADGenBench leaderboard Space.
16
 
17
  Bundle 7: promote a row into the validated tier (recording the evidence
app.py CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  """CADGenBench Leaderboard Space - Gradio UI + report-proxy mount.
2
 
3
  Read path lives in :mod:`leaderboard`. Submit-tab validation lives in
 
1
+ # Copyright 2026 Hugging Face
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
  """CADGenBench Leaderboard Space - Gradio UI + report-proxy mount.
16
 
17
  Read path lives in :mod:`leaderboard`. Submit-tab validation lives in
leaderboard.py CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  """Leaderboard read path.
2
 
3
  Loads `results.jsonl` from the submissions dataset on the Hub (or falls
 
1
+ # Copyright 2026 Hugging Face
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
  """Leaderboard read path.
16
 
17
  Loads `results.jsonl` from the submissions dataset on the Hub (or falls
submit.py CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  """Submit-tab handler for the CADGenBench leaderboard Space.
2
 
3
  Step 6 (E) chunks 2 + 3 + 4 + 6 + Step 10 (jobs migration): cheap-sync
 
1
+ # Copyright 2026 Hugging Face
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
  """Submit-tab handler for the CADGenBench leaderboard Space.
16
 
17
  Step 6 (E) chunks 2 + 3 + 4 + 6 + Step 10 (jobs migration): cheap-sync