Skip to content

Commit

Permalink
Remove old disclaimer blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Sep 6, 2022
1 parent 3ec7491 commit a5c0db9
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 91 deletions.
6 changes: 0 additions & 6 deletions conda_build/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# (c) Continuum Analytics, Inc. / http://continuum.io
# All Rights Reserved
#
# conda is distributed under the terms of the BSD 3-clause license.
# Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause.

from . import _version
__version__ = _version.get_versions()['version']

Expand Down
6 changes: 0 additions & 6 deletions conda_build/api.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# (c) Continuum Analytics, Inc. / http://continuum.io
# All Rights Reserved
#
# conda is distributed under the terms of the BSD 3-clause license.
# Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause.

"""
This file defines the public API for conda-build. Adding or removing functions,
or Changing arguments to anything in here should also mean changing the major
Expand Down
7 changes: 0 additions & 7 deletions conda_build/cli/main_build.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# (c) Continuum Analytics, Inc. / http://continuum.io
# All Rights Reserved
#
# conda is distributed under the terms of the BSD 3-clause license.
# Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause.


import argparse
import warnings

Expand Down
6 changes: 0 additions & 6 deletions conda_build/cli/main_convert.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# (c) Continuum Analytics, Inc. / http://continuum.io
# All Rights Reserved
#
# conda is distributed under the terms of the BSD 3-clause license.
# Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause.

from locale import getpreferredencoding
import logging
from os.path import abspath, expanduser
Expand Down
5 changes: 0 additions & 5 deletions conda_build/cli/main_debug.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# (c) Continuum Analytics, Inc. / http://continuum.io
# All Rights Reserved
#
# conda is distributed under the terms of the BSD 3-clause license.
# Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause.
import logging
import sys
from argparse import ArgumentParser
Expand Down
7 changes: 0 additions & 7 deletions conda_build/cli/main_develop.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# (c) Continuum Analytics, Inc. / http://continuum.io
# All Rights Reserved
#
# conda is distributed under the terms of the BSD 3-clause license.
# Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause.


import logging
import sys

Expand Down
6 changes: 0 additions & 6 deletions conda_build/cli/main_inspect.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# (c) Continuum Analytics, Inc. / http://continuum.io
# All Rights Reserved
#
# conda is distributed under the terms of the BSD 3-clause license.
# Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause.

import logging
from os.path import expanduser
from pprint import pprint
Expand Down
7 changes: 0 additions & 7 deletions conda_build/cli/main_metapackage.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# (c) Continuum Analytics, Inc. / http://continuum.io
# All Rights Reserved
#
# conda is distributed under the terms of the BSD 3-clause license.
# Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause.


import argparse
import logging
import sys
Expand Down
7 changes: 0 additions & 7 deletions conda_build/cli/main_render.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# (c) Continuum Analytics, Inc. / http://continuum.io
# All Rights Reserved
#
# conda is distributed under the terms of the BSD 3-clause license.
# Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause.


import argparse
import logging
import sys
Expand Down
7 changes: 0 additions & 7 deletions conda_build/cli/main_skeleton.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# (c) Continuum Analytics, Inc. / http://continuum.io
# All Rights Reserved
#
# conda is distributed under the terms of the BSD 3-clause license.
# Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause.


import importlib
import logging
import os
Expand Down
7 changes: 0 additions & 7 deletions conda_build/develop.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# (c) Continuum Analytics, Inc. / http://continuum.io
# All Rights Reserved
#
# conda is distributed under the terms of the BSD 3-clause license.
# Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause.


from os.path import join, isdir, abspath, expanduser, exists
import shutil
import sys
Expand Down
7 changes: 0 additions & 7 deletions conda_build/inspect_pkg.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# (c) Continuum Analytics, Inc. / http://continuum.io
# All Rights Reserved
#
# conda is distributed under the terms of the BSD 3-clause license.
# Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause.


from collections import defaultdict
from itertools import groupby
import json
Expand Down
7 changes: 0 additions & 7 deletions conda_build/render.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# (c) Continuum Analytics, Inc. / http://continuum.io
# All Rights Reserved
#
# conda is distributed under the terms of the BSD 3-clause license.
# Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause.


from collections import OrderedDict, defaultdict
from locale import getpreferredencoding
import json
Expand Down
6 changes: 0 additions & 6 deletions docs/scrape_help.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
#!/usr/bin/env python
# (c) 2012-2013 Anaconda, Inc. / http://continuum.io
# All Rights Reserved
#
# conda is distributed under the terms of the BSD 3-clause license.
# Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause.

from subprocess import check_output, PIPE, Popen, STDOUT
from os.path import join, dirname, abspath, isdir
from os import makedirs, pathsep
Expand Down

0 comments on commit a5c0db9

Please sign in to comment.