Skip to content

Commit

Permalink
Switch license to Apache License, Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan E. Sanchez committed Feb 6, 2016
1 parent 442e22b commit ecde252
Show file tree
Hide file tree
Showing 383 changed files with 3,454 additions and 4,303 deletions.
165 changes: 0 additions & 165 deletions COPYING

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,8 +3,8 @@
### Introduction:
**DEVSIM** - TCAD Device Simulator

**DEVSIM** is a tool for TCAD Device Simulation, using finite volume methods. The source code is provided by Devsim LLC ([http://www.devsim.com](http://www.devsim.com)).
It is licensed under the [LGPL Version 3.0](http://www.gnu.org/copyleft/lesser.html), meaning you can link against it with your own software. Example scripts are provided under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html).
**DEVSIM** is a tool for TCAD Device Simulation, using finite volume methods. The source code is provided by Devsim LLC.
It is licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html). Example scripts are also provided under this license. Other files are subject to the license terms of their copyright owners.

### Supported Platforms:
* Mac OS X 10.10 (Yosemite)
Expand Down
Binary file modified doc/devsim.pdf
Binary file not shown.
20 changes: 9 additions & 11 deletions src/AutoEquation/DefaultDerivatives.cc
Expand Up @@ -2,19 +2,17 @@
DEVSIM
Copyright 2013 Devsim LLC
This file is part of DEVSIM.
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
DEVSIM is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, version 3.
http://www.apache.org/licenses/LICENSE-2.0
DEVSIM 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with DEVSIM. If not, see <http://www.gnu.org/licenses/>.
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.
***/

#include "DefaultDerivatives.hh"
Expand Down
20 changes: 9 additions & 11 deletions src/AutoEquation/DefaultDerivatives.hh
Expand Up @@ -2,19 +2,17 @@
DEVSIM
Copyright 2013 Devsim LLC
This file is part of DEVSIM.
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
DEVSIM is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, version 3.
http://www.apache.org/licenses/LICENSE-2.0
DEVSIM 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with DEVSIM. If not, see <http://www.gnu.org/licenses/>.
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.
***/

#ifndef DEFAULT_DERIVATIVES_HH
Expand Down
20 changes: 9 additions & 11 deletions src/AutoEquation/EdgeExprModel.cc
Expand Up @@ -2,19 +2,17 @@
DEVSIM
Copyright 2013 Devsim LLC
This file is part of DEVSIM.
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
DEVSIM is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, version 3.
http://www.apache.org/licenses/LICENSE-2.0
DEVSIM 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with DEVSIM. If not, see <http://www.gnu.org/licenses/>.
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.
***/

#include "EdgeExprModel.hh"
Expand Down
20 changes: 9 additions & 11 deletions src/AutoEquation/EdgeExprModel.hh
Expand Up @@ -2,19 +2,17 @@
DEVSIM
Copyright 2013 Devsim LLC
This file is part of DEVSIM.
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
DEVSIM is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, version 3.
http://www.apache.org/licenses/LICENSE-2.0
DEVSIM 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with DEVSIM. If not, see <http://www.gnu.org/licenses/>.
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.
***/

#ifndef EDGEEXPRMODEL_HH
Expand Down
20 changes: 9 additions & 11 deletions src/AutoEquation/EquationFunctions.cc
Expand Up @@ -2,19 +2,17 @@
DEVSIM
Copyright 2013 Devsim LLC
This file is part of DEVSIM.
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
DEVSIM is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, version 3.
http://www.apache.org/licenses/LICENSE-2.0
DEVSIM 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with DEVSIM. If not, see <http://www.gnu.org/licenses/>.
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.
***/

#include "EquationFunctions.hh"
Expand Down
20 changes: 9 additions & 11 deletions src/AutoEquation/EquationFunctions.hh
Expand Up @@ -2,19 +2,17 @@
DEVSIM
Copyright 2013 Devsim LLC
This file is part of DEVSIM.
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
DEVSIM is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, version 3.
http://www.apache.org/licenses/LICENSE-2.0
DEVSIM 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with DEVSIM. If not, see <http://www.gnu.org/licenses/>.
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.
***/

#ifndef EQUATION_FUNCTIONS_HH
Expand Down
20 changes: 9 additions & 11 deletions src/AutoEquation/ExprContactEquation.cc
Expand Up @@ -2,19 +2,17 @@
DEVSIM
Copyright 2013 Devsim LLC
This file is part of DEVSIM.
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
DEVSIM is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, version 3.
http://www.apache.org/licenses/LICENSE-2.0
DEVSIM 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with DEVSIM. If not, see <http://www.gnu.org/licenses/>.
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.
***/

#include "ExprContactEquation.hh"
Expand Down

0 comments on commit ecde252

Please sign in to comment.