diff options
| author | Aditya Vaidya <kroq.gar78@gmail.com> | 2012-05-06 04:47:27 (GMT) |
|---|---|---|
| committer | jacksonmj <mj-pt@jacksonmj.co.uk> | 2012-05-06 11:55:05 (GMT) |
| commit | f69920b96cda8c46807a1782e40e546c0d434cb3 (patch) | |
| tree | c58b8cbb32b08de661116b9fc2d4ecc516042519 /src/elements/O2.c | |
| parent | f1d686fb37ffc062bb810f94ed8455b1ea6f21f4 (diff) | |
| download | powder-f69920b96cda8c46807a1782e40e546c0d434cb3.zip powder-f69920b96cda8c46807a1782e40e546c0d434cb3.tar.gz | |
Added GPLv3+ license headers to all files in src/elements/
Diffstat (limited to 'src/elements/O2.c')
| -rw-r--r-- | src/elements/O2.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/elements/O2.c b/src/elements/O2.c index b71870e..8ca0f46 100644 --- a/src/elements/O2.c +++ b/src/elements/O2.c @@ -1,3 +1,18 @@ +/* + * 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/>. + */ + #include <element.h> int update_O2(UPDATE_FUNC_ARGS) |
