Changeset 61


Ignore:
Timestamp:
08/08/07 03:02:07 (6 years ago)
Author:
saua
Message:

finally a real license:

  • add GPLv2 license text
  • add copyright notice in each file
  • add GPL note in each file
  • setup templates for new files to include both previous items
  • add note on about screen about license
Files:
4 added
33 edited

Legend:

Unmodified
Added
Removed
  • bbtracker/trunk/src/org/bbtracker/mobile/BBTracker.java

    r56 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/IconManager.java

    r21 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/Preferences.java

    r56 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/TrackListener.java

    r14 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/TrackManager.java

    r55 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/TrackStore.java

    r54 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/exporter/GpxTrackExporter.java

    r17 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.exporter; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/exporter/KmlTrackExporter.java

    r15 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.exporter; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/exporter/TrackExporter.java

    r7 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.exporter; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/AboutForm.java

    r23 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.gui; 
    219 
     
    1330                super("About " + BBTracker.getName()); 
    1431                append(new StringItem("Version: ", BBTracker.getVersion())); 
     32                append(new StringItem("License: ", 
     33                                "bbTracker is released under the GNU General Public License v2. See http://www.gnu.org/licenses/.")); 
    1534                append("Icons have been taken (and sometimes modified) from the Tango Project (http://tango-project.org/) and the Human Icon Theme (Copyright 2004-2006 Canonical Ltd.). Both projects release their icons under the Creative Commons Attribution-ShareAlike 2.5 license. Any modifications I did on those icons are released under the same license."); 
    1635                addCommand(new Command("Back", Command.BACK, 0)); 
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/AxisPlotterTile.java

    r60 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.gui; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/BrowseForm.java

    r49 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.gui; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/DataProvider.java

    r60 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.gui; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/ElevationPlotterTile.java

    r60 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.gui; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/MainCanvas.java

    r60 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.gui; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/NewTrackForm.java

    r7 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.gui; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/OptionsForm.java

    r47 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.gui; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/PlotterTile.java

    r60 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.gui; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/SpeedPlotterTile.java

    r60 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.gui; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/StatusTile.java

    r59 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.gui; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/Tile.java

    r60 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.gui; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/TrackTile.java

    r60 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.gui; 
    219 
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/TracksForm.java

    r58 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker.mobile.gui; 
    219 
  • bbtracker_common/trunk/src/org/bbtracker/ImperialUnitConverter.java

    r60 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker; 
    219 
  • bbtracker_common/trunk/src/org/bbtracker/MMath.java

    r46 r61  
     1/* 
     2 * Copyright 2006 Richard Carless 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker; 
    219 
    320/* 
    421 * mMath.java 
    5  * 
     22 *  
     23 * Originally found at http://discussion.forum.nokia.com/forum/showthread.php?t=72840 
     24 *  
    625 * Created on 14 January 2006, 20:00 
    7  * 
     26 *  
    827 * (c) 2006 Richard Carless 
    9  * 
     28 *  
    1029 * Fills holes in the java maths library 
    1130 */ 
  • bbtracker_common/trunk/src/org/bbtracker/MetricUnitConverter.java

    r60 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker; 
    219 
  • bbtracker_common/trunk/src/org/bbtracker/Track.java

    r53 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker; 
    219 
  • bbtracker_common/trunk/src/org/bbtracker/TrackPoint.java

    r48 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker; 
    219 
  • bbtracker_common/trunk/src/org/bbtracker/TrackSegment.java

    r40 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker; 
    219 
  • bbtracker_common/trunk/src/org/bbtracker/UnitConverter.java

    r60 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker; 
    219 
  • bbtracker_common/trunk/src/org/bbtracker/Utils.java

    r57 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 * Copyright 2002-2006 Chriss Veness (vincenty formula in distance()) 
     4 *  
     5 * This file is part of bbTracker. 
     6 *  
     7 * bbTracker is free software; you can redistribute it and/or modify 
     8 * it under the terms of the GNU General Public License version 2 as 
     9 * published by the Free Software Foundation. 
     10 * 
     11 * bbTracker is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
    119package org.bbtracker; 
    220 
  • bbtracker_common/trunk/tests/org/bbtracker/MMathTest.java

    r4 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker; 
    219 
  • bbtracker_common/trunk/tests/org/bbtracker/UtilsTest.java

    r4 r61  
     1/* 
     2 * Copyright 2007 Joachim Sauer 
     3 *  
     4 * This file is part of bbTracker. 
     5 *  
     6 * bbTracker is free software; you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License version 2 as 
     8 * published by the Free Software Foundation. 
     9 * 
     10 * bbTracker is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17 */ 
    118package org.bbtracker; 
    219 
Note: See TracChangeset for help on using the changeset viewer.