Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
fb9c392d
Commit
fb9c392d
authored
Nov 04, 2014
by
Jonathan Jenkins
Browse files
missing copyright headers
parent
e1b98115
Changes
6
Hide whitespace changes
Inline
Side-by-side
scripts/codes_config_get_vals.py.in
View file @
fb9c392d
#!/usr/bin/python2.7
#
# Copyright (C) 2014 University of Chicago.
# See COPYRIGHT notice in top-level directory.
#
#
import
argparse
import
sys
import
os
...
...
scripts/codes_configurator.py.in
View file @
fb9c392d
#!/usr/bin/python2.7
#
# Copyright (C) 2014 University of Chicago.
# See COPYRIGHT notice in top-level directory.
#
#
import
os
import
argparse
import
imp
...
...
scripts/codes_filter_configs.py.in
View file @
fb9c392d
#!/usr/bin/python2.7
#
# Copyright (C) 2014 University of Chicago.
# See COPYRIGHT notice in top-level directory.
#
#
from
sys
import
stdout
import
os
import
argparse
...
...
scripts/configurator.py
View file @
fb9c392d
""" Helpers and utilities for use by codes_configurator and friends """
#
# Copyright (C) 2013 University of Chicago.
# See COPYRIGHT notice in top-level directory.
#
#
import
re
import
os
import
imp
...
...
src/iokernellang/codeslexer.l
View file @
fb9c392d
/*
* Copyright (C) 2013 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
%{
#include <stdlib.h>
#include "codes/CodesIOKernelTypes.h"
...
...
src/iokernellang/codesparser.y.in
View file @
fb9c392d
/*
* Copyright (C) 2013 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
%{
#include <stdio.h>
#include <stdlib.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment