Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1446 - development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1446 - development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm
  • Date: Mon, 10 Jan 2005 18:39:54 +0100

Author: niclas
Date: Mon Jan 10 18:39:54 2005
New Revision: 1446

Modified:

development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AcknowledgeEvent.java

development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AcknowledgedState.java

development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/ActivatedState.java

development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/ActivationEvent.java

development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmHistoryImpl.java

development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmImpl.java

development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmModelImpl.java

development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmServiceImpl.java

development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/DeactivatedState.java

development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/DeactivationEvent.java

development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/GenericAlarmEvent.java

development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/NormalState.java

development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/StandardModelProvider.java
Log:
Re-licensing the code.

Modified:
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AcknowledgeEvent.java
==============================================================================
---
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AcknowledgeEvent.java
(original)
+++
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AcknowledgeEvent.java
Mon Jan 10 18:39:54 2005
@@ -1,19 +1,20 @@
-/*
- * Copyright (c) 1996-2003 Bali Automation. All Rights Reserved.
+/*
+ * Copyright 1996-2003 Bali Automation.
+ * Copyright 2004-2005 Niclas Hedhman.
*
- * Permission to use, copy, modify, and distribute this software
- * and its documentation for NON-COMMERCIAL purposes and without
- * fee is hereby granted provided that this copyright notice
- * appears in all copies. Please refer to the file "copyright.html"
- * for further important copyright and licensing information.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * BALI AUTOMATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
- * SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
- * BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. BALI AUTOMATION
- * SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A
- * RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/

package net.dpml.ia.parts.alarm;

Modified:
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AcknowledgedState.java
==============================================================================
---
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AcknowledgedState.java
(original)
+++
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AcknowledgedState.java
Mon Jan 10 18:39:54 2005
@@ -1,19 +1,20 @@
/*
- * Copyright (c) 1996-2003 Bali Automation. All Rights Reserved.
+ * Copyright 1996-2003 Bali Automation.
+ * Copyright 2004-2005 Niclas Hedhman.
*
- * Permission to use, copy, modify, and distribute this software
- * and its documentation for NON-COMMERCIAL purposes and without
- * fee is hereby granted provided that this copyright notice
- * appears in all copies. Please refer to the file "copyright.html"
- * for further important copyright and licensing information.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * BALI AUTOMATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
- * SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
- * BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. BALI AUTOMATION
- * SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A
- * RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/

package net.dpml.ia.parts.alarm;

Modified:
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/ActivatedState.java
==============================================================================
---
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/ActivatedState.java
(original)
+++
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/ActivatedState.java
Mon Jan 10 18:39:54 2005
@@ -1,19 +1,20 @@
/*
- * Copyright (c) 1996-2003 Bali Automation. All Rights Reserved.
+ * Copyright 1996-2003 Bali Automation.
+ * Copyright 2004-2005 Niclas Hedhman.
*
- * Permission to use, copy, modify, and distribute this software
- * and its documentation for NON-COMMERCIAL purposes and without
- * fee is hereby granted provided that this copyright notice
- * appears in all copies. Please refer to the file "copyright.html"
- * for further important copyright and licensing information.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * BALI AUTOMATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
- * SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
- * BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. BALI AUTOMATION
- * SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A
- * RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/

package net.dpml.ia.parts.alarm;

Modified:
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/ActivationEvent.java
==============================================================================
---
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/ActivationEvent.java
(original)
+++
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/ActivationEvent.java
Mon Jan 10 18:39:54 2005
@@ -1,19 +1,20 @@
-/*
- * Copyright (c) 1996-2003 Bali Automation. All Rights Reserved.
+/*
+ * Copyright 1996-2003 Bali Automation.
+ * Copyright 2004-2005 Niclas Hedhman.
*
- * Permission to use, copy, modify, and distribute this software
- * and its documentation for NON-COMMERCIAL purposes and without
- * fee is hereby granted provided that this copyright notice
- * appears in all copies. Please refer to the file "copyright.html"
- * for further important copyright and licensing information.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * BALI AUTOMATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
- * SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
- * BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. BALI AUTOMATION
- * SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A
- * RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/

package net.dpml.ia.parts.alarm;

Modified:
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmHistoryImpl.java
==============================================================================
---
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmHistoryImpl.java
(original)
+++
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmHistoryImpl.java
Mon Jan 10 18:39:54 2005
@@ -1,19 +1,20 @@
-/*
- * Copyright (c) 1996-2003 Bali Automation. All Rights Reserved.
+/*
+ * Copyright 1996-2003 Bali Automation.
+ * Copyright 2004-2005 Niclas Hedhman.
*
- * Permission to use, copy, modify, and distribute this software
- * and its documentation for NON-COMMERCIAL purposes and without
- * fee is hereby granted provided that this copyright notice
- * appears in all copies. Please refer to the file "copyright.html"
- * for further important copyright and licensing information.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * BALI AUTOMATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
- * SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
- * BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. BALI AUTOMATION
- * SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A
- * RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/

package net.dpml.ia.parts.alarm;

Modified:
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmImpl.java
==============================================================================
---
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmImpl.java
(original)
+++
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmImpl.java
Mon Jan 10 18:39:54 2005
@@ -1,19 +1,20 @@
-/*
- * Copyright (c) 1996-2003 Bali Automation. All Rights Reserved.
+/*
+ * Copyright 1996-2003 Bali Automation.
+ * Copyright 2004-2005 Niclas Hedhman.
*
- * Permission to use, copy, modify, and distribute this software
- * and its documentation for NON-COMMERCIAL purposes and without
- * fee is hereby granted provided that this copyright notice
- * appears in all copies. Please refer to the file "copyright.html"
- * for further important copyright and licensing information.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * BALI AUTOMATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
- * SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
- * BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. BALI AUTOMATION
- * SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A
- * RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/

package net.dpml.ia.parts.alarm;

Modified:
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmModelImpl.java
==============================================================================
---
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmModelImpl.java
(original)
+++
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmModelImpl.java
Mon Jan 10 18:39:54 2005
@@ -1,19 +1,20 @@
-/*
- * Copyright (c) 1996-2003 Bali Automation. All Rights Reserved.
+/*
+ * Copyright 1996-2003 Bali Automation.
+ * Copyright 2004-2005 Niclas Hedhman.
*
- * Permission to use, copy, modify, and distribute this software
- * and its documentation for NON-COMMERCIAL purposes and without
- * fee is hereby granted provided that this copyright notice
- * appears in all copies. Please refer to the file "copyright.html"
- * for further important copyright and licensing information.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * BALI AUTOMATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
- * SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
- * BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. BALI AUTOMATION
- * SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A
- * RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/

package net.dpml.ia.parts.alarm;

Modified:
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmServiceImpl.java
==============================================================================
---
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmServiceImpl.java
(original)
+++
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/AlarmServiceImpl.java
Mon Jan 10 18:39:54 2005
@@ -1,19 +1,20 @@
-/*
- * Copyright (c) 1996-2003 Bali Automation. All Rights Reserved.
+/*
+ * Copyright 1996-2003 Bali Automation.
+ * Copyright 2004-2005 Niclas Hedhman.
*
- * Permission to use, copy, modify, and distribute this software
- * and its documentation for NON-COMMERCIAL purposes and without
- * fee is hereby granted provided that this copyright notice
- * appears in all copies. Please refer to the file "copyright.html"
- * for further important copyright and licensing information.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * BALI AUTOMATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
- * SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
- * BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. BALI AUTOMATION
- * SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A
- * RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/

package net.dpml.ia.parts.alarm;

Modified:
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/DeactivatedState.java
==============================================================================
---
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/DeactivatedState.java
(original)
+++
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/DeactivatedState.java
Mon Jan 10 18:39:54 2005
@@ -1,19 +1,20 @@
/*
- * Copyright (c) 1996-2003 Bali Automation. All Rights Reserved.
+ * Copyright 1996-2003 Bali Automation.
+ * Copyright 2004-2005 Niclas Hedhman.
*
- * Permission to use, copy, modify, and distribute this software
- * and its documentation for NON-COMMERCIAL purposes and without
- * fee is hereby granted provided that this copyright notice
- * appears in all copies. Please refer to the file "copyright.html"
- * for further important copyright and licensing information.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * BALI AUTOMATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
- * SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
- * BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. BALI AUTOMATION
- * SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A
- * RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/

package net.dpml.ia.parts.alarm;

Modified:
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/DeactivationEvent.java
==============================================================================
---
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/DeactivationEvent.java
(original)
+++
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/DeactivationEvent.java
Mon Jan 10 18:39:54 2005
@@ -1,19 +1,20 @@
-/*
- * Copyright (c) 1996-2003 Bali Automation. All Rights Reserved.
+/*
+ * Copyright 1996-2003 Bali Automation.
+ * Copyright 2004-2005 Niclas Hedhman.
*
- * Permission to use, copy, modify, and distribute this software
- * and its documentation for NON-COMMERCIAL purposes and without
- * fee is hereby granted provided that this copyright notice
- * appears in all copies. Please refer to the file "copyright.html"
- * for further important copyright and licensing information.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * BALI AUTOMATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
- * SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
- * BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. BALI AUTOMATION
- * SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A
- * RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/

package net.dpml.ia.parts.alarm;

Modified:
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/GenericAlarmEvent.java
==============================================================================
---
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/GenericAlarmEvent.java
(original)
+++
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/GenericAlarmEvent.java
Mon Jan 10 18:39:54 2005
@@ -1,19 +1,20 @@
-/*
- * Copyright (c) 1996-2003 Bali Automation. All Rights Reserved.
+/*
+ * Copyright 1996-2003 Bali Automation.
+ * Copyright 2004-2005 Niclas Hedhman.
*
- * Permission to use, copy, modify, and distribute this software
- * and its documentation for NON-COMMERCIAL purposes and without
- * fee is hereby granted provided that this copyright notice
- * appears in all copies. Please refer to the file "copyright.html"
- * for further important copyright and licensing information.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * BALI AUTOMATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
- * SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
- * BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. BALI AUTOMATION
- * SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A
- * RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/

package net.dpml.ia.parts.alarm;

Modified:
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/NormalState.java
==============================================================================
---
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/NormalState.java
(original)
+++
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/NormalState.java
Mon Jan 10 18:39:54 2005
@@ -1,19 +1,20 @@
/*
- * Copyright (c) 1996-2003 Bali Automation. All Rights Reserved.
+ * Copyright 1996-2003 Bali Automation.
+ * Copyright 2004-2005 Niclas Hedhman.
*
- * Permission to use, copy, modify, and distribute this software
- * and its documentation for NON-COMMERCIAL purposes and without
- * fee is hereby granted provided that this copyright notice
- * appears in all copies. Please refer to the file "copyright.html"
- * for further important copyright and licensing information.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * BALI AUTOMATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
- * SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
- * BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. BALI AUTOMATION
- * SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A
- * RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/

package net.dpml.ia.parts.alarm;

Modified:
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/StandardModelProvider.java
==============================================================================
---
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/StandardModelProvider.java
(original)
+++
development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm/StandardModelProvider.java
Mon Jan 10 18:39:54 2005
@@ -1,19 +1,20 @@
-/*
- * Copyright (c) 1996-2003 Bali Automation. All Rights Reserved.
+/*
+ * Copyright 1996-2003 Bali Automation.
+ * Copyright 2004-2005 Niclas Hedhman.
*
- * Permission to use, copy, modify, and distribute this software
- * and its documentation for NON-COMMERCIAL purposes and without
- * fee is hereby granted provided that this copyright notice
- * appears in all copies. Please refer to the file "copyright.html"
- * for further important copyright and licensing information.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * BALI AUTOMATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
- * SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
- * BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. BALI AUTOMATION
- * SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A
- * RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/

package net.dpml.ia.parts.alarm;



  • svn commit: r1446 - development/laboratory/planet/industry/industrial-automation/parts/alarm/src/main/net/dpml/ia/parts/alarm, niclas, 01/10/2005

Archive powered by MHonArc 2.6.24.

Top of Page