Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
added copyright text
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotov committed Apr 28, 2020
1 parent 529a9e4 commit 3257ef3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# CUMULOCITYR
#
# Copyright (c) 2020, Software AG, Darmstadt, Germany and/or Software AG
# USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates
# and/or their licensors.
#
# This file is part of the CUMULOCITYR package for R.
#
# The CUMULOCITYR package is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation, either version 3 of
# the License, or (at your option) any later version.
#
# The CUMULOCITYR package is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please see the
# GNU General Public License for details (http://www.gnu.org/licenses/).
# #############################################################################

# utility functions

.get_env <- function(the_var) {
Expand Down

0 comments on commit 3257ef3

Please sign in to comment.