Skip to content

Commit

Permalink
adding copyright information
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Jan 16, 2014
1 parent d639dc1 commit b6ac461
Show file tree
Hide file tree
Showing 44 changed files with 1,425 additions and 0 deletions.
50 changes: 50 additions & 0 deletions copyright.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Copyright (c) 2013, Alliance for Sustainable Energy
All Rights Reserved.


NOTICE

This computer software (Software) is code in development prepared by the Alliance for Sustainable Energy,
(hereinafter the "Contractor"), under Contract DE-AC36-08GO28308 (Contract) with the Department of
Energy (DOE). The United States Government has been granted for itself and others acting on its behalf a
paid-up, non-exclusive, irrevocable, worldwide license in the Software to reproduce, prepare derivative works,
and perform publicly and display publicly. Beginning five (5) years after the date permission to assert copyright
is obtained from the DOE, and subject to any subsequent five (5) year renewals, the United States Government
is granted for itself and others acting on its behalf a paid-up, non-exclusive, irrevocable, worldwide license
in the Software to reproduce, prepare derivative works, distribute copies to the public, perform publicly and
display publicly, and to permit others to do so. If the Contractor ceases to make this computer software
available, it may be obtained from DOE's Office of Scientific and Technical Information's Energy Science
and Technology Software Center (ESTSC) at P.O. Box 1020, Oak Ridge, TN 37831-1020.


DISCLAIMER

THIS SOFTWARE IS PROVIDED BY THE CONTRACTOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE CONTRACTOR OR THE U.S. GOVERNMENT BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER, INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA OR PROFITS, WHICH MAY
RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION WITH THE
ACCESS, USE OR PERFORMANCE OF THIS SOFTWARE.

YOU AGREE TO INDEMNIFY DOE/NREL/ALLIANCE, AND ITS SUBSIDIARIES, AFFILIATES, OFFICERS, AGENTS, AND EMPLOYEES AGAINST
ANY CLAIM OR DEMAND, INCLUDING REASONABLE ATTORNEYS' FEES, RELATED TO YOUR USE OF THESE DATA.

DOE/NREL/Alliance is not obligated to provide the user with any support, consulting, training or assistance of any
kind with regard to the use of these Data or to provide the user with any updates, revisions or new versions of
these Data.

The names DOE/NREL/Alliance may not be used in any advertising or publicity to endorse or promote any products or
commercial entities unless specific written permission is obtained from DOE/NREL/Alliance.


OPEN SOURCE LICENSE

This program 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.

This program 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. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.
If not, see <http://www.gnu.org/licenses/>.
661 changes: 661 additions & 0 deletions license.txt

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/Config.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet;

import java.util.logging.Logger;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/DatasetColumnModel.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet;

import java.util.ArrayList;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/DatasetColumnSemanticModel.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet;

import javax.xml.bind.annotation.XmlAccessType;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/DatasetType.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet;

public enum DatasetType {
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/GroupKey.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet;

import javax.xml.bind.annotation.XmlElement;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/OIDFilter.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet;
import java.util.regex.Pattern;

Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/RegisterMessage.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet;

import java.util.ArrayList;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/RegisterResponseMessage.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet;

import java.util.ArrayList;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/SlaveDevice.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/*
* ============================================================================
* GNU Lesser General Public License
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/SlaveDeviceTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet;
/*
* ============================================================================
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/TrendLogData.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet;

class TrendLogData {
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/consumer/BACnet.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet.consumer;

import gov.nrel.bacnet.Config;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/consumer/BACnetData.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet.consumer;

public class BACnetData
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/consumer/BACnetDataWriter.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet.consumer;

import java.util.List;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/consumer/BACnetDatabase.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet.consumer;

import com.serotonin.bacnet4j.type.primitive.ObjectIdentifier;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/gov/nrel/bacnet/consumer/DataPointWriter.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013, Alliance for Sustainable Energy
*
* This program 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.
*
* This program 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package gov.nrel.bacnet.consumer;

import java.io.File;
Expand Down
Loading

0 comments on commit b6ac461

Please sign in to comment.