Show
Ignore:
Timestamp:
08/03/09 11:18:26 (15 years ago)
Author:
trnewman
Message:

Adding Apache license information.

Location:
vtcross/trunk/src/cognitive_engines
Files:
1 removed
10 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp

    r347 r411  
    1 /* Virginia Tech Cognitive Radio Open Source Systems 
    2  * Virginia Tech, 2009 
    3  * 
    4  * LICENSE INFORMATION GOES HERE 
    5  */ 
    6  
    7 /* DESCRIPTION OF FILE. 
    8  */ 
    9  
     1/* 
     2 Copyright 2009 Virginia Polytechnic Institute and State University   
     3 
     4 Licensed under the Apache License, Version 2.0 (the "License");  
     5 you may not use this file except in compliance with the License.  
     6 You may obtain a copy of the License at  
     7  
     8 http://www.apache.org/licenses/LICENSE-2.0  
     9 
     10 Unless required by applicable law or agreed to in writing, software  
     11 distributed under the License is distributed on an "AS IS" BASIS,  
     12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     13 See the License for the specific language governing permissions and  
     14 limitations under the License.  
     15*/ 
    1016 
    1117#include <cstdlib> 
  • vtcross/trunk/src/cognitive_engines/CBR_CE/Makefile.am

    r347 r411  
     1# Copyright 2009 Virginia Polytechnic Institute and State University   
     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 
    115include $(top_srcdir)/Makefile.common 
    216 
  • vtcross/trunk/src/cognitive_engines/CBR_CE/cbr.c

    r347 r411  
    1 // 
    2 // Case-based reasoner 
    3 // 
     1/* 
     2 Copyright 2009 Virginia Polytechnic Institute and State University   
     3 
     4 Licensed under the Apache License, Version 2.0 (the "License");  
     5 you may not use this file except in compliance with the License.  
     6 You may obtain a copy of the License at  
     7  
     8 http://www.apache.org/licenses/LICENSE-2.0  
     9 
     10 Unless required by applicable law or agreed to in writing, software  
     11 distributed under the License is distributed on an "AS IS" BASIS,  
     12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     13 See the License for the specific language governing permissions and  
     14 limitations under the License.  
     15*/ 
    416 
    517#include <stdlib.h> 
  • vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.cpp

    r347 r411  
    1 /* Virginia Tech Cognitive Radio Open Source Systems 
    2  * Virginia Tech, 2009 
    3  * 
    4  * TODO LICENSE INFORMATION GOES HERE 
    5  */ 
     1/* 
     2 Copyright 2009 Virginia Polytechnic Institute and State University   
     3 
     4 Licensed under the Apache License, Version 2.0 (the "License");  
     5 you may not use this file except in compliance with the License.  
     6 You may obtain a copy of the License at  
     7  
     8 http://www.apache.org/licenses/LICENSE-2.0  
     9 
     10 Unless required by applicable law or agreed to in writing, software  
     11 distributed under the License is distributed on an "AS IS" BASIS,  
     12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     13 See the License for the specific language governing permissions and  
     14 limitations under the License.  
     15*/ 
    616 
    717/* TODO DESCRIPTION OF FILE. 
  • vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp

    r392 r411  
    1 /* Virginia Tech Cognitive Radio Open Source Systems 
    2  * Virginia Tech, 2009 
    3  * 
    4  * LICENSE INFORMATION GOES HERE 
    5  */ 
    6  
    7 /* DESCRIPTION OF FILE. 
    8  */ 
    9  
     1/* 
     2 Copyright 2009 Virginia Polytechnic Institute and State University   
     3 
     4 Licensed under the Apache License, Version 2.0 (the "License");  
     5 you may not use this file except in compliance with the License.  
     6 You may obtain a copy of the License at  
     7  
     8 http://www.apache.org/licenses/LICENSE-2.0  
     9 
     10 Unless required by applicable law or agreed to in writing, software  
     11 distributed under the License is distributed on an "AS IS" BASIS,  
     12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     13 See the License for the specific language governing permissions and  
     14 limitations under the License.  
     15*/ 
    1016 
    1117#include <cstdlib> 
  • vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_Demo.cpp

    r375 r411  
    1 /* Virginia Tech Cognitive Radio Open Source Systems 
    2  * Virginia Tech, 2009 
    3  * 
    4  * TODO LICENSE INFORMATION GOES HERE 
    5  */ 
     1/* 
     2 Copyright 2009 Virginia Polytechnic Institute and State University   
     3 
     4 Licensed under the Apache License, Version 2.0 (the "License");  
     5 you may not use this file except in compliance with the License.  
     6 You may obtain a copy of the License at  
     7  
     8 http://www.apache.org/licenses/LICENSE-2.0  
     9 
     10 Unless required by applicable law or agreed to in writing, software  
     11 distributed under the License is distributed on an "AS IS" BASIS,  
     12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     13 See the License for the specific language governing permissions and  
     14 limitations under the License.  
     15*/ 
    616 
    717/* TODO DESCRIPTION OF FILE. 
  • vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am

    r376 r411  
     1# Copyright 2009 Virginia Polytechnic Institute and State University   
     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 
    115include $(top_srcdir)/Makefile.common 
    216 
  • vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c

    r391 r411  
     1/* 
     2 Copyright 2009 Virginia Polytechnic Institute and State University   
     3 
     4 Licensed under the Apache License, Version 2.0 (the "License");  
     5 you may not use this file except in compliance with the License.  
     6 You may obtain a copy of the License at  
     7  
     8 http://www.apache.org/licenses/LICENSE-2.0  
     9 
     10 Unless required by applicable law or agreed to in writing, software  
     11 distributed under the License is distributed on an "AS IS" BASIS,  
     12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     13 See the License for the specific language governing permissions and  
     14 limitations under the License.  
     15*/ 
     16 
     17 
    118// 
    219// Case-based reasoner 
  • vtcross/trunk/src/cognitive_engines/DSA_CE/examples/libcross_demo.py

    r389 r411  
     1# Copyright 2009 Virginia Polytechnic Institute and State University   
     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 
    115# Simple Python demonstration script for using 
    216# the CROSS system. 
  • vtcross/trunk/src/cognitive_engines/Makefile.am

    r348 r411  
     1# Copyright 2009 Virginia Polytechnic Institute and State University   
     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 
    115include $(top_srcdir)/Makefile.common 
    216